 |
|
|
| View previous topic :: View next topic |
| Author |
Message |
sumasala23
Joined: 09 Sep 2008 Posts: 4
|
Posted: Tue Sep 09, 2008 10:29 am Dropdown Menu |
|
|
|
Hi
I want a code for Selected item in drop down menu is dispalyed in Current menu window.I am trying for long time.Pls help if u know.
-Suma |
|
PayneLess Designs

Joined: 28 Feb 2007 Posts: 1408 Location: Biloxi, MS
|
Posted: Tue Sep 09, 2008 2:43 pm |
|
|
|
| Are you saying you want to load a new selected page in same window/tab or to load a new page inside the present page being viewed? |
|
sumasala23
Joined: 09 Sep 2008 Posts: 4
|
Posted: Tue Sep 09, 2008 2:48 pm load in same window |
|
|
|
| To load a new selected page in same window |
|
PayneLess Designs

Joined: 28 Feb 2007 Posts: 1408 Location: Biloxi, MS
|
Posted: Tue Sep 09, 2008 3:18 pm |
|
|
|
Something like this?
| Code: |
<form name="jump1" action="select">
<p>
<select name="MyList" OnChange="location.href=jump1.MyList.options[selectedIndex].value">
<option selected>Please Select...</option>
<option value="index.html">My Home Page</option>
<option value="http://www.crystalfibers.com/">Crystalfibers.com</option>
<option value="http://PayneLessDesigns.com/">PayneLessDesigns.com</option>
<option value="http://answers.yahoo.com/">Yahoo!Answers</option>
</select>
</p>
</form> |
|
|
sumasala23
Joined: 09 Sep 2008 Posts: 4
|
Posted: Tue Sep 09, 2008 3:25 pm Thx |
|
|
|
| Really Appreciate your help. |
|
sumasala23
Joined: 09 Sep 2008 Posts: 4
|
Posted: Tue Sep 09, 2008 3:45 pm Re: Thx but not a separate browsor window |
|
|
|
Selected Page is dispalyed in the same menu window page.
i.e) the selected page will displayed under the menu.
Under the menu,i have one Table.(i.e. display window)
I have 5 dropdown menus & a blank table.
I will design all the menuoption page detail in single html file,not separate HTML file.(set all the page to invisible expect Home page).
If we select any one of the menu option,the request page is displayed in table.(selected page is dispalyed in Home page area) |
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|
|
 |
|
|
|
|
|
|
|