
November 15th, 2011, 10:43 AM
|
|
Registered User
|
|
Join Date: Oct 2010
Posts: 4
Time spent in forums: 24 m 39 sec
Reputation Power: 0
|
|
|
Help with search results and a frame
I have built a frame, on the left side of the frame is my search and I am trying to get the results to display on the right side.
I understand how to get this done by just using a link:
<a href="Content.cfm?id=Standards_AccessingtheStandardsReport" target="rightside">Accessing the Standards Report</a>
But I can't get it to work using the form tag needed for the search:
<FORM action="Content.cfm?id=helpsearchresults" method="post" target="rightside">
I'm getting an error, which i expected since I was not sure how to accomplish this.
Any hep would be great!
|