PDA

View Full Version : Html code help needed



loveinstar
04-11-2005, 08:20 AM
My page contains following two segment codes

1st one is a segment of newsletter code

<form method="get" action="ccmail/index.php" target="_blank">
<input name="address" size="13"><input type="submit" value="Go">

2nd one is a segment of search box code

<FORM name=formSear action="http://www.gamblingsky.com/search.html" method="GET" onSubmit="return OnSearchSubmit()">
<table border=0 width="170">
<tr valign=baseline>
<td width="105">
</td>
<td width="76">
&nbsp;
</td>
<td width="75">
</td>
</tr>
<tr valign=baseline>
<td width="105">
&nbsp;
</td>
<td width="76">
<p align="right">
<INPUT TYPE="text" NAME='searWords' SIZE="19" MAXLENGTH="100" VALUE=''></font><INPUT name="Send" type="submit" value='Search'>
</p>


the problem is that when i click the "search" button, it goes to the newsletter page ... how can i fix it?

The page url is : http://www.gamblingsky.com/3cardpoker-rules.htm

Please help me. Thank you in advance !

Blue Cat Buxton
04-11-2005, 08:31 AM
Looks like you need to close the form tag </form> after the newsletter form

loveinstar
04-12-2005, 08:00 PM
Thank you , i fixed the problem