Builders
|
| Posted: 06/14/2002, 5:05 AM |
|
I want to work in frames in CCS like following:
I have two files 'search.asp' and 'result.asp'. On the right side page should show search page. When we give search criteria, it should show the results on left corner side in result page. I tried to do it in Front Page but I could not solve the problem. Anybody can help me. I am using ASP with Access.
Regards
|
|
|
 |
Alex Alexapolsky
|
| Posted: 06/14/2002, 6:18 AM |
|
How do you use CCS + FP , do you use CCS FP plugin ?
|
|
|
 |
Ron Gines
|
| Posted: 06/14/2002, 10:57 AM |
|
I haven't done this yet in CSS, but here is my guess at how it should work.
Since frames enclose full HTML files (not HTML snippets), create your search and result page within CCS as if they were going to be stand-alone pages (as you would like for them to be viewed within the frames). This means you will probably forget about any regular header and footer components.
Then make a third page (default.asp?) that has your standard header and footer components. Go the the HTML tab and then hand code in your frame tags that are in turn calling search.asp and result.asp. Save the file and publish the whole lot and I think that you should be good to go.
Good luck.
|
|
|
 |
|