Blocks - phpNUKE 8.0 - html to open link on page in a new window? Mudgutz - Mar 19, 2008 - 10:16 PM Post subject: phpNUKE 8.0 - html to open link on page in a new window?
Anyone have proper coding for linking a url in a new window from home?
PHPNuke 8.0
target= "new" and TARGET="_blank" not workingmars - Mar 19, 2008 - 10:20 PM Post subject: RE: phpNUKE 8.0 - html to open link on page in a new window?
It is target="_blank"
Is it being stripped out of the link in the code?Mudgutz - Mar 19, 2008 - 11:07 PM Post subject: RE: phpNUKE 8.0 - html to open link on page in a new window?
yepMudgutz - Mar 19, 2008 - 11:36 PM Post subject: RE: phpNUKE 8.0 - html to open link on page in a new window?
i think i have it
add "target"=>2 to config.php ??
if this is so, is there some ultimate line to replace that for the ULTIMATE! allowable html? Hopefully including something for scripts like java?
Mudgutz - Mar 20, 2008 - 12:10 AM Post subject: RE: phpNUKE 8.0 - html to open link on page in a new window?
Thanx again MARS the // in the main worked!