Premium Membership
Subscription graphics design php html youtube
Gold Subscription with Silver access
graphics design php html youtube
Live Support
Contact us by live help [photoshop, website design, tutorials]
Not available on weekends
Add a jump menu to phpnuke header


This tutorial will show you how to add a jump menu to the phpnuke header..

Files to edit :
themes/YOURTHEME/theme.php
themes/YOURTHEME/header.html [if necessary]

Steps :
If your theme includes a header.html use the code below to add the jump box.

Add to the <head> tag

<script language="JavaScript">

function openDir( form ) {

var newIndex = form.fieldname.selectedIndex;

if ( newIndex == 0 ) {

alert( "Please select a location!" );

} else {

cururl = form.fieldname.options[ newIndex ].value;

window.location.assign( cururl );

}

}

</script>

Add the following form where you want the jump box to appear.

<form name=form>
<select name="fieldname" size="1" onChange="openDir( this.form )">
<option>--------Jump To--------</option>
<option value=http://www.westernstudios.net>Western Studios</option>
<option value=http://www.westernstudios.net>Western Studios </option>
<option value=http://www.yoursite.com>Your link here</option>
</select>
</form>

If your theme does not contain a header.html then paste the following in your themes/YOURTHEME/theme.php under the function themeheader()

echo ' <script language="JavaScript">

function openDir( form ) {

var newIndex = form.fieldname.selectedIndex;

if ( newIndex == 0 ) {

alert( "Please select a location!" );

} else {

cururl = form.fieldname.options[ newIndex ].value;

window.location.assign( cururl );

}

}

</script>';

Add the following form where you want the jump box to appear.

echo ' <form name=form>
<select name="fieldname" size="1" onChange="openDir( this.form )">
<option>--------Jump To--------</option>
<option value=http://www.westernstudios.net>Western Studios</option>
<option value=http://www.westernstudios.net>Western Studios </option>
<option value=http://www.yoursite.com>Your link here</option>
</select>
</form>';

That's all! Visit the forums for more help.



Advertisement





New Subscribers



Subscriber

CubanoSiempre

Platinum Subscribers

#1
Subscriber

chefjustinh

Silver Subscribers

#2
Subscriber

ballistique

Silver Subscribers

#3
Subscriber

xplan

Silver Subscribers

#4
Subscriber

kenno

Ultimate Subscriber

#5




Our Sponsors



PHP Nuke themes, stock photos, icons, drupal themes and more.
Advertise with Western Studios.net
Free e Cards of holidays, cute animals, nature and more
Custom jobs at low cost, free lancers and service buyers.


Downloads



Latest in downloads

Most downloaded


Jobs





Community

Western Studios is an award winning website creating website disign and professional php scripts.

Associated Sites

Marketplace Themes, scripts, icons and images

Themes site PHP Nuke themes preview site.