habe alles so gemacht wie hier schon beschrieben wurde nur bin ich mit dieser ausage nen bissel überfordert!
<script type="text/javascript" src="include/includes/js/js/prototype.js"></script> <script type="text/javascript" src="include/includes/js/js/scriptaculous.js?load=effects"></script> <script type="text/javascript" src="include/includes/js/js/lightbox.js"></script> <link rel="stylesheet" href="include/includes/js/css/lightbox.css" type="text/css" media="screen" />
wo muss dieser denn genau rein?
dies ist ein auszug aus der "galery_show.htm"
wo genau muss das da hin das es geht?
<head>
<link rel="stylesheet" type="text/css" href="include/admin/templates/style.css">
{diashow_html}
<script language="JavaScript" type="text/javascript">
<!--
function openWindow() {
var fenster = window.open('index.php?gallery-showOrig-{id}-{endung}','origBild','scrollbars=yes,toolbar=yes,status=yes,resizable=yes,top=0,left=0,width={breite},height={hoehe}');
fenster.focus();
return (false);
}
function closeThisWindow() {
opener.focus();
window.close();
}
function doVote(n1) {
document.location.href="index.php?gallery-show-{cid}-p{bildr}=0&doVote="+ n1;
}
function closeDiashowDiv() {
document.getElementById('diashowDiv').style.display = "none";
}
function showDiashowDiv() {
document.getElementById('diashowDiv').style.display = "inline";
}
function startDiashow (sek) {
document.location.href = "index.php?gallery-show-{cid}-p{bildr}&diashow=start&sek="+sek;
}
//-->
</script>
</head>
Danke für eure hilfe

