Classes and functions for IM's

C

Cla!

Sorry for the newbie question, where can I find a list for classes and
functions for managing instant messeger like ICQ, Yahoo Messegner and
others?

For example: Open Webcam form a javascript, Opening chat dialog from
javascript and so no?

Thanks in advance
Cla!
 
G

Grant Wagner

Cla! said:
Sorry for the newbie question, where can I find a list for classes and
functions for managing instant messeger like ICQ, Yahoo Messegner and
others?

For example: Open Webcam form a javascript, Opening chat dialog from
javascript and so no?

Thanks in advance
Cla!

JavaScript contains no specific classes, methods or properties for dealing
with any of the things you have specified unless the application itself is
scriptable in JavaScript and exposes an API JavaScript can use to control
the application.

However, I believe you are talking about opening new browser windows? If
so, most implementations of JavaScript on most browsers provides an open()
method on the window object which lets you open a new browser window to a
specified URL.

Information about window.open() and other objects, methods and properties
available to JavaScript in various browsers is available at:

<url:
http://devedge.netscape.com/library/manuals/2000/javascript/1.3/reference/window.html#1202731
/>
<url: http://www.mozilla.org/docs/dom/domref/dom_window_ref76.html#1019331
/>
<url:
http://msdn.microsoft.com/workshop/author/dhtml/reference/methods/open_0.asp
/>

There is also a fairly complete summary of everything at: <url:
http://www.dannyg.com/ref/jsquickref.html />

--
| Grant Wagner <[email protected]>

* Client-side Javascript and Netscape 4 DOM Reference available at:
*
http://devedge.netscape.com/library/manuals/2000/javascript/1.3/reference/frames.html

* Internet Explorer DOM Reference available at:
*
http://msdn.microsoft.com/workshop/author/dhtml/reference/dhtml_reference_entry.asp

* Netscape 6/7 DOM Reference available at:
* http://www.mozilla.org/docs/dom/domref/
* Tips for upgrading JavaScript for Netscape 7 / Mozilla
* http://www.mozilla.org/docs/web-developer/upgrade_2.html
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,085
Messages
2,570,597
Members
47,218
Latest member
GracieDebo

Latest Threads

Top