i want to display search results in a new window, what shloud i use, or how do i do?
dmorison
11:12 am on Sep 8, 2003 (gmt 0)
I think you can specify target="_blank" in your opening <form> tag...
jbhavin
11:16 am on Sep 8, 2003 (gmt 0)
hi,
Actually the problem is:
I have the search page separate. But on each other page I have given the Search Option, so how do i pass Search String to that program... and how will it work?
korkus2000
12:01 pm on Sep 8, 2003 (gmt 0)
Can you explain a little more? You can pass query string name value pairs to the page and parse those.
jbhavin
12:14 pm on Sep 8, 2003 (gmt 0)
okie, i thought so , to pass query string, but how do i do that.
See my Search code in a different page. but have a search button on every page, so now whereevr i press the searcg button, it should work , i.e. give the result in the new page!