Forum Moderators: open

Message Too Old, No Replies

How do i show tiff image on web using imgedit.ocx

When i tried to load the imgedit .ocx using a <object> problem arises?

         

kiran indukuri

5:47 am on Mar 5, 2002 (gmt 0)



Can anyone suggest me whats wrong with this code?
<object id="edit"
classid="clsid:6D940280-9F11-11CE-83FD-02608C3EC08A"
>
</object>
<param name=image value="c:\inetpub\wwwroot\test1.tiff">
<param name=visible value="true">
<param name=image value="c\dummy.tiff">
</object>

The image is not beeing shown here?

tedster

4:50 pm on Mar 5, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Welcome to Webmaster World kiran

The code you have posted closes the object tag twice.

You may find more help from the W3C's Object's Images and Applets [w3.org] page.

kiran indukuri

4:20 am on Mar 6, 2002 (gmt 0)



Sorry Mr.Tedstar

In an hurry i didnt notice that well the correct one is here thanks for u'r article but that didnt help me much.

<object id="edit"
classid="clsid:6D940280-9F11-11CE-83FD-02608C3EC08A"
>
<param name=visible value="true">
<param name=image value="c\dummy.tiff">
</object>