Anybody help me please!
I want to make a link to nuke's module or block, to call external file in this nuke's NEW WINDOWS.
Thank you in advance.
ArtificialIntel
Joined: Jan 31, 2004
Posts: -88
Posted:
Mon Feb 10, 2003 4:32 am
excuse me??
Do u mean add a link in the modules block that opens a new window with an external page in??
ArtificialIntel
fre69 Guest
Posted:
Mon Feb 10, 2003 6:07 pm
Yes, I want to open an external file in a new windows.
sixonetonoffun Major
Joined: Jan 13, 2003
Posts: 892
Posted:
Mon Feb 10, 2003 6:42 pm
Here is a block with java image link example. If you just want a full window just skip this and use a normal href with a named target. This has some decent options though. Hope that helps answer your question.
You can turn it into an array if you have several links just change the name
function openmypage()
function openmypage1()
function openmypage2()
Code:
if (eregi("block-WAP_Browser.php", $PHP_SELF)) {
Header("Location: index.php");
die();
}
echo "<SCRIPT LANGUAGE=\"JavaScript\">\n";
echo "//created by A1 javascripts - http://www.a1javascripts.com/\n";
echo "//plase leave this credit intact if using this script\n";
echo " //<--!\n";
echo "function openmypage()\n";
echo " {\n";
echo " window.open (\"http://tagtag.com/cgi/wapemulator.cgi\",\"openmypage\",\"width=220,height=440,location=0,menubar=0,resizable=0,scrollbars=0,status=0,titlebar=0,toolbar=0,screenX=100,left=100,screenY=30,top=60\");\n";
echo " }\n";
echo "//-->\n";
echo "</SCRIPT>\n";
You can post new topics in this forum You can 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