Re: onLoad for webservice.htc
- From: "Thom Little" <thom@xxxxxxxxxx>
- Date: Sat, 9 Dec 2006 11:15:16 -0500
Question moved to another newsgroup.
--
-- Thom Little -- www.tlanet.net -- Thom Little Associates, Ltd.
--
"Thom Little" <thom@xxxxxxxxxx> wrote in message
news:u9$VGp1GHHA.4904@xxxxxxxxxxxxxxxxxxxxxxx
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.
--
.
- References:
- onLoad for webservice.htc
- From: Thom Little
- onLoad for webservice.htc
- Prev by Date: Payment card problem
- Next by Date: WSI Basic Profile 1.1 Compliant Web Service!
- Previous by thread: onLoad for webservice.htc
- Next by thread: Payment card problem
- Index(es):
Relevant Pages
|