Print Page | Close Window

Asp Rating application...

Printed From: Web Wiz Forums
Category: General Discussion
Forum Name: Classic ASP Discussion
Forum Description: Discussion on Active Server Pages (Classic ASP).
URL: https://forums.webwiz.net/forum_posts.asp?TID=24722
Printed Date: 29 March 2026 at 5:17am
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Asp Rating application...
Posted By: bims
Subject: Asp Rating application...
Date Posted: 30 October 2007 at 9:43pm
hi,

I run a travel web site and would like to have an asp application/script which lists a selection of restaurants and hotels with a rating functionality. Can anyone suggest anything that could work? Been looking around but nothing quite seems to meet my requirements.

TIA!




Replies:
Posted By: shakir
Date Posted: 05 December 2007 at 4:21pm
you have to write asp script for it. no application the script is very symple just try


Posted By: jamie.townsend
Date Posted: 07 December 2007 at 11:45am
Pretty simple to do.
Heres an example (without teh code :D )
 
Have 5 stars that are shown for each record in the recordset (every restaurant has its own 5 stars)
 
Of course you would give each restaurant an id, then all you need to do is create a anchor for each star, something like this:
 
<a href="addrating.asp?id=1&star=5"><img src="5star.gif"></a>
 
You would have 5 references of the above code, one for each star. Of course each star would have a different star rating.... 1,2,3,4 and 5 and the id will be the id of the restaurant, taken from the recordset.
 
Then all you need to do is create the file "addrating.asp"
In this file you use request.querystring to grap the restaurant id and the star given and then do with that information what you will, i.e add the rating to the database or xml file as an example.
 
Hope I have given you enough to go on, if you try and create the above and get stuck, get back to me and i will try and advise you furher.



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net