hi,
I have a text box in the home page, call it TextBoxHomePage
and other text box in the search page, call it TextBoxSearchPage
I want to send the content of the TextBoxHomePage to the TextBoxSearchPage
TextBoxHomePage.text = TextBoxSearchPage.text;
how to make this ?
...
Go to the complete details ...