Hans Erik Posted August 17, 2000 Posted August 17, 2000 I am trying to do this, using custom web publishing, FMP 4 and Claris Home Page: - a web page with 2 frames - in one frame, a simple search form is displayed, with a submit button ('find') - in the other frame, I want the search results displayed as a result table. Nothing special, but when I hit the submit button, the results are always displayed in the same frame as the search form! Am I doing wrong something or is this something that can't be done? I have added 'target=xxx' as extra HTML to the submit button, where xxx is the name of target frame, but that doesn't make a difference :-( Thank for help, Hans Erik Hazelhorst Database and Internet Consultant email [email protected]
chandra Posted August 18, 2000 Posted August 18, 2000 I flipped through my HTML book (HTML, the Definitive Guide, 3rd ed., by Chuck Musciano and Bill Kennedy) and I found the following... quote: With the advent of frames, it is possible to redirect the results of a form to another window or frame. Simply add the target attribute to your <form> tag and provide the name of the window or frame to receive the results. Please post if this works! [This message has been edited by chandra (edited August 18, 2000).]
Hans Erik Posted August 20, 2000 Author Posted August 20, 2000 Yep It works. I used the target= attribute in the wrong place. Using it in the FORMAT line has the rigth effect. Thanks a lot. Hans Erik Hazelhorst Database and Internet Consultant email [email protected]
Recommended Posts
This topic is 9128 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