> 
> A better way would be to take that declaration outside the 
> scope of your
> function, like such:
> 
> <SCRIPT>
> DIM fieldstatus
> fieldstatus = <%=fieldstatus%>
> 
> SUB LinkClick(intMyStatus)
>     ' Your code here that checks the CASE
>     ' SELECT CASE intMyStatus
>     '    CASE 1
>     '         Do what you want
>     '    CASE etc...
>     ' END SELECT
> END SUB


Thanks Chris, that looks even better! 

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

Reply via email to