Sunday, 2024-04-28, 16:44:00
Jocurifull.ucoz.deMain

My profileRegistration

Log outLogin
Logged in asGuest | Group "Guests"WelcomeGuest | RSS
Menu
Sport
Our poll
Cum e siteul ?

Total of answers: 159
Statistics

Total online: 1
Guests: 1
Users: 0
Login form
Partenerii
Schimb de Linkuri
Main » Files » Scripturi ucoz

Combined Menu
2010-02-22, 14:04:49
Exemplu

Script

<!-- TWO STEPS TO INSTALL COMBINED MENU:

  1.  Copy the coding into the HEAD of your HTML document
  2.  Add the last code into the BODY of your HTML document  -->

<!-- STEP ONE: Paste this code into the HEAD of your HTML document  -->

<HEAD>

<SCRIPT LANGUAGE="JavaScript">
<!-- Original:  Ronnie T. Moore, Editor -->
<!-- Idea by:  Selvi Narayanan -->

<! >
<! >

<!-- Begin
site = "http://www.yoursite.com"; // Do not include the final "/"
function combineMenus(frm, menu1, menu2) {
with (frm) {
str = menu1.options[menu1.selectedIndex].value;
str += menu2.options[menu2.selectedIndex].value;
url = site + "/" + str + ".html";
window.location.href = url;
   }
}
//  End -->
</script>
</HEAD>

<!-- STEP TWO: Copy this code into the BODY of your HTML document  -->

<BODY>

<center>
<form name=menufrm>
<select name=menu1>
<option value="">Make</option>
<option value="Ford">Ford</option>
<option value="Chevy">Chevy</option>
<option value="Toyota">Toyota</option>
</select>

<select name=menu2>
<option value="">Year</option>
<option value="1998">1998</option>
<option value="1999">1999</option>
<option value="2000">2000</option>
</select>

<input type=button value="Select" onClick="combineMenus(this.form, this.form.menu1, this.form.menu2)">
</form>
</center>

 

<!-- Script Size:  1.43 KB -->
Category: Scripturi ucoz | Added by: alexinho
Views: 1442 | Downloads: 0 | Comments: 2 | Rating: 0.0/0
Total comments: 0
Only registered users can add comments.
[ Registration | Login ]
Profil
Sunday 2024-04-28


Contact me
Sport
vremea
11
Search
Copyright © 09-2024 by alexinho