onLoad for webservice.htc
- From: "Thom Little" <thom@xxxxxxxxxx>
- Date: Sat, 9 Dec 2006 01:21:26 -0500
The following page uses webservice.htc to invoke a proxy web service and it
works perfectly in Internet Explorer and Netscape. Opera and Firefox
apparently do not support onLoad.
Does anyone have an example of how this type of call can be made in all four
browsers (Internet Explorer, Netscape, Opera, and Firefox)?
What was the source of your information?
<html><head><title>Consume Count Service</title>
<script>
function tlaCL( strParm )
{
tlaCountService.useService( "Service/CountService.asmx?WSDL", "tlaCF");
tlaCid = tlaCountService.tlaCF.callService("count", strParm );
}
function tlaCR( )
{
tlaCount.innerText = event.result.value ;
}
var tlaCid ;
</script>
<div id="tlaCountService" style="behavior:url(webservice.htc)"
onresult="tlaCR()"></div>
</head>
<body onload="tlaCL('tlanet.net/index.html')" onresult="tlaCR( )">
<center><span id="tlaCount">·</span></center>
</body></html>
--
-- Thom Little -- www.tlanet.net -- Thom Little Associates, Ltd.
--
.
- Follow-Ups:
- Re: onLoad for webservice.htc
- From: Thom Little
- Re: onLoad for webservice.htc
- Prev by Date: Re: Error when starting Web Client in DEBUG
- Next by Date: Payment card problem
- Previous by thread: Error when starting Web Client in DEBUG
- Next by thread: Re: onLoad for webservice.htc
- Index(es):
Relevant Pages
|
Loading