I want to put the following script on my page twice, in two different places:
<SCRIPT Language=VBScript>
if screen.height = 480 Then
document.write ('480')
End if
if screen.height = 600 Then
document.write ('600')
End if
if screen.height = 768 Then
document.write ('768')
End if
</SCRIPT>
It works fine by itself, but I dont know how to use it twice.
TIA, Joe
JoeM6
JPMJR11@aol.com
<SCRIPT Language=VBScript>
if screen.height = 480 Then
document.write ('480')
End if
if screen.height = 600 Then
document.write ('600')
End if
if screen.height = 768 Then
document.write ('768')
End if
</SCRIPT>
It works fine by itself, but I dont know how to use it twice.
TIA, Joe
JoeM6
JPMJR11@aol.com