Re: Search button
- From: BootNic <b00tnic@xxxxxxxxx>
- Date: Fri, 30 Nov 2007 06:13:10 +0000 (UTC)
BootNic <b00tnic@xxxxxxxxx> wrote: news:Xns99F85784EC4CBootNic@
85.214.90.236:
"Shelly" <sheldonlg.news@xxxxxxxxxxxxxxxx> wrote:
news:13kv5o63hg13o18@xxxxxxxxxxxxxxxxxx:
I know this must be simple, but I need a little help as this isn't my
area. I have a search box called searchText and a search button called
searchButton. If a user puts "foo" in the text box and clicks the
search button, I want this to change pages with "foo" as a parameter.
Sort of go to "_the_new_page?param=foo" from the onclick command. How
do I construct that such that it forms that string and does a
window.location with that string? I looked over the web, but didn't
find clear examples.
<form action="/_the_new_page" action="get">
That second action should have been method.
<form action="/_the_new_page" method="get">
[snip]
--
BootNic Friday November 30, 2007 1:13 AM
A person without a sense of humor is like a wagon without springs,
jolted by every pebble in the road.
*Henry Ward Beecher*
.
- Follow-Ups:
- Re: Search button
- From: Shelly
- Re: Search button
- References:
- Search button
- From: Shelly
- Re: Search button
- From: BootNic
- Search button
- Prev by Date: Re: target _blank and opening a new window in Firefox
- Next by Date: Re: Does this page work in your Firefox?
- Previous by thread: Re: Search button
- Next by thread: Re: Search button
- Index(es):