I thought that we had discussed this a little while
back, but I was not able to fin what I was looking for
in the archives.

I need to be able to get the height and width of an
image programmatically.

I am using code to set the image as a background of a
table and then set a trasparent gif image in to that
tab to "cover" over the other image so that it makes
it harder for people to take the image.

For now I have hard coded the value, but it may
change, so I want to be able to make the height and
width adjust to get the table "background" images
height and width.

(code below)

Thanks!

---Michael


<TABLE border='0' cellspacing="0" cellpadding="0"
width="470" height="265"
background="<%=gstrChartFile%>">
  <TR> 
    <TD> 
      <TABLE width="470" height="270" border="0"
cellspacing="0" cellpadding="0">
                <TR>
                  <TD>
                        <IMG SRC='images/iprollover3.gif'
ALT="<%=Request("tTitle")%>" width="465" height="265">
                  </TD>
                </TR>
      </table>
    </td>
  </tr>
  </TABLE>



__________________________________________________
Do you Yahoo!?
New DSL Internet Access from SBC & Yahoo!
http://sbc.yahoo.com

---
You are currently subscribed to dotnet as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]

---------
Administrated by 15 Seconds : http://www.15Seconds.com
List Archives/Search : http://local.15Seconds.com/search
Subscription Information : http://www.15seconds.com/listserv.htm
Advertising Information: http://www.internet.com/mediakit/


Reply via email to