Javascript appears to be working with Noscript enabled

Ask for help about NoScript, no registration needed to post
mollyroo

Javascript appears to be working with Noscript enabled

Post by mollyroo »

Hello, all!

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)">
So it shouldn't actually be working. Gifts.com and all the third party scripts are disabled according to the menu that pops up when I click on the Noscript logo, so why is this javascript still working? I've been using Noscript for years and nothing like this has ever happened, so I'm very confused.

/Molly
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.12) Gecko/20101026 Firefox/3.6.12
al_9x
Master Bug Buster
Posts: 931
Joined: Thu Mar 19, 2009 4:52 pm

Re: Javascript appears to be working with Noscript enabled

Post by al_9x »

When "Noscript Options -> Advanced -> Untrusted -> Attempt to fix JavaScript links" is checked, NS will try to simulate JavaScript triggering of navigations, but no JavaScript from the page is running.
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.12) Gecko/20101026 Firefox/3.6.12
mollyroo

Re: Javascript appears to be working with Noscript enabled

Post by mollyroo »

Really? How clever. I had a look and it was indeed checked. Thank you for the learning experience. :D
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.12) Gecko/20101026 Firefox/3.6.12
Post Reply