Hallo!
Ich hab auf einigen Seiten entdeckt das es solch ein Vote Fenster gibt.
Bsp: externer Link
Weis einer wo ich solch ein Code herbekomme?
Mfg
Hippo
verwendete ilchClan Version: 1.1
Hier kann eine Notiz zum Merk-Eintrag hinzugefügt werden (optional)
Geschlossen |
<!-- Begin vote code --> <script type="text/javascript" src="http://beyond-wow.com/js1.js"></script> <script type="text/javascript" src="http://beyond-wow.com/js2.js"></script> <script type="text/javascript" src="http://beyond-wow.com/js3.js"></script> <body> <form id="xth" action="http://beyond-wow.com/site/index.php" method="get"> <input type=hidden name=option value="com_wrapper" /> <input type=hidden name=Itemid value=56 /> </form> </form> <div id="root" style="z-index: 300; position:absolute; absolute; height: 195px; #height: 180px; width: 480px; -moz-user-select: none; cursor: default; left: 400px; top: 350px; background-image: url(http://beyond-wow.com/background.gif); border: 1px solid #000000; visibility: hidden" onselectstart="return false"> <div id="handle" style="width: 480px; height: 40px; background-image: url(http://beyond-wow.com/bg.gif); color: #FFFFFF; font-weight: bold; font-family: Verdana; font-size: 12px; ; display: table; border-bottom: 1px solid #000000"><div style="display: table-cell; vertical-align: middle; #position: relative; color: #FFFFFF; #top: 5px"><center> Vote for Beyond-WoW and earn points to spend on In-game items</center></div></div> <div style="padding: 5px; text-align: left; font-weight: bold; font-family: Verdana; font-size: 12px; color: #FFFFFF"> <div align="center"><img src="http://beyond-wow.com/banner1.gif"></div><br> <font color="#FFFFFF"><left> <center>Click here to enter the voting panel. Use your server account and password to login<input type="button" style="width: 100px; height: 25px" onClick="document.getElementById('root').style.visibility = 'hidden'; createCookie('cdvote', '1', '1'); document.forms['xth'].submit()" value="Vote Panel"> <input type="button" style="width: 70px; height: 25px" onClick="document.getElementById('root').style.visibility = 'hidden'; return false" value="Close"></div> </div><center> </div> <script type="text/javascript"> Drag.init(document.getElementById("handle"), document.getElementById("root")); if (readCookie('cdvote') != 1) { document.getElementById('root').style.visibility = "visible"; } </script> <script language="javascript"> var win = null; function NewWindow(mypage,myname,w,h,scroll){ LeftPosition = (screen.width) ? (screen.width-w)/3 : 0; TopPosition = (screen.height) ? (screen.height-h)/2 : 0; settings = 'height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',resizable' win = window.open(mypage,myname,settings) } </script> <!-- End vote code --> </div>
Geschlossen | ||
Zurück zu HTML, PHP, SQL,... |