Guest_imported
New member
- Jan 1, 1970
- 0
Hi,
This code works fine for one parameter but is not fien for two parameters...Please tell me how to correct this..
<HTML>
<HEAD>
<SCRIPT LANGUAGE="VBScript" TYPE="text/vbscript">
Function EG (aaa,www)
Msgbox aaa,32,www
End Function
</SCRIPT>
</HEAD>
<BODY>
<FORM name="FORM1">
<INPUT type=button NAME="TEMP" onClick= EG("aaa","sss">
</FORM></BODY>
</HTML>
This code works fine for one parameter but is not fien for two parameters...Please tell me how to correct this..
<HTML>
<HEAD>
<SCRIPT LANGUAGE="VBScript" TYPE="text/vbscript">
Function EG (aaa,www)
Msgbox aaa,32,www
End Function
</SCRIPT>
</HEAD>
<BODY>
<FORM name="FORM1">
<INPUT type=button NAME="TEMP" onClick= EG("aaa","sss">
</FORM></BODY>
</HTML>