I'm looking at Gifts.com with Noscript enabled and I noticed that when I select from a drop-down menu, the page immediately refreshes to reflect the selected item. I thought this could only be done with javascript, so I took a look at the source code to see how they did it and I found they do it like this:
Code: Select all
<select class="jSelect" name="mode" id="mode" onChange="javascript:changeLocation(this)">
/Molly