Welcome Guest [Log In] [Register]
Welcome to Total Masti. We hope you enjoy your visit.


You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community, you'll be able to access member-only sections, and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free.


Join our community!


If you're already a member please log in to your account to access all of our features:

Username:   Password:
Add Reply
*java Script*__drop Down Menu Banana Seekhiye !
Topic Started: Jul 31 2005, 08:03 AM (101 Views)
musicfan
Advanced Member
[ *  *  *  * ]
Posted Image
Offline Profile Quote Post Goto Top
 
musicfan
Advanced Member
[ *  *  *  * ]
Posted Image
Offline Profile Quote Post Goto Top
 
musicfan
Advanced Member
[ *  *  *  * ]
Code:
 
<html>
<head>
<title>Page - 01</title>
</head>

<BODY>

<SCRIPT LANGUAGE="javascript">
function GoBaazGo()
{
var number = document.BaazDropDown.BaazDDpages.selectedIndex;
location.href = document.BaazDropDown.BaazDDpages.options[number].value;
}
</SCRIPT>

<table border="0" cellpadding="5" cellspacing="5">
<FORM NAME="BaazDropDown">
<tr>
<td><SELECT NAME="BaazDDpages">
<OPTION SELECTED VALUE="01.htm">Personal Details
<OPTION VALUE="02.htm">Qualifications
<OPTION VALUE="03.htm">Experience
</SELECT></td>
<td><INPUT TYPE="BUTTON" VALUE="Go &gt;&gt;" onClick="GoBaazGo()"></td>
</tr>
</FORM>
</table>

<h1>Personal Details:</h1>
XXX<br>
XXXXX

</body></html>

_____________________________________________________________
Posted Image
Offline Profile Quote Post Goto Top
 
musicfan
Advanced Member
[ *  *  *  * ]
Posted Image
Offline Profile Quote Post Goto Top
 
musicfan
Advanced Member
[ *  *  *  * ]
Posted Image
Offline Profile Quote Post Goto Top
 
musicfan
Advanced Member
[ *  *  *  * ]
Posted Image
Offline Profile Quote Post Goto Top
 
musicfan
Advanced Member
[ *  *  *  * ]
Posted Image
Offline Profile Quote Post Goto Top
 
musicfan
Advanced Member
[ *  *  *  * ]
All three "HTM" files yahan se copy kar lein...

First HTM file, i.e., "01.HTM" goes like this...


Code:
 
<html>
<head>
<title>Page - 01</title>
</head>

<BODY>

<SCRIPT LANGUAGE="javascript">
function GoBaazGo()
{
var number = document.BaazDropDown.BaazDDpages.selectedIndex;
location.href = document.BaazDropDown.BaazDDpages.options[number].value;
}
</SCRIPT>

<table border="0" cellpadding="5" cellspacing="5">
<FORM NAME="BaazDropDown">
<tr>
<td><SELECT NAME="BaazDDpages">
<OPTION SELECTED VALUE="01.htm">Personal Details
<OPTION VALUE="02.htm">Qualifications
<OPTION VALUE="03.htm">Experience
</SELECT></td>
<td><INPUT TYPE="BUTTON" VALUE="Go &gt;&gt;" onClick="GoBaazGo()"></td>
</tr>
</FORM>
</table>

<h1>Personal Details:</h1>
XXX<br>
XXXXX

</body></html>



Second HTM file, i.e., "02.HTM" goes like this...

Code:
 
<html>
<head>

<title>Page - 02</title>

</head>

<BODY>


<SCRIPT LANGUAGE="javascript">
function GoBaazGo()
{
var number = document.BaazDropDown.BaazDDpages.selectedIndex;
location.href = document.BaazDropDown.BaazDDpages.options[number].value;

}

</SCRIPT>


<table border="0" cellpadding="5" cellspacing="5">
<FORM NAME="BaazDropDown">
<tr><td>
<SELECT NAME="BaazDDpages">
<OPTION VALUE="01.htm">Personal Details
<OPTION SELECTED VALUE="02.htm" >Qualifications
<OPTION VALUE="03.htm">Experience
</SELECT></td>
<td><INPUT TYPE="BUTTON" VALUE="Go &gt;&gt;" onClick="GoBaazGo()"></td>

</tr>
</FORM>
</table>

<h1>Qualifications:</h1>
YYY<br>
YYYYY

</body>
</html>



Third HTM file, i.e., "03.HTM" goes like this...

Code:
 
<html>
<head>

<title>Page - 03</title>

</head>

<BODY>


<SCRIPT LANGUAGE="javascript">
function GoBaazGo()
{
var number = document.BaazDropDown.BaazDDpages.selectedIndex;
location.href = document.BaazDropDown.BaazDDpages.options[number].value;

}

</SCRIPT>


<table border="0" cellpadding="5" cellspacing="5">
<FORM NAME="BaazDropDown">
<tr><td>
<SELECT NAME="BaazDDpages">
<OPTION VALUE="01.htm">Personal Details
<OPTION VALUE="02.htm" >Qualifications
<OPTION SELECTED VALUE="03.htm">Experience
</SELECT></td>
<td><INPUT TYPE="BUTTON" VALUE="Go &gt;&gt;" onClick="GoBaazGo()"></td>

</tr>
</FORM>
</table>

<h1>Experience:</h1>
ZZZ<br>
ZZZZZ

</body>
</html>
Offline Profile Quote Post Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · Developing And Programming · Next Topic »
Add Reply