Hi,
When I click on text field I would like to redirect my page to "index_1.php"
but I get "Error on Page".
and by submiting button I would like to to go to "index_2.php".
Thank you.
<form name='myForm' action=\"\" method=post>
setLink_1(form){
form.action="index_1.php"...