frames troubles

liunx

Guest
:cool: hi, i've got a lil problem w/ a search in a frame, i can't get it to open up in my main frame, is there a way i can edit my search button, or create a new one to get my search result page to open in my main frame or another window????? thanks<br />
<br />
this is what i got so far. :confused:<br />
<br />
<input type="submit" style='font:10pt Georgia, Times New Roman, Times, serif; border:1 solid #FFFFFF; cursor:hand; background:#2B2E40; color: #FFFFFF; ' value="Search" TARGET="mainFrame"> <!-- this was just a test --><br />
<input type="reset" style='font:10pt Georgia, Times New Roman, Times, serif; border:1 solid #FFFFFF; cursor:hand; background:#2B2E40; color: #FFFFFF; ' value="Clear"><br />
<small><a href=http://www.htmlforums.com/archive/index.php/"/cgi-bin/jasearch.cgi?mode=help" TARGET="_parent">help</a></small><!--content-->where is your form tag? add your target in there<!--content-->this is the enitire search engine form tag. its kinda messy, where should i tell it to open in the main frame?<br />
<br />
thanks, <br />
<br />
Nick<br />
<br />
<br />
<br />
<form name="form2" method="post" action="../cgi-bin/jasearch.cgi"><br />
<input type="hidden" name="base" value="/home/groups/home/web" maxlength="25" size="35"><br />
<input type="hidden" name ="excdirs" Value="/prototype; /cgi-bin"><br />
<br />
<input type="hidden" name="rbase" value="http://webmis.hcc.edu"><br />
<div align="center"><font face="Geneva, Arial, Helvetica, san-serif"><b><font size="1">Search<font color="#FCB304"> <br />
ITS</font></font></b></font> <br />
<br />
<input type="TEXT" name="sv" value=""><br />
<input type="submit" style='font:10pt Georgia, Times New Roman, Times, serif; border:1 solid #FFFFFF; cursor:hand; background:#2B2E40; color: #FFFFFF; ' value="Search"><br />
<input type="reset" style='font:10pt Georgia, Times New Roman, Times, serif; border:1 solid #FFFFFF; cursor:hand; background:#2B2E40; color: #FFFFFF; ' value="Clear"><br />
<small><a href=http://www.htmlforums.com/archive/index.php/"/cgi-bin/jasearch.cgi?mode=help" TARGET="_parent">help</a></small><br />
</div><br />
</form><!--content-->I believe you can just add the target tag and set it equal to whatever you named the body frame in the frameset.<br />
<br />
<form target = "name of frame" ...><br />
<br />
Just like scoutt said.<!--content-->yup, Hue has it correct.<!--content-->wooo hoooo<br />
thanks alot, keep up the good work :D:rocker: <br />
<br />
nick<!--content-->
 
Back
Top