I want implement a Netflix-style rollover star rating feature, but I was wondering if star ratings within WSN can only be submitted via form POST method or if it can be done using URL encoded GET post method as well?
The GET method would allow the calling of this URL to add a rating value via hyperlink.
Comments on Rating submission methods
Beginner
Usergroup: Customer
Joined: Apr 08, 2006
Total Topics: 2
Total Comments: 5
I want implement a Netflix-style rollover star rating feature, but I was wondering if star ratings within WSN can only be submitted via form POST method or if it can be done using URL encoded GET post method as well?
The GET method would allow the calling of this URL to add a rating value via hyperlink.
www.directory.com/submitran...p?linkid=1202&starrating=1
Any insight would be appreciated.
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
It looks to me like it accepts both. Of course the fields/values must be named the same as they are in the form.