Search found 1 match

by SEA
Sat Jul 14, 2007 11:08 am
Forum: Development
Topic: link target handling at the wiki plugin
Replies: 1
Views: 4972

link target handling at the wiki plugin

Hello Developers ;-)


if ($target) {
// use a "popup" window. this is XHTML compliant, suggested by
// Aaron Kalin. uses the $target as the new window name.
$target = htmlspecialchars($target);
$output .= " onclick=\"window.open(this.href, '$target');";
$output .= " return false ...