
BrightNail
Novice
Jul 28, 2001, 10:08 PM
Post #2 of 2
(38396 views)
|
Hey, For the Secure Server Question....just check the URL string......ala <script language="javascript"> if(document.URL.indexOf("https")!=-1){ document.write("<font size=1>"+'Secure Page+"</font>") }else{ document.write ("Non-secure Page")} </script>
|