|
|
|
|
|
| | |
|
Active Server Pages what is asp programming how to sample asp example code scripts software asp forum mail sessions applications global.asa CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Easy Java thing..recognize browser |
From: |
Kennet |
Date: |
1/5/2000 5:35:41 AM |
IP: |
195.100.99.98 |
Hi!
I need some help recognizing klient browser, and
then to choose right image. Below is my try....
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
<html>
<head>
<title>top_1</title>
<SCRIPT language="JavaScript">
<!--hide
function applikation ()
{
if (navigator.appName == "Netscape")
{
"gif/corn_ns.gif"
}
else
{
"gif/corn_me.gif"
}
}
//-->
</SCRIPT>
<img scr="javascript:applikation ()" width="32" height="100">
</body>
</html>
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Please help a newbie..!!
|
Follow Up - Re: Recognize browser..how its done.. - Kennet 1/13/2000 2:46:01 AM
Follow Up - Re: Recognize browser..how its done.. - Kennet 1/13/2000 2:51:23 AM
|
|
|
|
|
|
|
|
|
|
|
|