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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by cdgraphix

  1. cdgraphix

    Open new window, choose radio, send val to orig. page text box??

    I had the code in the popup, but you made another great point that WORKS!! I was not opening the popup with javascript, only with a normal href with a target of _blank... Thanks!!! For others, final code: ---Originating page--- <head> <title>Untitled Document</title> <meta...
  2. cdgraphix

    Open new window, choose radio, send val to orig. page text box??

    Thanks, but no, it still doesn't like it. Perhaps I should try to make a function in the header that the submit button calls?? As it is now: Netscape tells me 'opener has no properties' Explorer says 'opener.document is not an object'
  3. cdgraphix

    Open new window, choose radio, send val to orig. page text box??

    Thanks for the tip (I am a CF coder - I forget about case-sensitivity), but it is still not the issue. My code now reads: ---Originating page--- <form name=&quot;myform&quot; action=&quot;actionpage.htm&quot;> <p>...
  4. cdgraphix

    Open new window, choose radio, send val to orig. page text box??

    Thanks, but I am a novice at JS... having object issues with the above, and also it needs to be submitted va the submit button, not directly on click. I have this: ---Originating page--- <form name=&quot;myform&quot; action=&quot;actionpage.htm&quot;> <p> <input type=&quot;text&quot...
  5. cdgraphix

    Open new window, choose radio, send val to orig. page text box??

    Okay, I saw the perfect code to do this if they're on the same page, but... I need to open a pop-up with a link,select one radio button, submit (closing the popup) and passing the value of the selected radio to automatically fill in a specific text box. Any help would be greatly appreciated...

Part and Inventory Search

Back
Top