User Profile
Collapse
-
Anyone? Maybe it is connected with that the opener somehow changes if the ite is changed? -
Problem with window.opener!
So..
I have a javascript that makes a popup with a javscript function in it.
The function in the popup after 5 seconds tries to change the "price" field value in the opener window:
Code:sourze= "<script type=%20text/javascript%20> function change(){ window.opener.document.forms[0].price.value=123;}; setTimeout('change()',5000);</script>"; thepopup=window.open(
No activity results to display
Show More
Leave a comment: