> Sub LinkClick()
> 
> Dim strDis
> 
> msgbox "YOU CLIKED ME!!! I will now pass the parameters", 64, "HEY!"
> 

' This should work:

DIM fieldStatus ' Have to dim it on the CLIENT-SIDE too...
fieldStatus = <%=fieldStatus%>

' Then proceed with your code.



> if fieldstatus=1 then
> window.IDfrm.IDradio2.disabled =true
> elseif fieldstatus=2 then
> window.IDfrm.IDradio2.disabled =true
> elseif fieldstatus=3 then
> window.IDfrm.IDradio2.disabled =true
> 
> end if  


---
You are currently subscribed to activeserverpages as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]

Reply via email to