Add user ratings and coments? (Full Version)

FrontPage Talk - Great Talk About Microsoft FrontP: http://www.frontpagetalk.com/forums/
- FrontPage Specific Issues: http://www.frontpagetalk.com/forums/default.asp?catApp=2
- - FrontPage Experts: http://www.frontpagetalk.com/forums/appid_8/tt.htm



Message


Tom Hopkins -> Add user ratings and coments? (7/3/2008 9:52:58 AM)

I'm in the process of designing a website using FP 2003. On one page of my website, page R, I have reviewed some companies and have rated them using stars. When the reader clicks on the company they will be able to see the whole review and be able rate and comment on it, on page T. Please could sombody help me as to how I create these comment forms and how to let users rate these companies. I also want to be able to show user rating on page R under my rating. Please be aware I can't proggramme and my website was built from a template.

Thanks,

Tom




TexasWebDevelopers -> RE: Add user ratings and coments? (7/3/2008 3:24:53 PM)

This is not as easy as it seems. You need to compile the ratings and divide by the number of raters to determine the number of stars, etc. Also decide if you want to block repeat raters, and so on and so on. I don't know of an application you can purchase but a developer could work the details out for you for under $100 american dollars.




Tom Hopkins -> RE: Add user ratings and coments? (7/4/2008 1:47:40 AM)

Thanks for your reply. At the moment the bit I'm concerned with is sumbission of the rating and comments. How do I create these?




TexasWebDevelopers -> RE: Add user ratings and coments? (7/6/2008 8:59:29 PM)

Create a simple form that posts to a database. The fields might be ID, comments, rating, item_rated.
ID would be the db key and increments automatically. Rating might be 1-5. When it comes time to display you can substitute images for numbers.
<% if rating ="1" then%>
<img src="images/onestar.gif" width="10" height="10" alt="One star">
<%end fi%>




Page: [1]

Valid CSS!




Forum Software powered by ASP Playground Advanced Edition 2.0.5
Copyright © 2000 - 2003 ASPPlayground.NET