Tagged Questions
The script-tag tag has no wiki summary.
10
votes
8answers
8k views
How to tell if a <script> tag failed to load
I'm dynamically adding <script> tags to a page's <head>, and I'd like to be able to tell whether the loading failed in some way -- a 404, a script error in the loaded script, whatever.
In ...
8
votes
2answers
2k views
<script> tag inside jquery template
Backgroud:
I have this template that includes videos from youtube being loaded with swfobject.
Question:
Is there a way to include a script tag...
<script type="text/javascript">
...
7
votes
3answers
335 views
What language types are allowed in the HTML script tag?
I was looking at the W3C specs for the script tag, and I noticed you can specify VBScript and TCL as a language type. This is extremely new to me; I've only ever seen Javascript used with the script ...
7
votes
4answers
2k views
How can I know if a javascript file has already been included in a top-level page?
I have a user control (ascx), in this user control I wanna use a .js file.
So I include on top of it.
On the other hand, sometimes I use this user control in a webpage that this script has already ...
6
votes
2answers
477 views
How does HTML tags work inside script tag?
For example, view-source at Joel Spolsky's public career profile
<script type="text/html" id="stackexchangeanswerswidget">
<h3>Top Answers</h3>
<div class="answers">
...
6
votes
8answers
1k views
Why doesn't my <script> tag work from php file? (jQuery involved here too)
Here is what I am trying to accomplish. I have a form that uses jQuery to make an AJAX call to a php file. The php file interacts with a database, and then creates the page content to return as the ...
5
votes
4answers
933 views
How can I include an external javascript file that contains coldfusion code?
I have a few coldfusion files that use the same exact javascript code. I want to separate the javascript out into a .js file and include it in each of the files so that I don't have to repeat ...
5
votes
1answer
799 views
Can I have <SCRIPT> tag inside <TABLE>?
I got to have a tag inside a table because PHP writes a code there that adds stuff to an earlier created Javascript array. However, I get a validation error (4.01 strict).
Is there any way I can do ...
5
votes
2answers
766 views
html script tag not using type javascript <script type=“text/html”>?
I was checking out the source on an html page and came across this
<script id="searchItemTemplate" type="text/html">
<# var rows = Math.floor((Model.RecordsPerPage - 1) / 3 + 1);
...
3
votes
4answers
246 views
multiple versus single script tags
Is there any difference (performance, best practices, etc) between using a single script tag with embedded code in it, or using multiple script tags with the same code spread all over the HTML?
For ...
3
votes
4answers
513 views
How can I use runat=“server” on a script tag in asp.Net
I don't necessarily need to run it at server, however, I would like to use the ~/js/somefile.js syntax.
Previously, I had just set everything with Absolute paths and set my project to be at the root ...
3
votes
1answer
86 views
How do I end script tags?
I'm pretty new to web programming, reading a book on ASP.NET, and I notice the author does this;
<asp:ScriptManager ID="ScriptManager1" runat="server"/>
Instead of what Visual Studio does, ...
3
votes
2answers
1k views
How to insert <script> with Prototype?
I'm using Prototype insert function to appent some html which contains <script>...</script>. And within this script I'm defining a new function. And as I read here Prototype runs script ...
2
votes
2answers
88 views
asp.net 2.0 site and location of <script/> tags causing problems/conflicting
I have no idea how to describe this accurately/intelligently because it seems to be completely impossible, yet there must some reason for it.
I am trying to leverage jquery, jquery-ui, qtip (tooltip ...
2
votes
1answer
93 views
What's the point of Content-Script-Type and Content-Style-Type
From the W3's documentation on Scripting,
In the section The default scripting language:
Authors should specify the default scripting language for all scripts in a document by including the ...
2
votes
3answers
856 views
How to pass parameters to a Script tag?
I've the quite helpful tutorial for XSS Widgets by Dr. Nic, and I'm looking for a way to pass parmeters to the script tag. e.g., to make the following work:
<script ...
2
votes
5answers
288 views
Why call $.getScript instead of using the <script> tag directly?
I don't understand the reason for replacing this:
<script src="js/example.js"></script>
with this:
$.getScript('js/example.js', function() {
alert('Load was performed.');
});
Is ...
2
votes
6answers
2k views
Absolute path in JavaScript script tag
Is there an absolute path while declaring the tag?
this will resolve if I have a aspx page in a folder (one level)
script src="../Scripts/jquery-1.4.1.js" type="text/javascript">
this will ...
2
votes
3answers
235 views
On what browsers does a <script> tag appended to the document get evaluated automatically?
On many browsers, if I do:
var x = document.createElement("SPAN");
x.innerHTML = "<script>alert(1);</script>";
document.body.appendChild(x);
no alert will happen.
Are there any ...
1
vote
1answer
36 views
Weird issue in IE when setting element's innerHTML attribute to contain a script element
I'm having a weird issue in IE when I set an elements innerHTML attribute to a string that contains a script element.
What happens is, when innerHTML is set like:
domEl.innerHTML = "<script ...
1
vote
1answer
78 views
SCRIPT tag removed from AJAX response in Internet Explorer
In our current project some code is returned with AJAX and we use innerHTML to place this code inside a DIV.
Now we search this DIV for all available script tags and EVAL() the contents of these ...
1
vote
1answer
72 views
HTML5-style script-tags in older browsers
It has been stated that in HTML 5 it's OK to use script-tags for Javascript without any attributes, like this:
<script>
// the javascript here
</script>
With other features in HTML 5 ...
1
vote
1answer
66 views
Why is a script tag deleted automatically by Chrome?
everyone.
I don't use jQuery. I create a script tag and append it to head tag to get JSONP data. After JSONP callback function is executed, the script tag which is just added to head tag by me is ...
1
vote
3answers
62 views
Can't append a script to head
var script = document.createElement( 'script' );
script.type = 'text/javascript';
script.src = 'http://www.mydomain.com/bleh.php';
script.id = 'rawr';
$('head').append(script);
...
1
vote
1answer
36 views
What bad things can a user do in a browser without the script tag?
I have an entry form where the user can type arbitrary HTML. What do I need to filter out besides script tags? Here's what I do:
userInput.replace(/<(script)/gi, "<$1");
but the sanitizer ...
1
vote
1answer
156 views
JavaScript script tag in a JavaScript String
I have the same issue as here:
Script tag in JavaScript string
However I can not resolve the issue with the proposed solutions. I'm using datatables plugin for jquery. I tried different solutions ...
1
vote
1answer
227 views
Recaptcha - Script tag injection failing sporadically
I have a form which uses reCAPTCHA. For some reason, when a user submits this form with an incorrect recapture value, when the page is re-rendered, the recapture fails to render.
What it looks like ...
1
vote
3answers
264 views
double hyphen in script makes firefox render strangely
<!-- <script type="text/javascript">/*<![CDATA[*/ c-- ;//]]></script> -->
When I have the above line in the <head> section of a plain html page, Firefox 3.5.5 renders ...
0
votes
2answers
123 views
<script> tags in ajax response not being parsed by IE <= 8
I have a page that uses jQuery's $.post() method to get some html and inside the html is a tag.
My code looks something like this:
$.post( 'myUrl',
{ someData : 'someData', moreData : ...
0
votes
4answers
121 views
Dynamically added script will not execute
I am dynamically adding a script of a github gist. If I added it to the html before the page loads, the script will execute. But If I try to add it to the page after it loads it adds the script to the ...
0
votes
1answer
230 views
Sencha Touch ScriptTagProxy only works on localhost and not pulling a remote source?
I have been spending a few days trying to get my Sencha Touch application to work, so that it uses a JSON feed to populate a news table, the code below now works fine on localhost but as soon as I ...
0
votes
5answers
98 views
How can I read a JSON in the script-tag from JavaScript?
I have a dynamically generated page where I want to use a static JavaScript and pass it a JSON string as a parameter. I have seen this approach used by Google (see Google's +1 Button: How do they do ...
0
votes
0answers
573 views
sencha touch : how to create a CRUD ScriptTagProxy
I thought it would be easy to create a ScriptTagProxy for CRUD-actions - but it isn't...
My code is like:
app.stores.mystore = new Ext.data.Store({
model: 'app.models.User',
proxy: ...
0
votes
2answers
70 views
JS variable scope and script sources
I have a variable defined in script tags within the head of the document:
<?php if (isset($_SESSION['logged_in']) && $_SESSION['logged_in'] == true) {
echo '<script>var userdir = ...
0
votes
1answer
143 views
NS_ERROR_XPC_BAD_CONVERT_JS with document.write
I'm pulling in a 3rd party JavaScript file which makes use of document.write, but what's being written needs to be manipulated - preferably before it hits the page. What I've come up with is the ...
0
votes
1answer
1k views
Sencha Touch - Error - JSON Recovery
I contact you because I'm in a deadlock.
I try to get data from a extern web service with "ScriptTag" but it does not work because the web service returns simple json format (No JSONP).
Do you know ...
0
votes
1answer
215 views
How do I add “data-main” attribute to a script tag using rails javascript helpers?
Require-js commonly uses an attribute called "data-main" on the script tag. Is there a way to tell Rails' javascript tag helpers to add it, or should I just do it the old-fashioned way?
0
votes
4answers
156 views
What's the simplest <script> tag with params
I want to include a script tag, while providing a parameter to it. This is what I came up with so far
Provide a parameter to script URL (cons: generate multiple JS files)
<script ...
0
votes
1answer
65 views
<script> src replacement - sandbox breaker - will it last?
Hey people, I am working on a web do-dad which allows has an embed code.
In this particular embed, an iframe is added to the page in place of the embed code via javascript. I now have control of the ...
0
votes
2answers
117 views
JavaScript function stops working when it is moved to an external .js file
I moved a function from an html page to an included reference file. It stopped working.
The complete contents of the file are:
alert('file included');
function doAlert() {
alert('functions ...
0
votes
3answers
109 views
Page not validating because of xml in a script tag
I'm trying to get a page to validate (http://validator.w3.org) and it complains about some xml I have inside a script tag.
How can I resolve this? Am I supposed to have something around the content ...
0
votes
2answers
71 views
how could javascript be partially disabled?
I am seeing something weird in some logs and I was wondering if someone could suggest how this could happen. I am looking at error logs sent from the client-side of a web application.
The logging ...
0
votes
2answers
1k views
CodeIgniter's XSS Protection is removing <script> tags from user inputs… but I don't want it to!
CodeIgniter is brilliant but I'm using it to develop a site where users need to be able to share their code for websites. Unfortunately, CodeIgniter has been doing the "right" thing by removing ...
0
votes
2answers
622 views
Swf object doesn't seem to work inside a Blogger post
Any ideas why?
On the following link, where it says "So..." there should be an embedded swf.
http://blog.iainlobb.com/2008/10/wrong-door-creating-papervision3d.html
-2
votes
5answers
361 views
Use wildcard in src attribute of <script> tag?
Ok, stupid question and I don't think it's possible but, I have this markup at the top of my .aspx page...
<%--Third Party Libraries, Plugins, Extensions --%>
<script ...