|
Posted by John Hosking on 02/20/07 14:18
SysAdmin07 wrote:
> On Feb 19, 8:51 pm, dorayme <doraymeRidT...@optusnet.com.au> wrote:
>
>>Why don't you put up your best shot in a url?
>>
>
> The code below is a chunk from my search page.
No, a url is the thing with http: at the beginning. ;-)
> //Code Begin
> <body>
> <form TARGET="mapFrame" METHOD="POST" ACTION="results2.cfm">
> <table width="266" cellpadding="1" cellspacing="3">
> <tr><td colspan="3"><span class="style1 style1">Enter city (without
> the state) or zip code </span></td>
Missing a </tr>
> <tr>
> <td width="154"><input type="TEXT" name=area size="25" /></
> td>
Hmm, interesting break. More interesting is the unquoted "area". If you
add quotes, does your life get better?
> <td width="56"><input name="submit" type="submit"
> value="Search" /></td>
> <td width="40"><input name="RESET" type="RESET"
> value="Reset" /></td>
> </table>
> </form>
> //Code End
--
John
Navigation:
[Reply to this message]
|