Hi Everyone,
I'm trying to use the following syntax to display a div tag on my ASP page. My goal is to be able to load it when the page loads and then load it afterwards when I press a button.
The only thing that displays is "Please Wait...".
I don't know how to display it the first time the page loads, and ALSO how I could call it from an event in JavaScript.
Any help would be greatly appreciated!
Thank you!
Joseph
I'm trying to use the following syntax to display a div tag on my ASP page. My goal is to be able to load it when the page loads and then load it afterwards when I press a button.
Code:
<ww:div id="mylist" href="list.asp"
loadingText="Loading list..."
errorText="Unable to load list. Sorry.">
Please Wait...
</ww:div>
The only thing that displays is "Please Wait...".
I don't know how to display it the first time the page loads, and ALSO how I could call it from an event in JavaScript.
Any help would be greatly appreciated!
Thank you!
Joseph