JavaScript Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
User Name:
Password:
Remember me
 
Go Back   Dev Articles Community ForumsProgrammingJavaScript Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Display Modes
 
Unread Dev Articles Community Forums Sponsor:
  #1  
Old June 21st, 2007, 02:24 PM
pac1984 pac1984 is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Jun 2007
Posts: 2 pac1984 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 32 m 24 sec
Reputation Power: 0
Other - Drop Down Menu links-- Iframe ??

hi all

ive been struggling with some html, and im guessing i need some javascript but im not so competent in that.

i need a drop down list menu on my page (page is called home.html). This page is a iframe called inner_frame.

i need it so when you click on an option in the list e.g. range.html it comes up in the inner_frame!

probably not explained very well but any help is much appreciated.

thanks in advance
Paul

Reply With Quote
  #2  
Old June 22nd, 2007, 04:11 AM
Itsacon's Avatar
Itsacon Itsacon is offline
Command Line Warrior
Click here for more information
 
Join Date: Aug 2004
Location: Sector ZZ9 Plural Z Alpha
Posts: 997 Itsacon User rank is Lance Corporal (50 - 100 Reputation Level)Itsacon User rank is Lance Corporal (50 - 100 Reputation Level)Itsacon User rank is Lance Corporal (50 - 100 Reputation Level)  Folding Points: 904898 Folding Title: Super Ultimate Folder - Level 2Folding Points: 904898 Folding Title: Super Ultimate Folder - Level 2Folding Points: 904898 Folding Title: Super Ultimate Folder - Level 2Folding Points: 904898 Folding Title: Super Ultimate Folder - Level 2Folding Points: 904898 Folding Title: Super Ultimate Folder - Level 2Folding Points: 904898 Folding Title: Super Ultimate Folder - Level 2Folding Points: 904898 Folding Title: Super Ultimate Folder - Level 2
Time spent in forums: 6 Days 14 h 26 m 27 sec
Reputation Power: 5
Send a message via ICQ to Itsacon
to have a link change something in the inner_frame, add `target="inner_frame" to the <a> tag.

As for the dropdown, there are many ways to do it, some with CSS, some with javascript. What exactly do you want (maybe point to a site where you've seen it)?
__________________
This is my code. Is it not nifty?

"The biggest problem encountered while trying to design a system that was completely foolproof, was, that people tended to underestimate the ingenuity of complete fools."
---Douglas Adams


Join the Itsacon fanclub!    
Zero Tolerance: Spammers banned so far: 280

Reply With Quote
  #3  
Old June 22nd, 2007, 04:52 AM
pac1984 pac1984 is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Jun 2007
Posts: 2 pac1984 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 32 m 24 sec
Reputation Power: 0
just something like this a basic drop down list

seems like i cant post links sooo have to post code


Code:
<SCRIPT TYPE="text/javascript">
<!--
function dropdown(mySel)
{
var myWin, myVal;
myVal = mySel.options[mySel.selectedIndex].value;
if(myVal)
   {
   if(mySel.form.target)myWin = parent[mySel.form.target];
   else myWin = window;
   if (! myWin) return true;
   myWin.location = myVal;
   }
return false;
}
//-->
</SCRIPT>

<FORM 
     ACTION="../cgi-bin/redirect.pl" 
     METHOD=POST onSubmit="return dropdown(this.gourl)">
<SELECT NAME="gourl">
<OPTION VALUE="">Choose a Destination...

<OPTION VALUE="/tags/"                     >Guide to HTML
<OPTION VALUE="/"                          >Idocs Home Page
<OPTION VALUE="(URL address blocked: See forum rules)" >Ninth Wonder

</SELECT>

<INPUT TYPE=SUBMIT VALUE="Go">
</FORM>


thanks
paul

Reply With Quote
Reply

Viewing: Dev Articles Community ForumsProgrammingJavaScript Development > Other - Drop Down Menu links-- Iframe ??


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 2 hosted by Hostway
Stay green...Green IT