-
It doesn't look like you've defined the variable browser_type anywhere. I'm not sure but I think you need to use javascript to fetch the browser type and version into that variable before testing it in the IF statement. Maybe something like this will do the trick.
var browser_type=navigator.appName
-
well the script works when the page is opened from other pcs...., but the Action still does not work...do u happen to know why??? as i said before of the first drop down is ommited and an option value is manually added at the second drop down the Action passes the parameter to the "search" procedure and the appropriate images are displayed.:/
-
Thnx a lot Pete, that worked!!