Macros, Scripts run on page load....

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

i am trying to run a vb macro to update a table on a page. question is how
do i tell the macro to run when the paged is loaded? I can not find any
reference to this. thanks for any help you can give.
 
Where do you want to run, in FP or in the browser on the internet?

If on the internet, it would only work in IE browsers which support VB.

For the internet you would use ASP, ASP.net and a database, etc.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
In the browser on the internet - evertime the page is opened the data would
need to be refreshed. I will look into the ASP and ASP.Net. thanksl
 
Back
Top