ostap Posted April 18, 2006 Report Share Posted April 18, 2006 hallo, wie baue ich ein popup in startseite rein? ich habe versucht, es kommt immer smarty fehler meldung? Link to comment Share on other sites More sharing options...
n3or Posted April 18, 2006 Report Share Posted April 18, 2006 im Template ordner ist ein Ordner "JavaScript" f?ge in die general.js dein Script ein. Link to comment Share on other sites More sharing options...
ostap Posted April 19, 2006 Author Report Share Posted April 19, 2006 hmmm.... irgendwie functioniert es nicht? ich brauche ein pop up dass, nach velassen der seite sich aufmacht. kann jmd helfen? Link to comment Share on other sites More sharing options...
ostap Posted April 19, 2006 Author Report Share Posted April 19, 2006 o.k es funk, aber wenn ich eine funk. mache geht es nicht, ohne function Fenster1(), kein problem. und zu 2, wenn es ein popup werden soll, dass sich nach schliessung der seite aufgeht, wo baue ich funk. onUnLoad='Fenster1()' ?? function Fenster1() { var breite=1024; var hoehe=768; var positionX=((screen.availWidth / 2) - breite / 2); var positionY=((screen.availHeight / 2) - hoehe / 2); var url='http://smeine.de'; pop=window.open('','','toolbar=1,location=1,directories=1,status=1,menubar=1,scrollbars=1,resizable=1,fullscreen=0,width='+breite+',height='+hoehe+',top=0,left=0'); pop.blur(); pop.resizeTo(breite,hoehe); pop.moveTo(positionX,positionY); pop.location=url; } Link to comment Share on other sites More sharing options...
n3or Posted April 19, 2006 Report Share Posted April 19, 2006 includes/header.php in den body-Tag Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.