Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

16
votes
5answers
8k views

Noscript Tag, JavaScript Disabled Warning and Google Penalty

I have been using a noscript tag to show a warning when users have JavaScript disabled or are using script blocking plugins like Noscript. The website will not function properly if JavaScript is ...
15
votes
8answers
1k views

How to get content of <noscript> in Javascript in IE7?

I'm trying to get the content of a <noscript> tag using Javascript. I succesfully managed to get it in FF, Chrome, Opera and even IE6 but fail on IE7 (haven't tried IE8+ yet). Basically, here's ...
9
votes
7answers
3k views

Valid way to add noscript in head for wrapping redirect

So I was thinking a simple way to deal with javascript being disabled by the browser would be the following: <head> <title>JavaScript Test</title> <noscript> ...
9
votes
4answers
2k views

Shouldn't we use <noscript> tag?

I found some good cons here. The noscript tag only detects whether the browser has JavaScript enabled or not. If JavaScript is disabled in the Firewall rather than in the browser then the JavaScript ...
8
votes
2answers
217 views

Is the <noscript> tag outmoded?

A lot of what I continue to read about graceful degradation applies to browsers that don't use JavaScript. But my own experience shows that it's no longer reasonable to expect a normal experience on ...
8
votes
5answers
1k views

Access Contents of <noscript> with Javascript

<noscript><div id="example">I want to get this innerHTML</div></noscript> <script type="text/javascript"> alert($('example').innerHTML);</script> This javascript ...
5
votes
2answers
85 views

(javascript / else / noscript iframe) to reduce server processing?

On my website I serve a retail inventory catalog. I want to place the burden of data processing and rendering the inventory on the client browser, to reduce my server side processing and bandwidth. I ...
5
votes
4answers
73 views

How do we cache HTML “fragments”?

I have a page which looks like this: <!doctype html> <head></head> <body> <div>Content 1000 chars</div> <div>Content 1000 chars</div> ...
5
votes
1answer
171 views

Fixed element that moves to top of page on scroll - CSS only

I'm looking to produce the effect that is on this page: http://jonrohan.me/guide/css/creating-triangles-in-css/ - but with just CSS, no JavaScript (this would be trivial with JavaScript). The effect ...
5
votes
3answers
155 views

noscript to filter add hyperlinks - Clean JavaScript degrade

My project relies on JavaScript to dynamically display content on a hyperlink click. In order to make it cleanly degrade without JavaScript enabled, I'm simply showing all page content and using ...
5
votes
5answers
1k views

How to hide parts of HTML when JavaScript is disabled?

I'm trying to accommodate users without JavaScript. (By the way, is it worth the effort nowadays?) In one HTML file I'd like part of it execute if scripts are on, and another part if scripts are ...
4
votes
2answers
145 views

Using <noscript> within <head>: Good idea or bad idea?

I noticed Facebook does this where they have a meta refresh enclosed in a <noscript> enclosed in the <head> tag. They use this to detect if the user agent has javascript enabled or not. ...
4
votes
6answers
296 views

Web Development Best Practices - How to Support Javascript Disabled

What is the best thing to do when a user doesn't have JavaScript enabled? What is the best way to deliver content to that kind of user? What is the best way to keep a site readable by search ...
4
votes
6answers
2k views

Check if Javascript is Enabled (Serverside) with Rails

How would you check if javascript is enabled in Rails? So that I could do something like this in the views: <div> <% if javascript_enabled? %> <p>Javascript ...
4
votes
3answers
1k views

Can you style a noscript element?

Is it possible to use the noscript element in CSS selectors? noscript p { font-weight: bold; }
4
votes
2answers
3k views

Making HTML content expand to fill the window

I have an HTML page divided vertically into Header Body Footer The body in turn is divided horizontally into A large DIV on the left surrounded by scrollbars, displaying a portion of a diagram A ...
4
votes
3answers
1k views

GWT without Java Script?

I was looking into GWT. It seems nice, but our software have the must work without JS requirement. Is it possible?
3
votes
2answers
160 views

BrowserID without Javascript (preferably in Python) - is it possible?

BrowserID currently uses a Javascript shim, while browsers are still (hopefully) developing support for it. Is it possible to use BrowserID for clients that don't run javascript? I could read the 600 ...
3
votes
3answers
384 views

Asp.Net - Detect no javascript on page? (renamed title)

I have a page that displays all its content in a TabContainer, but if javascript is disabled on the browser it just displays a blank page. I can add a <noscript> to display all the important ...
3
votes
1answer
173 views

Display a “No Javascript” div, but not to google / facebook share service

I would like to show a div near the top of a site to suggest to visitors that do not have javascript enabled that they should enable their javascript. I thought I had found a good method by using the ...
3
votes
1answer
644 views

noscript tag appears even if javascript is turned on in IE8

ghost noscript tag more info here I am facing exactly this issue, how shall I handle this for Internet Explorer browsers :-( ? Explanation: I have included the following noscript tag in my ...
3
votes
4answers
1k views

<noscript> stuff </noscript> doesn't work on google chrome

I wanted to display a message on the top of my site when the javascript is disabled (just like on SO), but on google chrome is not working
3
votes
1answer
342 views

Issue a redirect (HTTP 302) to act on _top frame without using Java script

I need to redirect the top frame on a form post and it should work irrespective of javascript and across all major browsers. I can redirect to a page with a link and its target attribute set & ...
3
votes
6answers
2k views

How to wrap <noscript> tag to hide content when javascript disable

Let's say, I have html code like this <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html ...
2
votes
2answers
46 views

CSS and noscript visibility puzzle

I work on a 100% Javascript site that uses a CSS class on the body to explicitly hide everything (display:none), then enables blocks as needed (unusual yes, but I can't change the architecture). I'd ...
2
votes
2answers
112 views

Iframe file uploading and NoScript plugin

I have a form with ajax file uploading. Javascript creates iframe with a form, moves input with the file into the form and submit the form. This works without any problem, but popular NoScript plugin ...
2
votes
2answers
205 views

What to do about small percentage of users who insist on using things like NoScript?

I want to make a website completely socket and ajax based for user interaction. Meaning that users who have javascript turned off won't even be able to send updates to the website in any way or even ...
2
votes
4answers
224 views

How to detect if browser JavaScript is off and display a notice

I need to check if browser JavaScript is off, then display a error div instead of the body, how can I do this?
2
votes
4answers
255 views

Body styling for a noscript tag?

If no JavaScript is enabled, I want my body to have overflow:hidden (no scrollbars). How can I solve this? Is it possible to use a noscript tag inside of <head> and set specific styles inside of ...
2
votes
2answers
153 views

Problem in No script tag

Im placing no script tag on my master page that if a user dont have javascript enabled or its browsers doesnt support javascript it redirect to a specific view. im using this code <noscript> ...
1
vote
2answers
63 views

HAML - add type=text/css to <style> tag with :css filter

I'm trying to add some inline CSS in a HAML file. I thought that %noscript :css .pagecontent {display:none;} would produce: <noscript> <style type="text/css"> ...
1
vote
3answers
56 views

Javascript & jQuery - How much are we supposed to be using?

This question has been asked before, but I would like a little more detail from this one, more about the audience and why. I was never a Javascript fan, if I could avoid using it I would... but now ...
1
vote
1answer
30 views

Making flash valid

How could I make this section of code valid? I have not had much experience with flash embedment. <noscript> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" ...
1
vote
3answers
150 views

Perform an action only if javascript is disabled

I would like to perform an MVC action only if the javascript is disabled. To try to achieve this goal, I added a tag <noscript> in my html: <noscript> @Html.Action("BlogRss", "Home") ...
1
vote
2answers
85 views

Parse string as non-XML HTML5 without loading descendent-elements

There are multiple versions of this question on SO, but none of them really get at the heart of what I'm trying to do. When JavaScript is enabled, the browser sees the contents of the noscript element ...
1
vote
2answers
59 views

How should I handle this? Code not validating: Noscript to compensate for lack of JS, but also accommodations to mobile users

Okay, so I have a paragraph tag which has some text, and the text refers to the direction in which the user can look to view the navigation (I know it's unnecessary, but whatever). Now, I'm trying to ...
1
vote
2answers
93 views

Detecting whether there's overflow or not WITHOUT javascript

I want to know if there's a HTML/CSS only way to detect (or at least, show/hide some elements with pseudo classes etc.) to take action when an element's contents overflow (in vertical only). Yes, I ...
1
vote
3answers
105 views

How to debug the noscript tag

I am making a widget and I wrapped some JavaScript with a noscript tag and now I just get a blank screen and no error messages I can notice. Here is the example: ...
1
vote
5answers
202 views

no script tag vs server side validation?

this is a question that hasn't directly been asked yet.. I develop for a company which serves millions of web customers per year. Many of our web applications were written years ago (and with bad ...
1
vote
1answer
201 views

embed youtube video + noscript?

I'm trying to embed a YouTube video in a <noscript> section of my page. Basically, it's a video showing the user what he misses out on. For some reason though it just doesn't work. All I see is ...
1
vote
3answers
82 views

Why I am receiving sometimes “Stack Overflow works best with JavaScript enabled” banner?

I'm using Firefox 3.6.15 with NoScript 2.0.9.8. NoScript tells that he isn't blocking any js scripts from the SE.
1
vote
4answers
120 views

Ajax search workaround when JavaScript is disabled

I have a search page on my site. The search pulls from a couple (eventually a few) API from external sources. Sometimes a search can take up to 5 seconds. Because of this, I would like to load my ...
1
vote
1answer
1k views

display:none not working on <noscript> tag in IE7 or IE8

I have the following tag that functions properly in each of the "modern" browsers except IE 7 and IE8. <style type="text/css"> noscript.show { display:inline; } ...
1
vote
3answers
163 views

Making My Site Noscript-compatible

I am almost finished building a nameplate site for myself from scratch, both as a learning experience and to formally put my presence online. I made a cool-looking (at least, I think so) tabbed site ...
1
vote
1answer
585 views

What is a better way to lazy load content for users with javascript?

I have a page that has lots of images and other code that would work better if it is lazy loaded. I have been attempting to do this with the noscript tag but I just noticed that it is not working ...
1
vote
2answers
116 views

How do I ask/hint to Google not to index something on a page?

I have a web site that mostly displays images that contain text. It is heavy with JavaScript. In a noscript tag we have the usual "You must have JavaScript enabled" message followed by the text ...
1
vote
1answer
98 views

<script> or <noscript>?

hey guys, i just wonder what's the better solution. I have an iFrame with a google map on my website. the iframe has an id="map". I wonder now what's the better solution if I don't want the map to ...
1
vote
2answers
86 views

What is the best way to provide a default CSS style, that gets overridden by jQuery UI, for No Script scenarios?

For example: I have a pager << 1 2 3 4 5 6 7 8 >> in my page where every navigation element is a normal Html link. For modern browsers with JS enabled, I would like to beautify them with ...
1
vote
3answers
180 views

Meta page refresh not working for php page?

i am trying to redirect users without javascript enabled to our help page (help.php), specifically the part that talks about enabling javascript (help.php#nojavascript). however, my meta refresh is ...
1
vote
2answers
115 views

Payment gateways and XSS

I'm working on a website which takes payment from a customer. I'm using Kohana 2.3.4 and have created a library to handle the payment gateway I use (www.eway.com.au). Basically I'm just using their ...

1 2