|
|
|
|
|
| | |
| |
vbscript active server pages ASP vbscript SQL database informix oracle SQL Server Perl CGI Delphi PHP source code code sample samples program CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
|
|
Subject: |
Re: Recognize browser..how its done.. |
|
From: |
Kennet |
|
Date: |
1/13/2000 2:46:01 AM |
|
IP: |
195.100.150.111 |
This now works just fine for me. It took a while to get it right,
I have never done any JAVAScripting before.
<SCRIPT language="JavaScript">
<!--hide
function applikation ()
{
if (navigator.appName == "Netscape")
{
document.images[0].src="gif/corn_ns.gif";
}
else
{
document.images[0].src="gif/corn_me.gif";
}
}
//-->
</SCRIPT>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF" background="/gif/list.gif">
<img src="javascript:applikation ()">
</body>
</html>
|
Previous Message
Follow Up - Re: Recognize browser..how its done.. - zinas1@nottscc.gov.uk 1/17/2000 3:00:24 AM
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|