> Alexander, you'll get more help with this if you post the code that
> illustrates what you're doing now.

Hi Chris, here it goes.

<% if rstSearchResults.Fields ("Status").Value = "ACTIVE" then
                        fieldstatus=1%>


the above is done right after I get a recordset from a databse. All is ifne
so far.

Then:

I call a function called LinkClick()

code here:

Sub LinkClick()

Dim strDis

msgbox "YOU CLIKED ME!!! I will now pass the parameters", 64, "HEY!"

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  

******************

the variable 'fieldstatus' is empty in the function.
Was wondering how I can make the variable 'seen' inside the function.

Thanks!
Alexander

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

Reply via email to