Rexolio
Technical User
- Aug 29, 2001
- 230
Hi,
I have a test program I've been evaluating that prints from Internet Explorer browsers. The program works great but the support is very poor because its a small,foreign company.
The program doesn't work in Netscape, and I believe its because of the PARAM tags. Can anyone tell me how I might transform the code below to work in Netscape, or is it impossible?
<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="iwpSetMeasurementUnit rowcol">
<PARAM NAME="iwpLines[4]" VALUE="iwpFont Verdana">
<PARAM NAME="iwpLines[5]" VALUE="iwpFontSize 8">
<PARAM NAME="iwpLines[6]" VALUE="iwpPrint 4 ^ 2 ^ Test Line 1">
<PARAM NAME="iwpLines[7]" VALUE="iwpPrint 5 ^ 2 ^ Test Line 2">
<PARAM NAME="iwpLines[8]" VALUE="iwpPrint 6 ^ 2 ^ Test Line 3">
</OBJECT>
Thanks for any help!!!
Rexolio
rexolio@bellsouth.net
I have a test program I've been evaluating that prints from Internet Explorer browsers. The program works great but the support is very poor because its a small,foreign company.
The program doesn't work in Netscape, and I believe its because of the PARAM tags. Can anyone tell me how I might transform the code below to work in Netscape, or is it impossible?
<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="iwpSetMeasurementUnit rowcol">
<PARAM NAME="iwpLines[4]" VALUE="iwpFont Verdana">
<PARAM NAME="iwpLines[5]" VALUE="iwpFontSize 8">
<PARAM NAME="iwpLines[6]" VALUE="iwpPrint 4 ^ 2 ^ Test Line 1">
<PARAM NAME="iwpLines[7]" VALUE="iwpPrint 5 ^ 2 ^ Test Line 2">
<PARAM NAME="iwpLines[8]" VALUE="iwpPrint 6 ^ 2 ^ Test Line 3">
</OBJECT>
Thanks for any help!!!
Rexolio
rexolio@bellsouth.net