PDA

View Full Version : Link Error !


alcapon
02-12-2003, 05:29 PM
Dear all,

i got a problem in this code:

$Thumbnail=$url_bilder."TN_".$bild;

echo "document.write('<script language=\"JavaScript\">function blank(url){ MeinFenster = window.open(url, \"thumbnail\", \"width=640,height=480,scrollbars\"); MeinFenster.focus();}</script> ');";

echo "document.write('<a href=\"javascript:blank(\'".$haupt_url."/show_new.php\')\"><img src=\"".$Thumbnail."\" border=\"0\"></a><br>');";
}

example at:

vw-clan-berlin.de (http://www.vw-clan-berlin.de)

click on the thumbnail "Bild der Woche"

something is wrong in the Java, if you click on the thumbnail a new window must be open..but i got an error..

regards Michael