collecting and presenting

  • Thread starter Thread starter Karman
  • Start date Start date
K

Karman

Hi,

I would like to collect vistors view on my website.
They have one option.

Yes or No

I want to collect them an present in chart in percentage.

For example:

200 vistors

120 yes
080 no

60% yes 40% no

I want that vistor who want to vote in main index click on link
go to next page all (pop-up ...etc)

has to choose one of answers.

there will be also link to see the resultis in chart (as mentioned in percentage).

How can I do it in fronpage 2003.

Thanks

Karman
 
Do a search for a voting/survey script or application that is written in a scripting language
supported by your web host.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WebMaster Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
Karman said:
Hi,

I would like to collect vistors view on my website.
They have one option.

Yes or No

I want to collect them an present in chart in percentage.


Best bet is to build an Access dB and have it create a "yes" or "no" record
for each user response. Then, on the presentation page build a query to
provide the percentages and dynamically build a chart in ASP using VBScript
or JavaScript.
 
Thank you


DwayneConyers said:
Best bet is to build an Access dB and have it create a "yes" or "no" record
for each user response. Then, on the presentation page build a query to
provide the percentages and dynamically build a chart in ASP using VBScript
or JavaScript.
 
Thank you


Thomas A. Rowe said:
Do a search for a voting/survey script or application that is written in a scripting language
supported by your web host.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WebMaster Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
Back
Top