Forum Moderators: coopster & phranque

Message Too Old, No Replies

ssi-friendly voting script?

         

spectrus

3:10 am on Sep 26, 2003 (gmt 0)

10+ Year Member



Can anybody recommend one? Simple (just single voting), fully customizable, free..
Thanks!

NeedScripts

3:12 am on Sep 26, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Check out Advanced Poll @ [proxy2.de...] It is really really really really cool :)

NS

kwasher

3:15 am on Sep 26, 2003 (gmt 0)

10+ Year Member



This one is really simple

<!-- TWO STEPS TO INSTALL UNLOAD MESSAGE AND VOTE!:

1. Copy the coding into the HEAD of your HTML document
2. Add the onLoad event handler into the BODY tag -->

<!-- STEP ONE: Paste this code into the HEAD of your HTML document -->

<HEAD>

<SCRIPT LANGUAGE="JavaScript">

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source! [javascript.internet.com...] -->
<!-- Original: Daniel Ghironte ( office@inetdesign.tk ) -->
<!-- Web Site: -->
<!-- Begin
// write me @ : ofice@inetdesign.tk
function QuitSite(){
var answer=confirm("If you like this site,please vote for us!\n Press OK to vote us or Cancel to leave.")
if (answer) {
window.open("http://javascript.internet.com/");alert("Thank you!");
}
else {
alert("You didn't vote for us at this time...Maybe next time?");
}
}
// End -->
</script>

<!-- STEP TWO: Insert the onLoad event handler into your BODY tag -->

<BODY onLoad="QuitSite()">

<p><center>
<font face="arial, helvetica" size"-2">Free JavaScripts provided<br>
by <a href="http://javascriptsource.com">The JavaScript Source</a></font>
</center><p>

<!-- Script Size: 1.06 KB -->

spectrus

4:16 am on Sep 27, 2003 (gmt 0)

10+ Year Member



Thanks a lot to both of you! I think I'll stick with advanced poll, though. It seems to not want to work properly right now, but that's just submitting a vote. I can see all the great things about it.

NeedScripts

7:50 am on Sep 27, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Advanced Poll should work just fine. check out the read me file.. else just pm me and I would be glad to help.

NS