Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Display DIV with HREF?

Status
Not open for further replies.

Yerdon

Programmer
Jul 29, 2002
62
US
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.

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
 
What you're showing us is your asp code and has little to nothing to do with html. If this is some asp.net functionality that you are looking for, you would be better off asking this question in the forum855. If it is indeed html solution you're after, you need to show us the processed html code.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top