DaytonaSteve
Mon Mar 17 13:25:02 CDT 2008
Thanks for the advice. I'll see if I can make that work.
"Ronx" wrote:
> I would reconsider using iFrames. They tend to give users more problems
> (with bookmarking pages, and getting to pages from search engines) than
> authors, but sometimes even the author has problems.
>
> A simple layout using a <div> where you have the iFrame for each page
> will work - the main page is small so load times will not be a problem.
> If you use FP2003 a DWT (Dynamic Web Template) can be used as a template
> for all the pages with an editable region for the unique content.
>
> --
> Ron Symonds - Microsoft MVP (FrontPage)
> Reply only to group - emails will be deleted unread.
>
>
http://www.rxs-enterprises.org/fp
>
>
>
>
> "Daytona Steve" <DaytonaSteve@discussions.microsoft.com> wrote in
> message news:E0E6ED09-0DAA-42B1-B105-44657021B78F@microsoft.com:
>
> > I sucessfully reroute back to the correct "thanks" page but since the from is
> > in an I frame, the "thanks" is in an I frame and because it is generated by
> > webot, I can't change the target in the code. I can change it but it won't
> > save the changes.
> >
> >
> >
> > "Daytona Steve" wrote:
> >
> > > wow, I've really got this fouled up. Let me fix all this and see what i've
> > > got.
> > >
> > > "Ronx" wrote:
> > >
> > > > The form tag is missing the contents of the onsubmit attribute - this
> > > > should be
> > > >
> > > > onsubmit="return FrontPage_Form1_Validator(this)"
> > > >
> > > > However, this attribute has nothing to do with the display of the
> > > > confirmation page.
> > > >
> > > >
> > > > In the Confirmation page you gave the link for there is an opening <div>
> > > > tag, with no closing </div> tag:
> > > >
> > > > <body>
> > > >
> > > > <table class="main">
> > > > <tr>
> > > > <td>
> > > > <div id="masthead">
> > > > </td>
> > > > </tr>
> > > > <tr>
> > > > <td height="50">
> > > >
> > > >
> > > > The page in your link is NOT the page displayed after the form is
> > > > submitted. The page displayed is actually at
> > > > ZBTforms/thanks.htm, and is displayed in a large iFrame designed for the
> > > > form itself. The page renders at the bottom of the iFrame, where the
> > > > user pressed the submit button.
> > > >
> > > > <iframe name="I1"
> > > > src="
http://www.raginggator.com/ZBTforms/contactzbtreg.htm" width="698"
> > > > height="742" scrolling="no" border="0" frameborder="0" align="top">
> > > >
> > > > --
> > > > Ron Symonds - Microsoft MVP (FrontPage)
> > > > Reply only to group - emails will be deleted unread.
> > > >
> > > >
http://www.rxs-enterprises.org/fp
> > > >
> > > >
> > > >
> > > >
> > > > "Daytona Steve" <DaytonaSteve@discussions.microsoft.com> wrote in
> > > > message news:0632AD18-33EF-4EA2-9856-35BA011D5D20@microsoft.com:
> > > >
> > > > > form is
http://www.zbtmarshall.org/levltwo/reunreg.html
> > > > >
> > > > > thanks is
http://www.zbtmarshall.org/levltwo/thanks.htm
> > > > >
> > > > >
> > > > >
> > > > > "Ronx" wrote:
> > > > >
> > > > > > Please give a link to the form and confirmation pages.
> > > > > >
> > > > > > --
> > > > > > Ron Symonds - Microsoft MVP (FrontPage)
> > > > > > Reply only to group - emails will be deleted unread.
> > > > > >
> > > > > >
http://www.rxs-enterprises.org/fp
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > > "Daytona Steve" <DaytonaSteve@discussions.microsoft.com> wrote in
> > > > > > message news:C1C22E3A-1F8A-47D3-94AA-74AAFCAC4B8B@microsoft.com:
> > > > > >
> > > > > > > I have all my forms working great ( thanks to all you guys) except for one
> > > > > > > small problem. I created a thank you page as a confirmation page but when
> > > > > > > ever the form is submitted the confirmation page opens in the middle of the
> > > > > > > page instead of at the top of the page. Since the only thing on the page is
> > > > > > > a header and the thank you text, the page generally looks like a blank white
> > > > > > > page to the user. Ever other page on the site opens at the top...how can I
> > > > > > > get this one to do the same thing.
> > > > > >
> > > > > >
> > > >
> > > >
>
>