PDA

View Full Version : inserting text from one window into the form of another window


Calcium
01-13-2003, 10:30 AM
Hi, I need to insert some text (keywords) into a searchform of another window. I assume this is possible via the window.opener, but I would be grateful for some hints.
Thank you!!

jkd
01-13-2003, 11:28 AM
window.opener.document.forms['formname'].elements['elementname'].value = 'something';