Javascript is not working in Chrome and Firefox - ok in IE -


i popup window , allows user select database list. in internet explorer not in chrome or firefox. pointers appreciated. many thanks, paul

code is:

<script type="text/javascript"> function updatetarget(selectedvalue) {     var target = parent.window.opener.document.all('<%# request.params("target") %>');     target.value = selectedvalue;     target.fireevent('onchange');     window.close(); } </script> 


Comments

Popular posts from this blog

java - BeanIO write annotated class to fixedlength -

Using Java 8 lambdas/transformations to combine and flatten two Maps -

How to connect android app to App engine -