Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. JLONON

    Setting the src= property of the <script> tag

    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...
  2. JLONON

    Setting the src= property of the <script> tag

    Thanks Jeff. It worked fine! :-) Thanks for all replies. I'll be sure to donate something too. L8r, Jonathan.
  3. JLONON

    Setting the src= property of the <script> tag

    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...
  4. JLONON

    Setting the src= property of the <script> tag

    I have the following: <script id=&quot;myID&quot; language=&quot;JavaScript&quot;> I want this: <script id=&quot;myID&quot; language=&quot;JavaScript&quot; src=&quot;myJSFile.js&quot;> and I want the &quot;myJSFile.js&quot; portion of the src= property inside this tag to come from a var for...
  5. JLONON

    Passing args to Function - how to do in VBScript?

    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.
  6. JLONON

    Passing args to Function - how to do in VBScript?

    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...

Part and Inventory Search

Back
Top