| | |
For my website i need floating window
Please support our JavaScript / DHTML / AJAX advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
![]() |
Assuming that this your index.html
And this will be our floating window, clocked for 10secs and when it reaches its limit this wil automaticaly close!
Enjoy coding...
html Syntax (Toggle Plain Text)
<html> <head> <title>index page</title>
javascript Syntax (Toggle Plain Text)
<script type="text/javascript"> <!-- window.onload = function() { /* You must replaced this with your own page that you wish to be loaded */ window.open('floating.html', targe='_blank', 'toolbar = no, scrollbars = no, location = no, width = 500, height = 500'); } //--> </script>
html Syntax (Toggle Plain Text)
</head> <body> </body> </html>
And this will be our floating window, clocked for 10secs and when it reaches its limit this wil automaticaly close!
Enjoy coding...
html Syntax (Toggle Plain Text)
<html> <head> <title>floting page</title>
javascript Syntax (Toggle Plain Text)
<script type="text/javascript"> <!-- //////////////////////////////////////// /////////////By Essential/////////// //////////////////////////////////////// window.onload = clocked; function clocked() { x = 10; var timer = setTimeout('clocked()', 1000); x = x - timer; document.getElementById('countdown').innerHTML = 'You still have 0' + x + ' sec. remaining before this window close!'; if ( timer == 10 ) { clearTimeout( timer );window.close(); } } //--> </script>
html Syntax (Toggle Plain Text)
</head> <body> <p align="center"> <span id="countdown"> </span> <p> </body> </html>
![]() |
Similar Threads
- Starting Python (Python)
- Please check my code below (Java)
- Floating/scrolling image? (JavaScript / DHTML / AJAX)
Other Threads in the JavaScript / DHTML / AJAX Forum
- Previous Thread: help ajax and image
- Next Thread: AJAX Dropdown menu to text field population
| Thread Tools | Search this Thread |
Tag cloud for JavaScript / DHTML / AJAX
ajax ajaxexample ajaxjspservlets array blackjack browser captcha captchaformproblem cart checkbox child class close codes date debugger dependent developer disablefirebug dom editor element embed engine events explorer ext file firefox flash form forms game getselection google gxt hiddenvalue highlightedword hint html ie7 ie8 iframe internet java javascript javascripthelp2020 jquery jsf jsfile jsp jump libcurl maps marquee masterpage math matrixcaptcha media mysql object onerror onmouseoutdivproblem onreadystatechange parent passing paypal pdf php position post programming prototype rated redirect runtime safari scale scriptlets scroll search security session shopping size software sources star stars stretch synchronous toggle tweet unicode variables web webservice window wysiwyg \n





