View Single Post
  #2 (permalink)  
Old 08-11-04, 07:16 AM
uprightdog uprightdog is offline
Newbie Coder
 
Join Date: Jul 2004
Posts: 25
Thanks: 0
Thanked 0 Times in 0 Posts
You could put your string into a hidden form field and submit it to a new window. Or alternatively you could store the string in a session variable or a DB and retrieve it from your new window.
Reply With Quote