Printing a webpage from HP IPAQ and smartphone(Siemens SX66)

T

TJ

I am developing a web application for the smartphones(Siemens SX66. )
and HPIpaq 4700. How can I print the webpage from these devicesvia
BLUETOOTH. Do I need additional software. I am using ASP.NET mobile
application to build the website.

I have added a Print button on the webpage . Will it work on those
devices??

I have added th ebutton inside the <Device Specific > as follows:
<Choice Filter="isHTML32"
Xmlns="http://schemas.microsoft.com/mobile/html32template">
<INPUT language="javascript" id="btnPrint" style="Z-INDEX:
111; LEFT: 648px; WIDTH: 88px;
POSITION: absolute; TOP: 104px; HEIGHT: 24px"
onclick="javascript:window.print()"
type="button" value="Print" name="btnPrint">
</Choice>


Thanks
 
T

TJ

Do you think PocketClip would print the entire webpage even if there is
a vertical scroll bar??
 
T

Tim Field

You emailed us directly asking about Smartphone printing but, in my
reply, I missed the fact that you are using SX66 which is not a
Smartphone but a Pocket PC Phone edition (very different animal).

For Pocket PC devices, we do have a couple of HTML printing options:

PIEprint which installs into Pocket IE and allows printing from within
PIE:

http://www.fieldsoftware.com/PIEprint.htm


For .Net CF apps, we have PocketHTMLprint_NetCF SDK, that allows your
app to pass an HTML file or URL for printing:

http://www.fieldsoftware.com/PocketHTMLprintSDK_NetCF.htm

Note that both of these only support basic HTML printing, so you should
download our free 30-day evaluation versions to test for yourself. You
can find full details online, including user guides, example code and
more.

Tim
(e-mail address removed)
 
T

TJ

Hi Tim,
You emailed us directly asking about Smartphone printing but, in my
reply, I missed the fact that you are using SX66 which is not a ....

Did you sent me reply at my official address as I haven't got any mail
on that. ?

What if my webpage has vertical and horizontal scrollbars?? Will it
print the whole page or just the visible screen??

Thanks
 
Top