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">
noscript blocking _blank from whitelisted site
noscript blocking _blank from whitelisted site
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.7) Gecko/20100106 Ubuntu/9.10 (karmic) Firefox/3.5.7
- Giorgio Maone
- Site Admin
- Posts: 9526
- Joined: Wed Mar 18, 2009 11:22 pm
- Location: Palermo - Italy
- Contact:
Re: noscript blocking _blank from whitelisted site
Can I see a page exhibiting this behavior?
Are you using 1.9.9.39 (latest version)?
Are you using 1.9.9.39 (latest version)?
Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.1.7) Gecko/20091221 Firefox/3.5.7 (.NET CLR 3.5.30729)