I am trying to create a search page (search.asp) inside the left frame, so that results(results.asp) are opening in the main frame. Any ideas how and where sould i specify the target frame tag ??? Thanks marko
when creating the form:
<FORM ACTION="results.php" target="main"> </FORM>
We don't help ASP losers here.
🙂
just use a target parameter on your form or create a javascript function to post the form to the frame.