I am currently creating a website with multiple answer questions. When you click on the wrong answer that one will disappear, if you click wrong again then that answer will disappear leaving 2 answers, and so on! Once this has happened it will show stats on how many people clicked on each answer first.<br />
<br />
The effect i am looking for is very similiar to<br />
<!-- m --><a class="postlink" href="http://www.zerotv.com/namegame/index.cfm?game=2">http://www.zerotv.com/namegame/index.cfm?game=2</a><!-- m --><br />
<br />
If anyone could help with this problem i would be very grateful!<br />
<br />
Many thanks,<br />
Jonathanbull33<!--content-->You need access to a server side language to be able to do that. You can do it using asp,php, perl etc but your script need access to be able to write to a database and/or file on the server. This can not be acomplished in html/javascript or other client side coding.<br />
<br />
Depending on your response, I can transfer this request to the server side forum, but for a usefull answer I think you need to let us know which server side language you have access to, if at all...<br />
<br />
The 'disappearing' names etc is easy enough to ackomplish in html with help of some dhtml and javascript, but the 'most people voted Jason as their first try' require you to gather information every time a user visits the site and this information must automatically be stored on the server. Thus reason for needing server side language..<br />
<br />
we need to know what server side languages you can use (if any) and if you only want help with the html/javascript part, etc..<br />
<br />
let us know how you wish us to help you from here, ok ?<!--content-->Thanks for your reply<br />
<br />
Firstly I want concentrate on getting the script working that deletes each wrong answer. If you could tell me how I could do this that would be brilliant!<br />
<br />
Thanks again,<br />
Jonathanbull33<!--content-->
<br />
The effect i am looking for is very similiar to<br />
<!-- m --><a class="postlink" href="http://www.zerotv.com/namegame/index.cfm?game=2">http://www.zerotv.com/namegame/index.cfm?game=2</a><!-- m --><br />
<br />
If anyone could help with this problem i would be very grateful!<br />
<br />
Many thanks,<br />
Jonathanbull33<!--content-->You need access to a server side language to be able to do that. You can do it using asp,php, perl etc but your script need access to be able to write to a database and/or file on the server. This can not be acomplished in html/javascript or other client side coding.<br />
<br />
Depending on your response, I can transfer this request to the server side forum, but for a usefull answer I think you need to let us know which server side language you have access to, if at all...<br />
<br />
The 'disappearing' names etc is easy enough to ackomplish in html with help of some dhtml and javascript, but the 'most people voted Jason as their first try' require you to gather information every time a user visits the site and this information must automatically be stored on the server. Thus reason for needing server side language..<br />
<br />
we need to know what server side languages you can use (if any) and if you only want help with the html/javascript part, etc..<br />
<br />
let us know how you wish us to help you from here, ok ?<!--content-->Thanks for your reply<br />
<br />
Firstly I want concentrate on getting the script working that deletes each wrong answer. If you could tell me how I could do this that would be brilliant!<br />
<br />
Thanks again,<br />
Jonathanbull33<!--content-->