Hi,

I have an html page which has a div tag. I can use the innerhtml property to change the text between the two tags. But how can I use java script to get the html from another file, such as an include or an asp file?

Can I call an asp file from javascript and print the output to the innerhtml property?

Please help, project might depend on it!