PDA

View Full Version : Asp webpoll help


soupof1812
01-09-2003, 11:47 PM
My questions is how can i customize my own webpoll goto My site (http://www.ani-games.com) and check out my webpoll how can i make it work? thanks.

Mhtml
01-10-2003, 06:12 AM
You mean fix no? If so we'll need to see the existing code.

soupof1812
01-10-2003, 04:48 PM
there is no code i dont know how to write a asp webpoll

BigDaddy
01-10-2003, 07:56 PM
Are you asking someone to write it for you? We'll help, but no one is going to write it for you.

Have you started to set one up at all? How much asp do you know?

soupof1812
01-10-2003, 08:21 PM
well know little asp but can someone direct to place a place that has a webpoll script there? then ill try it out and if i have probelms i can come here :)

BigDaddy
01-10-2003, 10:43 PM
By the way, didn't mean to sound harsh, :) I would suggest checking out some sites like:

www.asp101.com
www.4guysfromrolla.com
www.w3schools.com

They'll get you started. I would also suggest picking up a copy of "Sam's Teach Yourself ASP in 24 Hours". It's a good read.

Here's a link that shows how to set up a webpoll, and even a simple database design for you:

http://www.developersdomain.com/asp/articles/poll.htm

whammy
01-10-2003, 11:48 PM
Good call, BigDaddy. ;)

Also, I haven't looked, but you might find something on

http://www.hotscripts.com/ASP

soupof1812
01-11-2003, 10:27 PM
so i store the .mdb in a folder correct?

dagaffer
01-11-2003, 11:29 PM
You store the database (mdb) in the database folder. (usually ../db/)

soupof1812
01-12-2003, 03:27 AM
I got the .mdb file uploaded in the database the script im kinda confused :confused: On the poll i have on my main page how does that work with the poll.asp file and should i put my poll option inside the poll.asp file? thanks

BigDaddy
01-12-2003, 04:05 AM
You sound like you need to spend a few days studying some ASP. Check out some of the sites we listed.