javascript documentation

Pocket NiceLabel running on Windows Mobile devices

Moderator: NiceLabel Support Team

Post Reply
Sashu
Newcomer
Posts: 2
Joined: Wed Jul 25, 2007 8:30 pm

javascript documentation

Post by Sashu » Thu Jul 26, 2007 3:36 pm

Is there any documentation that shows how ivolution came up with that javascript for creating and using the ActiveXObject 'PocketNicePrint.Engine.1'? (Ref: NiceForum Forum Index -> Mobile Wireless Printing -> JScript: Pocket PC print with ActiveX)
I can't find *any* other javascript samples or documentation anywhere else on this site.
Regards

User avatar
jurk
Addict
Addict
Posts: 175
Joined: Wed Sep 27, 2006 1:10 pm
Location: Sencur, Slovenija
Contact:

Post by jurk » Wed Aug 01, 2007 11:53 am

Hi Sashu.

Here is a sample that connects to the engine:

<script type="text/Jscript">
function test() {
try{
alert( "Starting" );
var PocketNice = new ActiveXObject("PocketNiceEngine.Engine.1");
alert( "Success" );
}
catch (e) {
alert("Error: " + e.description)
}
}
</script>
<input type="button" value="Test this!" onClick="test();">
NiceLabel Development

tulipa
Newcomer
Posts: 1
Joined: Sat Dec 06, 2008 11:26 am

Post by tulipa » Wed Dec 10, 2008 2:27 pm

How do i use a javascript in macromedia dreamweaver? I have learnt the dream weaver individually on my own i know the javascript i don't know how to implement it in the dream weaver suggest me some website so that i can learn how to implementing javascript in dream weaver.

User avatar
jurk
Addict
Addict
Posts: 175
Joined: Wed Sep 27, 2006 1:10 pm
Location: Sencur, Slovenija
Contact:

Post by jurk » Wed Dec 10, 2008 3:49 pm

NiceLabel Development

User avatar
Saso
NiceLabel
NiceLabel
Posts: 2990
Joined: Mon Sep 04, 2006 8:09 am
Contact:

Post by Saso » Wed Dec 10, 2008 4:00 pm

No, no, no...
This is the correct link with more information.

Sorry, tulipa, we are not making fun of you. But this forum is not really the correct place for Dreamweaver questions. :)
Saso Fleiser
Senior Technical Product Specialist

tiffanly
Newcomer
Posts: 1
Joined: Tue Aug 04, 2009 7:46 am

Re: javascript documentation

Post by tiffanly » Thu Aug 06, 2009 7:59 am

I'm just starting out learning javascript. Does anyone have any tips on starting out and resources online or programs (free) to suggest?
Last edited by tiffanly on Fri Aug 07, 2009 1:50 pm, edited 1 time in total.

User avatar
Saso
NiceLabel
NiceLabel
Posts: 2990
Joined: Mon Sep 04, 2006 8:09 am
Contact:

Re: javascript documentation

Post by Saso » Thu Aug 06, 2009 8:13 am

http://www.w3schools.com is definitively a good starting place

Go here.
Saso Fleiser
Senior Technical Product Specialist

jackwilson10001
Newcomer
Posts: 1
Joined: Sat Sep 06, 2014 1:29 pm
Location: Chennai
Contact:

Re: javascript documentation

Post by jackwilson10001 » Sat Sep 06, 2014 1:36 pm

Thank u saso.. your replay is useful for me..

alarawany
Newcomer
Posts: 2
Joined: Sun Feb 25, 2018 7:49 am

Re: javascript documentation

Post by alarawany » Thu Mar 03, 2022 8:38 am

it is a very difficult app
http://www.soran.edu.iq

Post Reply