User Profile

Collapse

Profile Sidebar

Collapse
voodoolv
voodoolv
Last Activity: Aug 24 '05, 02:24 PM
Joined: Aug 23 '05
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • voodoolv
    replied to Problem with window.opener!
    Anyone? Maybe it is connected with that the opener somehow changes if the ite is changed?
    See more | Go to post

    Leave a comment:


  • voodoolv
    started a topic Problem with window.opener!

    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(
    ...
    See more | Go to post
No activity results to display
Show More
Working...