|
-
June 26th, 2002, 07:30 AM
#1
RDS onReadyStateChange
Hi gurus.
Has anybody successfully employed the onReadyStateChange event of the RDS data control?
I've tried all the usual event-handler associations:
onReadyStateChange="myFunction();" as a HTML element attribute,
RDS.onReadyStateChange = myFunction; as script and also
<script FOR="RDS" language="javascript" event="onReadyStateChange">
statements...
</script>
I can't get any joy from this even when my function simply contains an alert. Anybody encountered this problem, orhave a working exapmle of onReadyStateChange for RDS data control. The MSDN is suspiciously vague about it and does not supply an example.
cheers gurus.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|