HighDots Forums  

Variables

JavaScript discussion (multi-lingual) JavaScript discussion (alt.comp.lang.javascript)


Discuss Variables in the JavaScript discussion (multi-lingual) forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Darren Woodbrey
 
Posts: n/a

Default Variables - 01-06-2006 , 09:01 AM






Hi,
I am fairley new to javascript so please bear with me. I have an asp
page that opens a popup by clicking a button. This is a database lookup
window, when the user click on an option button, values are brought back to
the original form fields, ie customer, address1. address2 etc using:
window.opener.document.getElementById('street').va lue='<%=trim(rsAddress.Fields.Item("ADDRESS1").Val ue)%>'This works fine, but I also need send a value to a variable in the parentwindow at the same time. I want to store the value for "Customer ID" so Ican then change the address for that customer if I need. I can send valuesto a form field but cannot get a value to a variable. Any help would begrteatly appreciated. Thanks!Darren


Reply With Quote
Reply




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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.