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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Images size in VBScript, help please

Status
Not open for further replies.

cklzw

Programmer
May 16, 2002
6
GB
does anybody know how to translate the code below into VBScript.

<script language=JavaScript>
foto1= new Image();
foto1.src=(&quot;/test/skinshot.png&quot;);
document.write(foto1.height)
</script>

THX!!!!!!!!!!1
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top