I'm working with Perl and trying to write a Perl script that will access
sites
requiring a "password". Each time I run my code I get the following message:
<noscript>
<br>
<b> We have detected that your browser does not support Javascript or its
use is currently disabled. </b> <br>
Javascript must be enabled to properly present you several pages on this
site, including "Your Portfolio".
<br> <br>
</noscript>
How can I find out if Javescript is enabled on my browser and if not how
can I correct?
Thanks
Jim
sites
requiring a "password". Each time I run my code I get the following message:
<noscript>
<br>
<b> We have detected that your browser does not support Javascript or its
use is currently disabled. </b> <br>
Javascript must be enabled to properly present you several pages on this
site, including "Your Portfolio".
<br> <br>
</noscript>
How can I find out if Javescript is enabled on my browser and if not how
can I correct?
Thanks
Jim
Comment