cmury Posted September 5, 2002 Posted September 5, 2002 Probably an easy one... I have set up custom web files in HTML/CDML which work fine :-) I would like to refine this and set my find pages in the top frame [mainFrame] of a frameset with the search results in the bottomFrame. My understanding is that this would occur when the Search form button is selected. That is the current find is published to the bottomFrame each time a search is generated. However I'm not sure if or how to apply a target to a form button or whether the target should be contained in the FM CDML tags? Any help would be appreciated. As I said probably an easy one. Cheers C
Garry Claridge Posted September 5, 2002 Posted September 5, 2002 You use the "target" parameter in the <form ... tag. E.G. <form name="persfm" target="middle_right" action="../FMPro" method="post"> Hope this helps. Garry
Recommended Posts
This topic is 8106 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now