Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
How to load page in frame after input submit
Old 01-04-2007, 01:24 AM How to load page in frame after input submit
scrobins's Avatar
Skilled Talker

Posts: 50
Name: Stuart Robinson
Location: Busselton
Trades: 0
I have a HTML form that I'm trying to create which should load another page into the frame that it has vacated after the user clicks the Submit button.

However, this is not working so I'm looking for some tips to help.

Cheers.
scrobins is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 01-04-2007, 01:50 AM Re: How to load page in frame after input submit
vangogh's Avatar
Post Impressionist

Latest Blog Post:
Why Responsive Design?
Posts: 10,815
Name: Steven Bradley
Location: Boulder, Colorado
Trades: 0
First it's best not to use frames at all if you can avoid them. There are quite a few issues with frames and there are other ways to accomplish the same thing.

Having said that when you set up the frames you should have given the each frame a name, something like:

<frame name="main-content" src="">

And in the form you would want:

<form target="main-content" action="" method="">

Whatever is in the target attribute of the form is where you're telling the page to load.

If you need more post some code and I'll be happy to take a look.

The best answer though is to avoid using frames in the first place. You can accomplish the same thing with a scripting language like php or asp or by using server side includes. You don't really need to know more than a few basic things about any of the above to mimic frame behavior.
__________________
l Search Engine Friendly Web Design |
Please login or register to view this content. Registration is FREE

l Tips On Marketing, SEO, Design, and Development |
Please login or register to view this content. Registration is FREE

l
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
vangogh is offline
Reply With Quote
View Public Profile Visit vangogh's homepage!
 
Reply     « Reply to How to load page in frame after input submit
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.09763 seconds with 12 queries