snippet library logo
in category
Javascript / Browser / Cheap 'now loading' message....
Snippet details
ID: 484
Viewed: 1339
Added: 2002-09-03
Version:
View Demo

User Rated at:
Rate This:
Snippets in this catagory         
Show Printable Version
displays a brief 'now loading' window.

General Details
Snippet uploaded by: Dr. Web
Email : harbor31@hotmail.com
Snippet By: Dr. Web

<!---Head--->
<script language="JavaScript">

config='toolbar=no,location=no,directories=no,status=no,menubar=no,width=200,height=150'

config += 'scrollbars=no,resizable=no'
pop = window.open ("","pop",config)

pop.document.write('<script language="javascript">');
pop.document.write('setTimeout(');
pop.document.write('"self.close()');
pop.document.write(';",3000)');
pop.document.write('</');
pop.document.write('script>');
pop.document.write('<body bgcolor=silver>');
pop.document.write('<center><b><h2>Welcome</h2></b></center>');
pop.document.write('<center><b><h3>Please Wait... While This Page Loads</h3></b></center>');
pop.document.write('<center><b><h6>This Window Will Close Itself...</h6></b></center>');
pop.document.write('</body>');

</script>

<!---Body--->


none




No Reviews to show


Please completely fill out the form below if you want to review this snippet. All reviews are subject to validation.


Subject:

Reviewed By:

Write a review:





Terms of Conditions
Powered By
Avian Hosting
© 2005 snippetlibrary.com All Rights Reserved.