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

How to connect android app to App engine -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

php - display validation error message next to the textbox in codeigniter -