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: mayfair
  • Content: Threads
  • Order by date
  1. mayfair

    Width & Hieght

    Is there any function that will allow me to get the width and hieght of a image I want to draw?
  2. mayfair

    Java Script Help

    I have a java script that finds a random number, than with that number prints out the picture in that array spot. Here is the code <script language=&quot;JavaScript&quot;> <!-- Hide from old browsers function random_imglink() { var myImages=new Array() var myComments=new Array() //specify...
  3. mayfair

    div tags in java script document.write()

    I have the code document.write(&quot;<div id='picture3' style='position:absolute; left:560px; top:500px;width:147px; height:143px; z-index:2'><img src='&quot;+myImages[ry]+&quot; ALIGN=RIGHT></div>&quot;); What I need it to do is display the image and to position it on the screen. It...
  4. mayfair

    dir tags in side of a java script document.write()

    I have the code document.write(&quot;<div id='picture3' style='position:absolute; left:560px; top:500px; width:147px; height:143px; z-index:2'><img src='&quot;+myImages[ry]+&quot;' ALIGN=RIGHT></div>&quot;); What I need it to do is display the image and to position it on the screen. It...

Part and Inventory Search

Back
Top