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
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