justuptime.com - monitor your servers & websites

Frames, IFrames and Email Forms.

You are viewing this site as a guest. Join our community to get your questions answered and share knowledge. Active members may advertise and ask for a website critique.

She has: 72 posts

Joined: Sep 2001

Our intranet consists of a two-frame page; upper frame (Top) for site navigation and lower frame (Bottom) for page content. I'm using a script from Dynamic Drive that populates an IFrame in the Bottom with an email form based on a radiobox selection, also in Bottom. The submit button for the form is in the IFrame. The script works flawlessly, except for the fact that the page redirect (hidden input field) puts the redirected Thank You page inside the IFrame. Is there any way to force the Thank You page into Bottom, rather than the IFrame?

I've submitted this question at the DD forum, but I'm not getting any response there at all. The problem isn't with the script at all, but actually with the redirect.

Thanks,

Busy's picture
Modrater

He has: 6,148 posts

Joined: May 2001

tried target equals parent (or frame name) ?

She has: 72 posts

Joined: Sep 2001

You can use that with input fields?

Abhishek Reddy's picture
Moderator

He has: 3,284 posts

Joined: Jul 2001

I think you put that in the tag which contains the hidden field. Smiling

She has: 72 posts

Joined: Sep 2001

Sweet, thank you! I'll give it a try.

Edited to add: Works like a charm! Thanks again!