That means I cannot do the following:
VB Code:
<%@ Language=VBScript %> <HTML> <HEAD> <Title></Title> <META NAME="GENERATOR" Content="Microsoft Visual Studio 6.0"> <script language=vbscript> Sub button1click() Session.contents("lang_id")=0 end sub Sub button2_onclick() Session.contents("lang_id")=1 end sub Sub button3_onclick() Session.contents("lang_id")=3 end sub Sub button4_onclick() Session.contents("lang_id")=2 end sub </script> <link href="main.css" rel="stylesheet" type="text/css"> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></HEAD> <BODY marginwidth="0" marginheight="0"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <TD><img src="trimg.gif" width="350" height="1"> <INPUT class=btn type=Button size=27 value=English name=button1 onclick="button1click()"> <INPUT class=btn type=Button size=27 value=Chinese name=button2> <INPUT class=btn type=Button size=27 value=Hungarian name=button3> <INPUT class=btn type=Button size=27 value=Spanish name=button4> </TD> </tr> <tr><td colspan=2 bgcolor=#666666> </tr> </table> </BODY> </HTML>




Reply With Quote