Go Back   Velocity Reviews > General Computer Discussion > Software
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Search this Thread
Old 10-25-2006, 03:34 PM   #1
Post Unable to Read/Set Text Box in ASPX Web page using Javascript


Hi,

Am using the below code to popup a modal dialog box.
I got the value back from the child window to the parent window.
Now i want to assign the value to one of the text boxes on the parent window.

Before that i was just checking the value in the text box and am getting an error message that document.form... is null or object not reference.

Can someone help me out in reading and setting the value to/from the parent page's text box.

I have tried with many combination of the javascript like:
document.forms[0].elements[txtTitle].value
document.form1.txtTitle.value

and few others....


Here is the code

************************************************** ***
Response.Write(" <script language=""javascript"">")
Response.Write(" {")
'Response.Write(" var strReturn; strReturn=window.showModalDialog('child.aspx',null ,'status:no;dialogWidth:370px;dialogHeight:220px;d ialogHide:true;help:no;scroll:no');if (strReturn != null) document.getElementById('txtTitle').value=strRetur n;")
Response.Write(" var strReturn; strReturn=window.showModalDialog('child.aspx',null ,'status:no;dialogWidth:370px;dialogHeight:220px;d ialogHide:true;help:no;scroll:no');")
Response.Write(" alert(document.frmMaterialRequest.elements[txtTiltle].value); }")
Response.Write(" </script>")
*********************************************

Thanks in Advance.


rameshk75
rameshk75 is offline   Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Sessions in Aspx getting mixed up jet vedi Software 0 07-23-2009 07:25 PM
export aspx page to word format or pdf format as it is display in aspx page getmeaditi Software 0 03-10-2009 07:15 AM
how to access iframe from an aspx page eyal1234 Software 1 07-22-2008 10:57 AM
How to load Two iframe in one aspx page? pratima Software 2 02-02-2008 03:17 AM
Enbedding aspx page into another aspx page and post back Naga_01 Software 0 06-06-2006 06:51 AM




SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46