Page 1 of 1

noscript blocking _blank from whitelisted site

Posted: Wed Jan 20, 2010 8:11 pm
by javatexan
Noscript appears to be blocking forms destined to _blank from sites added to the Whitelist feature. If I completely disable noscript in firefox, I can see the popups fine (exception added to firefox popup block seems to be working fine); but with noscript on...no popups. I need the popups because it is creating a report for all my products, one product report per blockup.

I am not terribly sure which part of NoScript is canceling the _blanks though...sorry.

I have a javascript on this website that goes through the appropriate forms and submits them one/one.
Looping through the forms, it looks like they have
document.forms.submit();


Each form looks something like:
<form name="popcorn-8220" action="makeReport.php" method="post" target="_blank"><input type="hidden" name="id" value="171221">
<input type="hidden" name="productID" value="1712">
<input type="hidden" name="productName" value="popcorn-8220">
<input type="hidden" name="manufacturer" value="144324231">

<form name="popcorn-8222" action="makeReport.php" method="post" target="_blank"><input type="hidden" name="id" value="171222">
<input type="hidden" name="productID" value="1713">
<input type="hidden" name="productName" value="popcorn-8222">
<input type="hidden" name="manufacturer" value="144314231">

Re: noscript blocking _blank from whitelisted site

Posted: Wed Jan 20, 2010 8:25 pm
by Giorgio Maone
Can I see a page exhibiting this behavior?
Are you using 1.9.9.39 (latest version)?