Support Forums | Demo Gallery [1.x] [2.x] | Downloads | News | Site Map ]
Nuked Gallery
  Create a FREE account or Login   As a guest, you don't have access to our FULL navigation system.
 Forum FAQForum FAQ   StatisticsStatistics   SearchSearch   UsergroupsUsergroups   FavoritesFavorites  

newbie: how can i insert a link

 
Post new topic   Reply to topic    NukedGallery.net Forum Index » PHP-Nuke Integration » Other PHPNuke Issues View previous topicPrinter friendly versionView next topic
Author Message
hipnoz

Beginner
Beginner


Joined: Jan 24, 2004
Posts: 3

PostPosted: Mon Jan 26, 2004 12:20 pm    Post subject: newbie: how can i insert a link Reply with quote

how can I insert a link from a nuke page to a html page? and how can i define the size of the opened html window?
Back to top
Offline View user's profile Send private message
AdBot
   Post subject: newbie: how can i insert a link  

Back to top
slackbladder

Moderator
Moderator


Joined: Mar 29, 2003
Posts: 1038
Location: Cambs,UK

PostPosted: Mon Jan 26, 2004 3:47 pm    Post subject: Re: newbie: how can i insert a link Reply with quote

You can create a simple link by creating a NEW BLOCK from admin.php and filling it with something like:

Code: ›
<a href="http://www.yoursite.com/apage.html" target="_blank">Click here</a>


To create a POP UP window from that link that is SIZED you will need to use javascript.

Something like:

ADD in to you header.php
just below:

Code: ›
include("includes/javascript.php");


This:
Code: ›
echo "<XXXXXX LANGUAGE=\"JavaXXXXXX\"><!--\n";
echo "function myOpen(url,name) {\n";
echo "window.open(url,name,'width=420,height=500,scrollbars=1');\n";
echo "}\n";
echo "//--></XXXXXX>\n";


Now in you NEW BLOCK that you created - use this:

Code: ›
<A HREF=\"javaXXXXXX:myOpen('http://www.yoursite.com/apage.html')\">Click Here</A>


(Please replace 'XXXXXX' with the word 'SCRIPT' - can't use SCRIPT in the BB)

This is create a POPUP to the size specified in
Code: ›  
echo "window.open(url,name,'width=420,height=500,scrollbars=1')

_________________
"The only difference between me and a madman is that I'm not mad."
Back to top
Offline View user's profile Send private message Visit poster's website Yahoo Messenger MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    NukedGallery.net Forum Index » PHP-Nuke Integration » Other PHPNuke Issues View previous topicPrinter friendly versionView next topic

 
Jump to:  
You cannot post new topics in this forum
You cannot 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
All times are GMT - 5 Hours

Powered by phpBB © phpBB Group



Sponsors: Web HostingDedicated ServersDomain NamesDomain Name RegistrationDedicated Web HostingSEO Search Engine OptimisationSEOWeb Design New YorkSEO Web DesignWeb hosting AustraliaCheap Web Design

6th year online! 2003-2009
Legal • Use of this site consitutes agreement to the Acceptable Use Policy
Hosted by Implosion WorksSourceForge.net Logo • Theme by TonicMedia