Urgent:how to run java script and vb script in asp.net

liunx

Guest
Hi, I have a code to detect flash plug-in, and it's written with java script and vb script. This way it checks all the common browsers. But now I don't know how to implement it in my asp.net page. I have a bound dropdown list box in the page with categories. Only when I select one of those categories that has the flash content, that I want to check for flash plug in. Does anyone know how implement this?

Thanks.The only way that your vb.net code can get the info from the JavaScript is to set a form field with your flash detection with a boolean and submit that to the server. When you check on the server you can look to see if that form field contains a true or false value.

Eric
 
Back
Top