Seite 2 von 2

Re: Etwas bei Neues Thema/ Antwort/Schnellantworthack hinzuf

Verfasst: 23.08.2010 13:43
von Dr.Death
Da wäre SELFHTML der erste Anlaufpunkt --> http://de.selfhtml.org/navigation/anzei ... enster.htm

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>
Und als Button Aufruf so etwas in der Art:

Code: Alles auswählen

<a href="javascript:void(0)" onclick="javascript:showtipps('{tipps_made.USERTIPP}')" {tipps_made.STYLE}>{tipps_made.USERNAME}</a>

Re: Etwas bei Neues Thema/ Antwort/Schnellantworthack hinzuf

Verfasst: 23.08.2010 14:43
von xbene91
Okay vielen Dank hat alles geklappt :)