View Single Post
Old Feb 12th, 2005, 9:46 PM   #7
dark_omen
Hobbyist Programmer
 
Join Date: Dec 2004
Posts: 125
Rep Power: 5 dark_omen is on a distinguished road
Send a message via AIM to dark_omen
Ok, so I found a little on how to do it with javascript, but I think I am still missing elements. I found that the code on the recieving page needs
alert(opener.document.forms.formid['inputname'].value);
I dont know where that goes in the html code. Also I don't know what action is used on the input page in the form. I am assuming it it something like action="javascript" or something like that.

Thanks
dark_omen is offline   Reply With Quote