| | |
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 |
acid2 ajax ajaxexample ajaxhelp ajaxjspservlets animate array automatically beta box browser captchaformproblem cart child close codes column css date debugger decimal dependent design disablefirebug dom download element embed engine enter error events ext file firefox focus form forms frameworks getselection google gwt gxt hiddenvalue highlightedword hint html htmlform ie7 ie8 iframe index java javascript javascripthelp2020 jawascriptruntimeerror jquery jsp jump libcurl listbox maps masterpage math media menu microsoft mimic mp4 onmouseoutdivproblem onmouseover onreadystatechange paypal pdf php player position post problem programming prototype redirect safari scale scriptlets scroll search security select software sql toggle unicode variables w3c web website window windowofwords \n





