zzfive03
Programmer
- Jun 11, 2001
- 267
If I have OnChange, can i make it set my varable 'Temp' to be = 3. Here is my code:
*******
Response.Write ("<select name='developer' onchange= 'temp = 3, document.run.submit()'><option></option>"
'more code....
If (temp = 3) Then
' ~~~~~
End If
********
Thank you in advance.
Mh
*******
Response.Write ("<select name='developer' onchange= 'temp = 3, document.run.submit()'><option></option>"
'more code....
If (temp = 3) Then
' ~~~~~
End If
********
Thank you in advance.
Mh