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
Basic Drop Down Menu Question
Old 09-16-2010, 01:32 PM Basic Drop Down Menu Question
jazfoto's Avatar
Average Talker

Posts: 18
Name: Jaz
Trades: 0
Here's my code. Trying to get it so 'Select Video Category' can't be selected and opened up as a link in my iFrame.

I can't post links yet but the page is

spiritgrowth DOT com/classvideos.html

HTML Code:
      <form>
                      <select name="dest" onchange="window.open(this.options[this.selectedIndex].value,'myIFrame')">
    <option>Select Video Category</option>
    <option value="acimvideos.html">A Course In Miracles</option>
    <option value="medvideos.html">Clear Mind, Open Heart Meditation</option>
    <option value="workshopvideos.html">Workshops</option>

</select>
</form>
__________________

Please login or register to view this content. Registration is FREE

photo / design

Last edited by chrishirst; 09-16-2010 at 01:45 PM..
jazfoto is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 09-16-2010, 01:47 PM Re: Basic Drop Down Menu Question
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,380
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
http://www.w3schools.com/tags/tag_optgroup.asp
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 09-16-2010, 02:03 PM Re: Basic Drop Down Menu Question
jazfoto's Avatar
Average Talker

Posts: 18
Name: Jaz
Trades: 0
Quote:
Originally Posted by chrishirst View Post
I want it to be seen before the menu is clicked.

[select video category] (click and nothing happens)
[1] - linked
[2] - linked
[3] - linked
__________________

Please login or register to view this content. Registration is FREE

photo / design
jazfoto is offline
Reply With Quote
View Public Profile
 
Old 09-17-2010, 05:30 PM Re: Basic Drop Down Menu Question
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,380
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
put it first in the options list!
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 09-18-2010, 08:29 AM Re: Basic Drop Down Menu Question
Ultra Talker

Posts: 366
Name: Steve
Location: Miami, FL, Earth
Trades: 0
Try this:

Create a javascript function like so:
Code:
function openLink(input) {
    value = input.options[input.selectedIndex].value;
    if (value.length) window.open(value, 'myIFrame');
}
then switch your onchange to:
Code:
onchange="openLink(this)"
__________________
- Steve

President,
Please login or register to view this content. Registration is FREE
smoseley is offline
Reply With Quote
View Public Profile Visit smoseley's homepage!
 
Reply     « Reply to Basic Drop Down Menu Question
 

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.33913 seconds with 12 queries