Question
URL for search form
Someone wrote a CF file - .cfm. I read his source code. His
CF page has a search form.
For example - example1.cfm has a code -
<form action ="serachdata.cfm" method="post">
<b>Quick Search:</b>
<input type="text" name="keyword" >
<input type="image" src="go3.gif" alt="GO" border="0" >
</form>
I don't want to go to the example1.cfm then search for something. ( two steps).
I wonder if there is any way for me to create a link from my page to the example.cfm? with search. ?
I tried to create a link in my page test - https://www.example.com/example1.cfm?keyword=103 but it doesn't work that way.
Is there any way to do that?
Thanks,
Krae
For example - example1.cfm has a code -
<form action ="serachdata.cfm" method="post">
<b>Quick Search:</b>
<input type="text" name="keyword" >
<input type="image" src="go3.gif" alt="GO" border="0" >
</form>
I don't want to go to the example1.cfm then search for something. ( two steps).
I wonder if there is any way for me to create a link from my page to the example.cfm? with search. ?
I tried to create a link in my page test - https://www.example.com/example1.cfm?keyword=103 but it doesn't work that way.
Is there any way to do that?
Thanks,
Krae