How do i run a piece of Javascript that has no User participation? I know how to do all the onclick, onsubmit stuff but here's what i need to do...
My page processes loads of ASP, at some point it gets the name of a product. I want to call the simple document.title, to change the title of the page to the product title. The thing is the User is not clicking on anything and the ASP processing occurs right down the page.
Any ideas?
A
My page processes loads of ASP, at some point it gets the name of a product. I want to call the simple document.title, to change the title of the page to the product title. The thing is the User is not clicking on anything and the ASP processing occurs right down the page.
Any ideas?
A