Rexolio
Technical User
- Aug 29, 2001
- 230
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="ucIWP" WIDTH=150 HEIGHT=40
CLASSID="CLSID:E7DC3A33-B622-11D4-A4C7-00D059080CAD"
CODEBASE="iwp.cab#version=1,0,0,217">
<PARAM NAME="iwpLines" VALUE="96">
<PARAM NAME="iwpLines[1]" VALUE="iwpOrientation portrait">
<PARAM NAME="iwpLines[2]" VALUE="iwpPaperSize 1">
<PARAM NAME="iwpLines[3]" VALUE="iwpSetMeasurement rowcol">
<PARAM NAME="iwpLines[4]" VALUE="iwpFont Verdana">
<PARAM NAME="iwpLines[5]" VALUE="iwpFontSize 8">
</OBJECT>
Thanks,
Rexolio
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="ucIWP" WIDTH=150 HEIGHT=40
CLASSID="CLSID:E7DC3A33-B622-11D4-A4C7-00D059080CAD"
CODEBASE="iwp.cab#version=1,0,0,217">
<PARAM NAME="iwpLines" VALUE="96">
<PARAM NAME="iwpLines[1]" VALUE="iwpOrientation portrait">
<PARAM NAME="iwpLines[2]" VALUE="iwpPaperSize 1">
<PARAM NAME="iwpLines[3]" VALUE="iwpSetMeasurement rowcol">
<PARAM NAME="iwpLines[4]" VALUE="iwpFont Verdana">
<PARAM NAME="iwpLines[5]" VALUE="iwpFontSize 8">
</OBJECT>
Thanks,
Rexolio