|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
hi,
the following simple code working properly in internet explorer but not in netscape. i need exactly like internet explorer in both browsers <%@ Language=VBScript %> <HTML> <HEAD> <META NAME="GENERATOR" Content="Microsoft Visual Studio 6.0"> </HEAD> <BODY> <P><form name=form1> <input type=hidden name=ti value=<%=t%>> <input type=hidden name=ts value=<%=t-3%>> </form> <br> <form name=form2> <INPUT type="button" value="Control" id=button2 name=button2 width=10 style="BACKGROUND-COLOR:red;height:45px; BORDER-BOTTOM-COLOR: white; BORDER-BOTTOM-WIDTH:0px; BORDER-LEFT-COLOR: white; BORDER-LEFT-WIDTH:3px; BORDER-RIGHT-COLOR: white; BORDER-RIGHT-WIDTH: 0px; BORDER-TOP-COLOR: white; BORDER-TOP-WIDTH:0px; COLOR: white; FONT-SIZE: thin;" readonly LANGUAGE=javascript onclick="return button2_onclick()"> <A HREF="http://165.21.119.121:8890/cgi-bin/control.cgi?camera=1&presetposno=1" TARGET="hidden_frame"> <INPUT type="button" value="1" id=button7 name=button7 style="BACKGROUND-COLOR:blue;height:45px; width=48px; BORDER-BOTTOM-COLOR: white; BORDER-BOTTOM-WIDTH:0px; BORDER-LEFT-COLOR: white; BORDER-LEFT-WIDTH:2px; BORDER-RIGHT-COLOR: white; BORDER-RIGHT-WIDTH: 0px; BORDER-TOP-COLOR: white; BORDER-TOP-WIDTH:0px; COLOR: white; FONT-SIZE: thin;"></a> <A HREF="http://165.21.119.121:8890/cgi-bin/control.cgi?camera=1&presetposno=2" TARGET="hidden_frame"> <INPUT type="button" value="2" id=button6 name=button6 style="BACKGROUND-COLOR:blue; height:45px; width=48px; BORDER-BOTTOM-COLOR: white; BORDER-BOTTOM-WIDTH:0px; BORDER-LEFT-COLOR: white; BORDER-LEFT-WIDTH:2px; BORDER-RIGHT-COLOR: white; BORDER-RIGHT-WIDTH: 0px; BORDER-TOP-COLOR: white; BORDER-TOP-WIDTH:0px; COLOR: white; FONT-SIZE: thin;"></a> <A HREF="http://165.21.119.121:8890/cgi-bin/control.cgi?camera=1&presetposno=3" TARGET="hidden_frame"> <INPUT type="button" value="3" id=button3 name=button3 style="BACKGROUND-COLOR:blue; height:45px; width=48px; BORDER-BOTTOM-COLOR: white; BORDER-BOTTOM-WIDTH:0px; BORDER-LEFT-COLOR: white; BORDER-LEFT-WIDTH:2px; BORDER-RIGHT-COLOR: white; BORDER-RIGHT-WIDTH: 0px; BORDER-TOP-COLOR: white; BORDER-TOP-WIDTH:0px; COLOR: white; FONT-SIZE: thin;"></a> <A HREF="http://165.21.119.121:8890/cgi-bin/control.cgi?camera=1&presetposno=4" TARGET="hidden_frame"> <INPUT type="button" value="4" id=button4 name=button4 style="BACKGROUND-COLOR:blue; height:45px; width=48px; BORDER-BOTTOM-COLOR: white; BORDER-BOTTOM-WIDTH:0px; BORDER-LEFT-COLOR: white; BORDER-LEFT-WIDTH:2px; BORDER-RIGHT-COLOR: white; BORDER-RIGHT-WIDTH: 0px; BORDER-TOP-COLOR: white; BORDER-TOP-WIDTH:0px; COLOR: white; FONT-SIZE: thin;"></a> <A HREF="http://165.21.119.121:8890/cgi-bin/control.cgi?camera=1&presetposno=5" TARGET="hidden_frame"> <INPUT type="button" value="5" id=button5 name=button5 style="BACKGROUND-COLOR:blue; height:45px; width=48px; BORDER-BOTTOM-COLOR: white; BORDER-BOTTOM-WIDTH:0px; BORDER-LEFT-COLOR: white; BORDER-LEFT-WIDTH:2px; BORDER-RIGHT-COLOR: white; BORDER-RIGHT-WIDTH: 0px; BORDER-TOP-COLOR: white; BORDER-TOP-WIDTH:0px; COLOR: white; FONT-SIZE: thin;"></a> <b><font color=green"> <b id="wait" style="LEFT:90px; POSITION: absolute; TOP:280px">Please wait <INPUT id=text2 name=text2 size=2 style="BACKGROUND-COLOR: white; BORDER-BOTTOM-COLOR: white; BORDER-BOTTOM-WIDTH: 0px; BORDER-LEFT-COLOR: white; BORDER-LEFT-WIDTH: 0px; BORDER-RIGHT-COLOR: white; BORDER-RIGHT-WIDTH: 0px; BORDER-TOP-COLOR: white; BORDER-TOP-WIDTH: 0px; COLOR: mediumseagreen; FONT-SIZE: medium; VISIBILITY: visible" readonly>seconds</b></b> </font> <b id="left" style="LEFT:90px; POSITION: absolute; TOP:280px"><font color="red">time left <INPUT id=text3 name=text3 size=2 style="BACKGROUND-COLOR: white; BORDER-BOTTOM-COLOR: white; BORDER-BOTTOM-WIDTH:0px; BORDER-LEFT-COLOR: white; BORDER-LEFT-WIDTH:0px; BORDER-RIGHT-COLOR: white; BORDER-RIGHT-WIDTH: 0px; BORDER-TOP-COLOR: white; BORDER-TOP-WIDTH:0px; COLOR: red; FONT-SIZE: medium;" readonly>seconds</font></b> </form> </P> </BODY> </HTML> thank u amar |
![]() |
| Viewing: Dev Shed Forums > Web Design > HTML Programming > browser support |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|