returning results with postback with rating system?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I would like to put a rating system (number of radio buttons) on a form to allow the end user to rate the article.
After the user rates the article i would like the system to save the selected rate to the database without performing a postback. Can this be accomplished?

I do not want to perform the postback because there are a number of elements on the page (show hide divs') that will lose there position.

Please let me know if you know some ideas?
thx
 
Just an idea, but you can use javascript to call a webservice using an hta
file. I believe there is an article on eggheadcafe.com on how to do this.
 
Back
Top