Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. pholst

    Targeting popupopener via form

    haha, which*
  2. pholst

    Targeting popupopener via form

    Dont you have any code witch gives the same results? I really want to get this working...
  3. pholst

    Targeting popupopener via form

    Sorry to say, I cant get it working... It is still staying in the popup window.
  4. pholst

    Targeting popupopener via form

    I would like to use this: <SCRIPT TYPE="text/javascript"> <!-- function targetopener(mylink, closeme, closeonly) { if (! (window.focus && window.opener))return true; window.opener.focus(); if (! closeonly)window.opener.location.href=mylink.href; if (closeme)window.close(); return false; } //-->...
  5. pholst

    Targeting popupopener via form

    Oh sorry, did not notice that i missed it. Anyway, it seems like it still doesn't work. It does not go back to the mainwindow, but just stay in the popupwindow and follows the link. Do you know why?
  6. pholst

    Targeting popupopener via form

    Hmm... I dont think it works... This is my code to open the popup: <SCRIPT TYPE="text/javascript"> <!-- function popup(mylink, windowname) { if (! window.focus)return true; var href; if (typeof(mylink) == 'string') href=mylink; else href=mylink.href; window.open(href, windowname...
  7. pholst

    Targeting popupopener via form

    I have a popupwindow and i want to targeting the openerwindow with a form, beaucse i want to sent some information from inputs to another site. How to do? :/

Part and Inventory Search

Back
Top