Detecting Script enabled or not in Client Browsers

G

Guest

Hi,

I'm having a very genuine problem: I'm developing an ASP.NET web
application. Since I'm using a lot of Javascripts in my pages, I want to
ensure that my clients do not disable Script in settings. If they do so, I
need to give them a warning. Any insight into this is higly appreciated.

Thanks very much in advance.
 
G

Guest

Hi,

Could you not use javascript set a value (hidden form field?) on load in the
page and check on postback if that value has been set?
 
M

Marcel

Determine on the first page if javascript is enabled, forexample:
<html>

<script>
document.location.href = "start.aspx"
</script>

Sorry, you need javascript to be enabled.

</html>

Marcel van Eijkel
(www.vaneijkel.com)
 
R

Rob Amos

Might be worth noting that most search engine spiders ignore javascript, so
for good SEO you need to provide good alternative content...

Rob
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,766
Messages
2,569,569
Members
45,043
Latest member
CannalabsCBDReview

Latest Threads

Top