Current location: Hot Scripts Forums » General Web Coding » HTML/XHTML/XML » drop down list with links targeted


drop down list with links targeted

Reply
  #1 (permalink)  
Old 06-19-04, 02:02 PM
misterman misterman is offline
Newbie Coder
 
Join Date: Jun 2004
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
drop down list with links targeted

i want to create a dropdown list with when i press it opening the page in the main frame.

could somebody help me???

Regards,

Misterman
Reply With Quote
  #2 (permalink)  
Old 06-22-04, 10:36 PM
xxtruepinoyxx xxtruepinoyxx is offline
Newbie Coder
 
Join Date: Nov 2003
Posts: 34
Thanks: 0
Thanked 0 Times in 0 Posts
put this inside the "head" tag:

Code:
<script language="JavaScript">
<!--
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
//-->
</script>
then this as the form:

Code:
<form name="form1" method="post" action="">
  <select name="select" onChange="MM_jumpMenu('parent.frames[\'framename\']',this,0)">
<option value="choice1_url" selected>choice1</option>
    <option value="choice2_url">choice2</option>
    <option value="choice3_url">choice3</option>
  </select>
</form>
the only thing you have to change are the following:
1) in the select tag, change "framename" to the name of the frame that you would like the page to display in.
2) change choice1_url, choice2_url etc to the appropriate URL
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Script that creates a list and retrieves new entries theforsaken87 Script Requests 0 05-17-04 05:20 AM
display selected value in drop down list angela JavaScript 1 04-02-04 08:43 AM
month drop down list angela JavaScript 2 03-31-04 02:33 AM
drop down menu problem !!! nurqeen PHP 1 02-08-04 08:07 PM
Random list links.... macj1326 PHP 1 06-27-03 07:05 PM


All times are GMT -5. The time now is 10:14 PM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.