|
dschultz -> RE: Pop-Up Interactive Slide Show (11/3/2003 9:17:04)
|
Here is the enitre HTML coding from the .asp page. Thanks for your help. -Dan[8D] <script TYPE="text/javascript"> <!-- function popupform(myform, windowname) { if (! window.focus)return true; window.open('slideshow.asp', windowname, 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no, width=420,height=628'); myform.target=windowname; return true; } //--> </script> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <meta name="GENERATOR" content="Microsoft FrontPage 5.0"> <meta name="ProgId" content="FrontPage.Editor.Document"> <meta name="Microsoft Theme" content="global 101, default"> <meta name="Microsoft Border" content="tb, default"> </head> <body> <p align="center"><br> <font face="Verdana"><b>Slideshow Coming Soon!!!</b></font><br> </p> </body></html>
|
|
|
|