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 TouchToneTommy 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: *

  • Users: Pleximus
  • Content: Threads
  • Order by date
  1. Pleximus

    JavaScript img tag DOM question

    I am currently using the following code to call up images but the code works only in IE. Is there a way to code it so it works both in Netscape 6/7 and IE???? <img name=&quot;myImg&quot; src=&quot;javascript:document.myImg.src='assets/' + variable + '/imagename.gif'&quot;> Plex
  2. Pleximus

    Javascript in an img tag

    I need to insert a JavaScript variable into an img src attribute, something like: <img src=&quot;images/&quot; + JavaScript variable + &quot;/imagename.gif&quot;> Can this be done? Pleximus

Part and Inventory Search

Back
Top