Re: Etwas bei Neues Thema/ Antwort/Schnellantworthack hinzuf
Verfasst: 23.08.2010 13:43
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 )
Und als Button Aufruf so etwas in der Art:
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>