Home > Rss Directory > Technology > JavaScript Tip > Initializing Web Service Consumption (7/14/2002)


Initializing Web Service Consumption (7/14/2002)

Initializing Web Service Consumption (7/14/2002)   more»»
Do you know how to initialize a DHTML page for consuming your own Web services? Learn how to share the init() function with multiple Web services.
Thu Jan 01, 1970


Sponsored Links



Rss - Latest News

Initializing the style Object (10/6/2001)   more»»
Did you know that the style object is not initialized by the STYLE rule? Learn how to set the zoom property upon loading.
JScript .NET's Classes (4/24/2002)   more»»
Did you know that JavaScript does not support classes? Learn about JScript .NET's class-based support.
Delimiting the Main Code (6/21/2002)   more»»
Do you know how to delimit the main code section? Learn how JScript .NET is different from other languages.
Changing Inline Images (8/19/2000)   more»»
How do you change an image when mousing over? out? Learn how to change a gif using very little programming.
The Risk of Un-typed Variables (5/2/2002)   more»»
Do you know why it's important to type your variables? Here's an example that yields unexpected results if you don't.