I have noticed a slight side-effect.
Can someone help?
This statement inside one of my JavaScript start/end tag sets:
document.getElementById("myID").src = srcfile;
Causes this error the first time the page is opened with a new srcfile value:
Internet Explorer cannot open the...
Actually, it's simply JavaScript, not ASP. Although JSP is being used too, the code above is in an HTML file so that the combination is HTML/JavaScript only. Any other suggestions or others with thoughts on this?
Besides, will this work with JSP? In other words, if I do have the same srcfile...
I have the following:
<script id="myID" language="JavaScript">
I want this:
<script id="myID" language="JavaScript" src="myJSFile.js">
and I want the "myJSFile.js" portion of the src= property inside this tag to come from a var for...
Thanks! That worked. The problem was that I was not using single quotes around the passed value (i.e., '<%=arg%>') for the passed arg! I had double quotes!
Thanks again!
Jonathan.
I am attempting to pass arguments (only one till I get this working) to a VBScript function. This function is for my SELECT tag and the onChange event. The text value I want to pass is NOT from the form, but from the .ASP itself. I need this value inside my scripted function for some...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.