wizard please read

A

Anonymous

Guest
It's Javascript:
Get from http://astalavista.box.sk
Code:
<SCRIPT LANGUAGE=javascript>
		var popunder = "http://www.techiwarehouse.com"
		var windowprops = "width=800,height=500,location=yes,toolbar=0,menubar=0,scrollbars=yes,status=0,resizable=yes"
		function loadpopunder(){
		win2=window.open(popunder, "techi", windowprops)
		win2.blur()
		window.focus()
		}
		loadpopunder()
	</SCRIPT>
<script language=javascript>
if (window != top)
        top.location.href=location.href
</script>
 
Hi Smash!
Understand, you want what changed only middle part, understand, i think what you what open new page on click....
sorry....

First, you create by self all ledders at left?
As i know you may manage it by self
P.S.
I'm not use PHP Nuke and don't know all details :?
P.P.S
See this:
http://www.hotscripts.com/PHP/Scripts_and_Programs/Miscellaneous/PHProjekt_Modules/ or
http://www.hotscripts.com/PHP/Scripts_and_Programs/Miscellaneous/PHP-Nuke_Addons/
 
Back
Top