I want to make a code that will transfer the value of textbox to another page and then that page will run the action, that is pre-set, upon that value of the textbox and then show the result under a parent frame. For example, in the index page, there is a search option. Now when the user types a phrase and click on the search button, then the search phrase will be taken to the search page and that page will do the action and then the result of the search will be shown under a parent frame in a third page. Can anyone help me please?