Screen flashing

Screen flashing

Hey I am trying to make my screen flash (like a white flash as if from a camera). This is my code so far:

<html>
<head>
<title>
Temporary Template
</title>
<style type="text/css">
td
{
    text-align:center;
}

tr.row
{
    background-color:#000;
    color:#FFFFFF;
}

th.forum:hover
{
    /*vertical-align:bottom;
    text-align:right;*/
    background-image:url(Forum.jpg);
    color:black;
}

th.home:hover
{
    background-image:url(home3.jpg);
}

th:onClick
{

}
th:hover
{
    background-color:grey;
}

th
{
    width:33%;
    height:50%;
}
    /*.cell5
    {
        background-color:white
        -webkit-transition-property:all;
        -webkit-transition-delay:1s;
        -webkit-transition-duration:.25s;
    }*/
    </style>

<script type="text/javascript">
function showIt9()
{document.getElementById('calshow').src="CL9.jpg";
document.getElementById('calshow').style.display='block';}
function hideIt9()
{document.getElementById('calshow').style.display='none';}

function showIt8()
{document.getElementById('logshow').src="CL8.jpg";
document.getElementById('logshow').style.display='block';}
function hideIt8()
{document.getElementById('logshow').style.display='none';}

function showIt7()
{document.getElementById('regshow').src="CL7.jpg";
document.getElementById('regshow').style.display='block';}
function hideIt7()
{document.getElementById('regshow').style.display='none';}

function showIt3()
{document.getElementById('galshow').src="CL3.jpg";
document.getElementById('galshow').style.display='block';}
function hideIt3()
{document.getElementById('galshow').style.display='none';}

function showIt2()
{document.getElementById('forshow').src="CL2.jpg";
document.getElementById('forshow').style.display='block';}
function hideIt2()
{document.getElementById('forshow').style.display='none';}

function showIt1()
{document.getElementById('homshow').src="CL1.jpg";
document.getElementById('homshow').style.display='block';}
function hideIt1()
{document.getElementById('homshow').style.display='none';}

function playSound(soundfile) {
document.getElementById("dummy").innerHTML=
"<embed src=\""+soundfile+"\" hidden=\"true\" autostart=\"true\" loop=\"false\" />";
}
</script>

</head>


<body>
<span id="dummy"></span>
<table id="all" border = "0" cellspacing = "0" cellpadding = "0" width = 100% height = 100%>
    <tr>
     <td height = 30%> <img align="right" border="" src="" id="homshow" style="display:none" width="190" height="200" />  </td>
     <td> <center> <img border="" src="" id="forshow" style="display:none" width="140" height="190" /> </center> </td>
     <td> <img border="" src="" id="galshow" style="display:none" width="190" height="200" /> </td>
    </tr>
    <tr>
     <td width = 25% height = 40%>  </td>

     <td class = "cell5" width = 50%> 
        <table border="0" cellspacing = "1" align = center width = "100%" height = "100%">
            <tr class = "row"> 
                    <th class="home" align="center" onMouseOver="showIt1()" onMouseOut="hideIt1()"> <a href="#" onClick="playSound('shutter.wav');"> HOME </a> </th>
                    <th class="forum" align="center" onMouseOver="showIt2()" onMouseOut="hideIt2()"> <a href="#" onClick="playSound('shutter.wav');"> FORUMS </a> </th>
                    <th class="gallery" align="center" onMouseOver="showIt3()" onMouseOut="hideIt3()"> <a href="#" onClick="playSound('shutter.wav');"> GALLERY </a> </th>
            </tr>
            <tr class = "row"> 
                    <th class="register" align="center" onMouseOver="showIt7()" onMouseOut="hideIt7()"> <a href="#" onClick="playSound('shutter.wav');"> REGISTER </a> </th>
                    <th class="login" align="center" onMouseOver="showIt8()" onMouseOut="hideIt8()"> <a href="#" onClick="playSound('shutter.wav');"> LOG - IN </a> </th>
                    <th class="calendar" align="center" onMouseOver="showIt9()" onMouseOut="hideIt9()"> <a href="#" onClick="playSound('shutter.wav');"> CALENDAR </a> </th>
            </tr>
        </table>
    </td>

     <td width = 25%> </td>
    </tr>
    <tr>
     <td height = 30%> <img align="right" border="" src="" id="regshow" style="display:none" width="190" height="200" /> </td> 
     <td> <center> <img border="" src="" id="logshow" style="display:none" width="140" height="190" /> </center> </td>
     <td> <img border="" src="" id="calshow" style="display:none" width="190" height="200" /> </td>
    </tr>
</table>
</body>


</html>

So what I want is that I want the screen to flash white when a link is clicked. Thanks.

View Answers









Related Tutorials/Questions & Answers:
Screen flashing
Screen flashing  Hey I am trying to make my screen flash (like a white flash as if from a camera). This is my code so far: <html> <... I want is that I want the screen to flash white when a link is clicked. Thanks
Screen Capture
Screen Capture  How to capture the screen using jsps and servlets
Advertisements
Screen shot
Screen shot  webpage screenshot source code
splash screen
splash screen  What is splash screen and how can i set splash screen in iphone??   hello, if you want to launch splash screen then add... splash screen will show launching time.. ADS_TO_REPLACE_1
Screen Capture
Screen Capture  Hi deepak, I am trying to take a screen shot using java script Activex object. But Iam getting Automation server cant create object exception .how can i solve
difference between touch screen and non touch screen
difference between touch screen and non touch screen  code wise ,what is a difference between touch screen and non touch screen in J2ME
difference between touch screen and non touch screen
difference between touch screen and non touch screen  what is a difference between touch screen and non touch screen in J2ME (code wise
Caputuring screen shot
Caputuring screen shot  How to to capture screen shot for a computer on internet
Screen Flickers - Framework
Screen Flickers  One of my screen flickers. Is that is beacuse of less memory
Screen Scraping - Ajax
Screen Scraping  How i can do the screen scraping using java and ajax
ModuleNotFoundError: No module named 'screen'
ModuleNotFoundError: No module named 'screen'  Hi, My Python... 'screen' How to remove the ModuleNotFoundError: No module named 'screen'... to install padas library. You can install screen python with following command
create a named screen in linux
create a named screen in linux  Hi, I want to create a screen session with a name. I wanto to assign a name while creating screen. So, need help of your guys to tell me the command. How to create a named screen in linux
recorder screen in java
recorder screen in java  Dear friends, how can I capture the screen in real time? best regards Riccardo Susca
recorder screen in java
recorder screen in java  Dear friends, how can I capture the screen in real time? best regards Riccardo Susca
noise during print screen
noise during print screen  hi there, i have a java program which can print screen every 1 seconds... but during the print screen, the image seems will have some noise and ends up half page of the image will be black screen
iPhone Capturing Screen SDK
iPhone Capturing Screen SDK  Creating an application to capture the screen shots from iPhone. In objective c is there any class that make it enable..?   UIGraphicsBeginImageContext(CGSizeMake(480,320)); UIImage* result
Touch screen effect
Touch screen effect  Hello everyone, I would like to create a desktop application using java, is it possible to have touch screen effect for the desktop application? Exp: when user click next button, whole screen will move
Splash Screen in Java Swing
Splash Screen in Java Swing  I worte this code,but i'm unable to add this class code to my main class.so plz i request you to guide me how can i add this splesh screen to my main-class-login-page-screen. package Com.Demo
ipad screen resolution pixels
ipad screen resolution pixels  Hi! Can you tell the exact size of the iPad in pixels ..including height & width. Thanks Very Much!   ... a screen resolution of .. 1024×768 pixels other details..ADS_TO_REPLACE_2
iphone login screen
 Mode       The   App   will   begin   with   the   Login   Screen,   The   screen   should   be   having   same   functionality  as  any  website
populating a screen on the same page
populating a screen on the same page  i'm making a time table in jsp. i have put button on each slot.if a person click on that slot it'll redirect... down. But now i want that onclicking slot(button) a small selection screen like
Splash Screen in Java Swing
Splash Screen in Java Swing  i wrote this code for splash screen but i'm unable to connect to my main code so i humble request you to plzz how can i connect to my main code. package Com.Demo; import javax.swing.ImageIcon
messages to the screen without using "document.write()"
messages to the screen without using "document.write()"  To write messages to the screen without using "document.write
ModuleNotFoundError: No module named 'ps-screen'
ModuleNotFoundError: No module named 'ps-screen'  Hi, My Python...-screen' How to remove the ModuleNotFoundError: No module named 'ps-screen' error? Thanks   Hi, In your python environment you
ModuleNotFoundError: No module named 'screen-recording'
ModuleNotFoundError: No module named 'screen-recording'  Hi, My... named 'screen-recording' How to remove the ModuleNotFoundError: No module named 'screen-recording' error? Thanks   Hi, In your
ModuleNotFoundError: No module named 'clear-screen'
ModuleNotFoundError: No module named 'clear-screen'  Hi, My Python... 'clear-screen' How to remove the ModuleNotFoundError: No module named 'clear-screen' error? Thanks   Hi, In your python
ModuleNotFoundError: No module named 'grab-screen'
ModuleNotFoundError: No module named 'grab-screen'  Hi, My Python... 'grab-screen' How to remove the ModuleNotFoundError: No module named 'grab-screen' error? Thanks   Hi, In your python environment
ModuleNotFoundError: No module named 'pelk-screen'
ModuleNotFoundError: No module named 'pelk-screen'  Hi, My Python... 'pelk-screen' How to remove the ModuleNotFoundError: No module named 'pelk-screen' error? Thanks   Hi, In your python environment
ModuleNotFoundError: No module named 'screen-assembly'
ModuleNotFoundError: No module named 'screen-assembly'  Hi, My... named 'screen-assembly' How to remove the ModuleNotFoundError: No module named 'screen-assembly' error? Thanks   Hi, In your python
ModuleNotFoundError: No module named 'screen-search'
ModuleNotFoundError: No module named 'screen-search'  Hi, My... 'screen-search' How to remove the ModuleNotFoundError: No module named 'screen-search' error? Thanks   Hi, In your python
ModuleNotFoundError: No module named 'dosbox-screen'
ModuleNotFoundError: No module named 'dosbox-screen'  Hi, My... 'dosbox-screen' How to remove the ModuleNotFoundError: No module named 'dosbox-screen' error? Thanks   Hi, In your python
login screen - Java Beginners
login screen  how can code a login screen please send me the code with two entries Username and Password and validate it please  Hi Friend, Try the following code: import javax.swing.*; import java.awt.
How to connect on screen keyboard to system.
How to connect on screen keyboard to system.  How to connect on screen keyboard to system.I made on screen keyboard in java(swing).Now i want connect to system means when i pressed any button then it type on notepad or any
How to connect on screen keyboard to system.
How to connect on screen keyboard to system.  How to connect on screen keyboard to system.I made on screen keyboard in java(swing).Now i want connect to system means when i pressed any button then it type on notepad or any
splash screen time delay iphone
splash screen time delay iphone  How can i delay the splash screen?   How to delay splash screen in iPhone/iPad/ Objective C Splash scree is the very first screen that run while application launch. By default
virtual on screen keyboar - Swing AWT
virtual on screen keyboar  sir i need shift key operation code in my project program of virtual keyboard can uplz send
how to clear dos screen in java - Java Beginners
how to clear dos screen in java   how to clear dos screen in java
How to clear Dos screen in java? - Java Beginners
How to clear Dos screen in java?  How to clear Dos screen in java? Is there any way to clear the dos screen in windows platform just like "cls" in dos and clrscr in c
ModuleNotFoundError: No module named 'Linux-Screen-Reader'
ModuleNotFoundError: No module named 'Linux-Screen-Reader'  Hi, My... named 'Linux-Screen-Reader' How to remove the ModuleNotFoundError: No module named 'Linux-Screen-Reader' error? Thanks   Hi
ModuleNotFoundError: No module named 'Linux-Screen-Reader'
ModuleNotFoundError: No module named 'Linux-Screen-Reader'  Hi, My... named 'Linux-Screen-Reader' How to remove the ModuleNotFoundError: No module named 'Linux-Screen-Reader' error? Thanks   Hi
ModuleNotFoundError: No module named 'Linux-Screen-Reader'
ModuleNotFoundError: No module named 'Linux-Screen-Reader'  Hi, My... named 'Linux-Screen-Reader' How to remove the ModuleNotFoundError: No module named 'Linux-Screen-Reader' error? Thanks   Hi
ModuleNotFoundError: No module named 'notebook_wide_screen'
ModuleNotFoundError: No module named 'notebook_wide_screen'  Hi...: No module named 'notebook_wide_screen' How to remove the ModuleNotFoundError: No module named 'notebook_wide_screen' error? Thanks   Hi
ModuleNotFoundError: No module named 'opensesame-plugin-broadcast_screen'
ModuleNotFoundError: No module named 'opensesame-plugin-broadcast_screen' ...: ModuleNotFoundError: No module named 'opensesame-plugin-broadcast_screen' How to remove the ModuleNotFoundError: No module named 'opensesame-plugin-broadcast_screen
ModuleNotFoundError: No module named 'opensesame-plugin-broadcast_screen'
ModuleNotFoundError: No module named 'opensesame-plugin-broadcast_screen' ...: ModuleNotFoundError: No module named 'opensesame-plugin-broadcast_screen' How to remove the ModuleNotFoundError: No module named 'opensesame-plugin-broadcast_screen
ModuleNotFoundError: No module named 'py-loading-screen'
ModuleNotFoundError: No module named 'py-loading-screen'  Hi, My... named 'py-loading-screen' How to remove the ModuleNotFoundError: No module named 'py-loading-screen' error? Thanks   Hi, In your
ModuleNotFoundError: No module named 'py-loading-screen'
ModuleNotFoundError: No module named 'py-loading-screen'  Hi, My... named 'py-loading-screen' How to remove the ModuleNotFoundError: No module named 'py-loading-screen' error? Thanks   Hi, In your
ModuleNotFoundError: No module named 'screen-recorder-sdk'
ModuleNotFoundError: No module named 'screen-recorder-sdk'  Hi, My... named 'screen-recorder-sdk' How to remove the ModuleNotFoundError: No module named 'screen-recorder-sdk' error? Thanks   Hi
ModuleNotFoundError: No module named 'copy-windows-10-lock-screen-wallpaper'
ModuleNotFoundError: No module named 'copy-windows-10-lock-screen-wallpaper...: ModuleNotFoundError: No module named 'copy-windows-10-lock-screen-wallpaper' How to remove the ModuleNotFoundError: No module named 'copy-windows-10-lock-screen
Capturing screen shot
;frame.setVisible(true);   } } Screen shot
Screen scrapper tool java source code
Screen scrapper tool java source code  From where can i dload the souce code for this screen scrapper tool ? Please let me know. Thanks

Ads