Microsoft
Software
Hardware
Network
Question : Dynamically Loading Body Data in JavaScript
I have some menu items and when selected I want to load different forms or tables, etc, however I don't want to have to load all that statically in layers and then show/hide them as that seems like it would hog a lot of memory on an already tired FF js rendering engine.
Is there a way to better optimize things that can load the html remotely and load/clear it as needed so as to minimize the amount of memory being used?
Answer : Dynamically Loading Body Data in JavaScript
main.html will selectively load the table in div "loadme" from loadme.html, into div "loadin"
main.html:
loadme.html:
blah blah stuff that shouldn't be loaded
oopa loopa
Random Solutions
Using psexec while logged in vie Remote Desktop to a terminal Server
Remove Spaces in String Variable
tunnelling with VNC over SSH...
Opening a new window in Firefox does not behave the same as in IE
Windows Server 2003 Setup Restart Loop
How to set options for MS SQL 2005 via isql in linux?
Forwarding Multiple Domains, How to benefit SEO?
IIS Running, but Web Svcs wont start
Error starting IIS Admin Service - how do I fix it?
Inserting unique records from another table