Hello, some time ago I've created a site in asp in combination with the XML http request object, this way I was able to load content from a database into div elements, this way there is no need to reload a whole page wich speeds up the website's page loading time dramatically.
I think it is a superb solution, also the content loaded in the div elements cannot be seen when viewing the source code of a page.
But...I have found out, it has a problem when using javascript within those div elements, javascript won't work when content loaded within the div element using the xml http request object.
Does anyone know if there is a way to make it work,
javascript loaded from a database within a div element using xml http request object?
Thanks for all help in advance :)
I think it is a superb solution, also the content loaded in the div elements cannot be seen when viewing the source code of a page.
But...I have found out, it has a problem when using javascript within those div elements, javascript won't work when content loaded within the div element using the xml http request object.
Does anyone know if there is a way to make it work,
javascript loaded from a database within a div element using xml http request object?
Thanks for all help in advance :)
Comment