I have a link which looks something like this:
http://…/positive_rating/34
here, positive_rating is an action that adds up some rating value for
user id 34.
I just want to hide the id in the above url, or use javascript to hide
all the link.
Could anybody let me know how can I do this?
Thanks.
Jay L. wrote:
I have a link which looks something like this:
http://…/positive_rating/34
here, positive_rating is an action that adds up some rating value for
user id 34.
I just want to hide the id in the above url, or use javascript to hide
all the link.
Could anybody let me know how can I do this?
Thanks.
Try submitting it via a form instead of URL?