Current location: Hot Scripts Forums » General Web Coding » JavaScript » send data back to parent window


send data back to parent window

Reply
  #11 (permalink)  
Old 09-25-06, 05:46 AM
UnrealEd's Avatar
UnrealEd UnrealEd is offline
Community Liaison
 
Join Date: May 2005
Location: Antwerp, Belgium
Posts: 3,165
Thanks: 4
Thanked 25 Times in 25 Posts
jsu tdo the same thing the other way:
Code:
var newwindow = window.open('something', 'newwindow', 'options');
newwindow.document.foo.attach1.value = 'Testing1';
this will ste the value of attach1 to 'Testing1' in the child window.
No need to use cokies or sessions

Greetz,
UnrealEd
__________________
"Good judgement comes from experience, and experience comes from bad judgement." - Fred Brooks

Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
send data to email jilshi Everything Java 0 04-02-04 08:50 PM


All times are GMT -5. The time now is 11:19 PM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.