Click here to Skip to main content
15,889,833 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
On home page there is email id textbox and button. when i click on button a form will be opened in thick box which contain another email textbox.

If end user enter an email id in home page and click on button then thickbox email field will be popuplated with email entered by end user.

How do i pass value from home page to thickbox control.

URL of the page is same when thickbox is opened.

Thanks
Posted

1 solution

Solved by myself.

Added this on thickbox page.

var val = parent.document.getElementById('txtEmail').value;


Thanks.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900