In SP 2003 how can I make sure my JavaScript is the absolute last script to be run.
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
You can simply do a JavaScript timer to make your code execute a specific number of milliseconds after the page loads (like 500ms). |
|||
|
|