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

Converting <OBJECT> to <APPLET> or <EMBED>

Status
Not open for further replies.

Rexolio

Technical User
Aug 29, 2001
230
0
0
Hi,

I have a script that so far can only be used with Internet Explorer because its an <OBJECT> tag. I'm hoping that I can get it to work with Netscape, but don't know how or if I can modify it to do such. I know there's a Java application that converts Applets to Object, but obviously I need to do the opposite. The code is pasted below. I'd appreciate any suggestions:

<OBJECT ID=&quot;ucIWP&quot; WIDTH=150 HEIGHT=40
CLASSID=&quot;CLSID:E7DC3A33-B622-11D4-A4C7-00D059080CAD&quot;
CODEBASE=&quot;iwp.cab#version=1,0,0,217&quot;>
<PARAM NAME=&quot;iwpLines&quot; VALUE=&quot;96&quot;>
<PARAM NAME=&quot;iwpLines[1]&quot; VALUE=&quot;iwpOrientation portrait&quot;>
<PARAM NAME=&quot;iwpLines[2]&quot; VALUE=&quot;iwpPaperSize 1&quot;>
<PARAM NAME=&quot;iwpLines[3]&quot; VALUE=&quot;iwpSetMeasurement rowcol&quot;>
<PARAM NAME=&quot;iwpLines[4]&quot; VALUE=&quot;iwpFont Verdana&quot;>
<PARAM NAME=&quot;iwpLines[5]&quot; VALUE=&quot;iwpFontSize 8&quot;>
</OBJECT>

Thanks,
Rexolio
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top