Go Back   CodingForums.com > :: Server side development > ASP.NET

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 01-28-2006, 04:32 AM   PM User | #1
tpk
New to the CF scene

 
Join Date: Jan 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
tpk is an unknown quantity at this point
Internet Explorer A form to be loaded from one frame to another

Hi everybody

I got 2 frames one form (Home.aspx) is loaded into top part of the frameset.html page while other form(Buyers.aspx) into bottom part. top part (header) form has drop down menus. if I click a menu option it will be loaded into the same frame, but I want to load that(new web form) into bottom frame. so i can see top menu form always available. How can I do this?

I got 2 javascript files running at top form.

Could any body please help me?
thanks in advance
tpk
tpk is offline   Reply With Quote
Old 01-30-2006, 05:55 AM   PM User | #2
glenngv
Supreme Master coder!


 
glenngv's Avatar
 
Join Date: Jun 2002
Location: Los Angeles, CA Original Location: Philippines
Posts: 10,241
Thanks: 0
Thanked 112 Times in 111 Posts
glenngv will become famous soon enough
Code:
<select name="page" onchange="if (this.value) parent.frames['bottomFrame'].location.href=this.value;">
<option value="">Please select</option>
<option value="page.aspx">Page 1</option>
<option value="page2.aspx">Page 2</option>
...
__________________
Glenn
_____________________________________________
Play Tower of Hanoi Android app (Ad-FREE!)
Play Tower of Hanoi Android app (FREE!)
Go to Tower of Hanoi Leaderboard
Play Tower of Hanoi Facebook app
glenngv is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

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

Forum Jump


All times are GMT +1. The time now is 11:19 AM.


Advertisement
Log in to turn off these ads.