Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

frames parameter passing / reload problem

Status
Not open for further replies.

dessie1981

Programmer
May 9, 2006
116
GB
Hi everyone,

Im currently creating an online store and i am am having a problem using frames.

Originally i had a page on its own displaying the search options e.g. (drop down list of categories, search bar).
When the user submitted, we would navigate to a new page displaying the results.

However i do not want the site to look like this anymore, I would like to use frames, I have my search bar displayed in the top part of the page and the results in the bottom part.

However i am having a problem!
I do not know how to how to recieve the parameters from the search to dispaly the results since this page is now static in the bottom part.

Any ideas on how to reload the bottom frame and recieve the parameters would be greatful.
Regards
Des

 
Hey everyone,

It's ok i did a bit of rtfm'ing and found the solution,

Need to put a target attribute in the form tag,

Problem solved.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top