Hey guys... I need some help figuring out how I am going to accomplish something with one of my web applications. This particular application needs to allow a user to submit a form (one text field) and upon submitting, the user is taken to an external website (another domain), but at the bottom there needs to be a small footer frame that keeps the user within the initial website that says something to the effect like, "click here to go back to the form", etc.
So essentially, after submitting the form, they are taken to another website, but I want a small footer frame loaded with a page on the initial server to be present with a link back to the aforementioned form.
I know what to do as far as the database/php stuff is concerned, but on the realm of this frames business, I haven't a clue. I hate using frames, but from what I gather, this is my only option, correct? Does anyone have any advice on how I can construct such a framed "after-submission-page" that will allow the submitter to go to another external website but still stay within the initial website?
The easiest way to describe the concept is to compare it very closely to how Google Images works. When you click on one of the images in google, it takes you to the website, but there is a frame on the top (mine would be bottom)... that keeps you within Google.
Any guidance or suggestions on this matter would be greatly appreciated. Thanks so much.
How am I going to do this?
Moderator: General Moderators
- seodevhead
- Forum Regular
- Posts: 705
- Joined: Sat Oct 08, 2005 8:18 pm
- Location: Windermere, FL
- Kieran Huggins
- DevNet Master
- Posts: 3635
- Joined: Wed Dec 06, 2006 4:14 pm
- Location: Toronto, Canada
- Contact:
- seodevhead
- Forum Regular
- Posts: 705
- Joined: Sat Oct 08, 2005 8:18 pm
- Location: Windermere, FL
So I guess frames are the only way to go with something like this? To be honest, I've never used frames before so I am in a whole new territory I know nothing about.Kieran Huggins wrote:Is this a trick question?
Use a frameset!
What is the browser support like right now for frames? Still good? I would imagine some browsers may be doing away with support in the future... or am I way to paranoid and framesets aren't going anywhere?
- Kieran Huggins
- DevNet Master
- Posts: 3635
- Joined: Wed Dec 06, 2006 4:14 pm
- Location: Toronto, Canada
- Contact:
- The Phoenix
- Forum Contributor
- Posts: 294
- Joined: Fri Oct 06, 2006 8:12 pm
Most cell browsers do not. Neither does WebTV (I think?). Many search engines also have a harder time correctly correlating the content from frames into the overall context of the site - which can skew your rating.Kieran Huggins wrote:Frames are supported by all browsers IIRC.
Google for a frames tutorial - they're fairly straightforward.
Finally, virtually all accessibility browsers (Jaws, Fangs, etc) do not handle frames well, causing problems for tabbing and reading.
Avoid frames if possible. However, in the example you gave, thats the correct choice. I'd say use importing into your own content, but with the user logging into the external site, doing so would be a security nightmare (for users and you).
Frames is the right choice, although it will cause problems for some browsers.