hey guyz am new to this forum.......i need some help guyz.....i wanna know how can i populate a textbox in parent window from child window......am new to javascript guyz...so i appreciate a brief syntax of what to do and how to do....thanx guyz
hey guyz am new to this forum.......i need some help guyz.....i wanna know how can i populate a textbox in parent window from child window......am new to javascript guyz...so i appreciate a brief syntax of what to do and how to do....thanx guyz
Huh?
Don't know what you mean.
Peter - alotofstuffhere[dot]com - Email Me - Donate via PayPal - Got spare hardware? Donate 'em to me :) Just send me a PM.
Currently: enjoying the early holidays :)Read before posting: FAQ | What you CAN'T do with JavaScript | Form Rules | Thread Title Naming Guide
Javascript code segment on the child window's page:
On the parent window's page:Code:window.opener.document.forms['test'][0].value='It works!';
HTML Code:<form name="test"> <input type="text"> </form>
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
Bookmarks