Poll Engine
I've been asked about poll engine.How hard would it be to code a poll engine?Does anyone know?
View RepliesI've been asked about poll engine.How hard would it be to code a poll engine?Does anyone know?
View RepliesI'm pulling from a sql dbase, i want to be able to pull this poll by a specific id. when i do this it just gives me the number 1 for the poll question and only gives me one answer to responde to.
Code:
EnSQL = "select * from poll where id = 1 "
I need help with this scripts! i dont know what to fill in and where.
<%
'Enter the details of your server below
src = Server.MapPath("db/poll.mdb")
Set adoCon = Server.CreateObject("ADODB.Connection")
sConnStr = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & src
adoCon.Open sConnStr
%>
how to write a routine for voting? Like Vote for some thing Yes/No and then it shows graphically in percentage for Yes and for No in ASP.
View Replies View RelatedI only let them vote on my poll once. I set a cookie and put there IP in my database. Then I do a select to see if there IP is in the database and check to see if they have a cookie. Does anyone see a problem with this?
View Replies View RelatedI have a simple poll located at http://nysdelpaso.com/poll/vote_db.asp. The code can be seen at http://nysdelpaso.com/poll/vote_db.txt. The script is very simple one asp file. This script will poll a user and give them 4 possible options.
When they hit submit the script displays the results. Currently,a user can ONLY vote once, due to IP logging. The script stores the users IP address in a Microsoft Access (.mdb) database. I would like to know what needs to be changed in order for someone to vote an unlimited number of times?
My poll's database has a table called "votos". This table as 3 fields: "date", "ip" and "voto". In the field "voto" I will record the option chosen in the previous form (this input may be "01", "02", "03",..., "19" or "20").
Now I want to show the results and for that, I must count the number of time that each option is displayed. Can anyone tell me the count syntax for that? I've tried to change an example I've found in internet, but didn,t achieve it... The code:
what do you prefer ?
1. using session or cookies?
2. why?
3. how long the expired time?
i'm getting a bit cought up with the ASP for a poll creation page i am trying to do.
i am trying to get it so that it will display a varying number of boxes depending on how many options there will be - have it so that it displays the first 2 (the minimum options) and then the other input form elements will be added as needed i'm also having a bit of trouble trying to get the numbers to update with the onchange but that part doesnt feel like its the most challenging - heres what i have so far: Code:
Database and all the pieces are in place. On the results page the query returns the % calculation for a question (displayed) options (each individually).
I need to display bar graph, this is here that i am getting into problem. The background color would be #555555. How can i apply this color to certain % of the container as background?
I need to offer a questionaire to approximately every 10th user of my website when then are leaving.
My first thoughts were to use an application variable to determine the number of users but this falls over because it would not instantly release the variable when the user left the site.
I have a question that may sound stupid, but I want to implement some type of ASP script that can retrieve hardware information of a computer that visits a certain site. I've seen this type of thing before, and I want to do it for a beta-test site I'm planning on running for the ISP I work for. I want to use this type of script that will poll information such as Processor, OS type, Memory, etc. If someone could provide me with some insight on one such script or give me a link to where I can learn how to write this myself, that would be great.
View Replies View Relatedi built a http server and now i need to run asp files on that server
where i can get asp engine or something that help me run asp fiiles?
Do anyone have an Idea where can I find an ASP engine other than ActiveHTML?
I'm using a server other than IIS and it supports ASP only through a third party ASP engine.
is that any website that offer free homepage with asp engine inside. Does geocities provides the server with asp.
View Replies View RelatedA new-installed server-application has damaged my IIS.
Now I want to reinstall the ASP-engine on my W2k-server
I already tried:
- remove IIS (-->add-remove programs)
- install IIS and all components (-->add-remove programs)
- run Windows 2000 SP4
- run IISSTATE for debugging
In my continuing quest to get a working ASP.net on my laptop, I came across a problem that I hope someone can help me with.
My laptop has WinXP Pro as the OS. I installed the following items from MS:
1) .NET framework Redist 1.1
2) .NET SDK
3) MS Data Access Components 2.7.
I then installed MS SQL Desktop engine, and the request of one of the tutorials. Everything seemed to work ok, until I shut down my computer. Then when I brought the system back up, SQL server didnt come back up. There is a little icon in the tray, but when I click on it, it asks for the server name and handle (which I have no idea on either because Im unaware how .net installs).
Is there a script that you guys can point me to, i have a database that has jobs in a table witin the database. I just want the user to be able to type in the job name and click search and get results. I just want to select one field from the table in the database and display that job according to the search. Currently the search bar is not working and i am wondering if you guys know where some tutorials are out there for this situation.
View Replies View RelatedAre there any template engines out there for ASP? I'm a PHP guy at heart and I love my Smarty template engine. Is there a template engine out there for ASP that is comparable to Smarty? Are there any template engines at all for that matter?
View Replies View RelatedI am currently redesigning my website, one feature that I'd like to really add is a search engine. I have tried writing one but have not been successful at all(my ASP scripting still needs work). Do you have one that I can use/work with, preferably one with a textfield and a GO button.
View Replies View RelatedI have a web site written in asp, but all the products are held in a DB, I have recently changed the way the products are linked to the menus, and have had to change the url and page that relates to the products.
Does anyone have a good plan which will allow the search engines to pick up the new pages asap, I haven't got ride of the old ones yet but some are a little out of date, although I am looking into changing the url and sending to a search page for now.
I already have the meta tags created on the fly, the title is created on the fly, I have h1's as titles.
I am looking for some free search engine, which give search preferences to particular website.
View Replies View RelatedWhere can I find a good templating engine for ASP?I have always worked in PHP until now and have alway found using templating engines to separate my code from html is a very clean way to code.Now I am learning ASP and would like to continue doing this.
View Replies View RelatedWhen a global.asa is changed does its engine need to restart or is it restarting itself or so? I mean for example there is a web site which contains asp pages and of course its global.asa file .
if there is an engine each websites, does need the site's engine restart in that case or It can understand something has been changed and it rebuilds or restarts its engine. I guess not but one of my coworker says it's restarting the engine.
I would like to create a search engine for my Intranet...using windows 2000 indexing service and ASP.Can someone assist me from basic steps in developing a search engine.
View Replies View Relatedhow to do a search engine? im planning on building my own search engine just like yoseek.com? how do they get the search results?
View Replies View RelatedI need a asp Search Engine Script. Where i can find it.
View Replies View RelatedI am looking for an search engine that could parse .html, .asp, .pdf, .doc documents. Does anybody know of any good ones(free ones) or a ASP script that I could modify or any links that would help me in building such thing.
View Replies View Relatedany free graph engines or something not too expensive that I can use with ASP to connect to SQL server database. Some sort codes example will be appreciated.a sample codes as well .
View Replies View RelatedI’ve never done any search engines before. Please advise me, how can we do search engine in asp page.
View Replies View Relatedive been using this script http://blursoftware.com/ASPSimpleSearch/ which is very useful indeed. But, one thing that doesnt do so well, is create static pages - the search engine just gives u one, bit page, say when u have a site with 300 links, its not so great.
View Replies View Relatedhow can i integrate e-commerce site with search engine. Site has been developed in ASP.
Have any idea or any refrence site that help in this topic.
I m facing a problem while I try to build search engine...Like every engine you got some resualts, and the link to the description... My Q: how do I create the right Hyper Link to the resualt ?
View Replies View Related