July 11, 2002 - Preparing a DHTML Page to Consume Web Services
July 11, 2002 Preparing a DHTML Page to Consume Web Services Tips: July 2002
Yehuda Shiran, Ph.D.
|
onload="init()"
. Add this event handler to yourBODY
tag. For example:<BODY BGCOLOR="#ffffff" onload="init()">
- Instantiate the webservice behavior. You can share this behavior among all Web services you consume from your page:
<DIV ID="myWebService" STYLE="behavior:url(webservice.htc)"></DIV>
-
GUI. Implement some way to collect user parameters and display the results. Simple
INPUT
elements will do.