Ich selbst nutze dieses kleine Script ( im overall_header.html eingebaut )
Code: Alles auswählen
<script type="text/javascript">
// <![CDATA[
function showtipps(showtipps)
{
window.open(showtipps, "_showtipps", "width=400,height=600,scrollbars,resizable=yes");
}
// ]]>
</script>
Code: Alles auswählen
<a href="javascript:void(0)" onclick="javascript:showtipps('{tipps_made.USERTIPP}')" {tipps_made.STYLE}>{tipps_made.USERNAME}</a>