|
Hi!
First off, yes you can pass those parameters in the
URL. Just be sure that if you use spaces, that you put in the %20 parameter for
spaces if the argument value contains spaces:
DSL modem would be: DSL%20Modem.
In the link you provided after the function=list
there looks like there is a space between the & and the word type. If it's
an underscore, then that's ok. If it is a space, you'll have to put the word
search right after the &.
As far as getting the values out of the address
window, simply create a form with hidden values:
<input type=hidden name="type"
value="search">
<input type=hidden name="beg"
value="1">
etc.......
Then, it won't be displayed on the page, or in the
address.
Rick Sanders
________________________________________________________________________ TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf |
Title: Passing search arguments across links
- Witango-Talk: Passing search arguments across link... Wilcox, Jamileh \(HSC\)
- RE: Witango-Talk: Passing search arguments ac... Rick Sanders
- RE: Witango-Talk: Passing search arguments ac... Scott Cadillac
- RE: Witango-Talk: Passing search arguments ac... Wilcox, Jamileh \(HSC\)
- Re: Witango-Talk: Passing search argument... Rick Sanders
- RE: Witango-Talk: Passing search argument... Ben Johansen
- RE: Witango-Talk: Passing search arguments ac... Wilcox, Jamileh \(HSC\)
- RE: Witango-Talk: Passing search arguments ac... Wilcox, Jamileh \(HSC\)
- RE: Witango-Talk: Passing search argument... Ben Johansen
- RE: Witango-Talk: Passing search argu... Scott Cadillac
- Witango-Talk: Multiple Table Search R... Cecilia Cos
- RE: Witango-Talk: Passing search arguments ac... Wilcox, Jamileh \(HSC\)
