I need to modify an existing page, here's what I'd like to do:
Have the javascript look for a text file on the server, if it exists then display the contents of the text file on the page in a message box with vertical scroll bars(not a popup box). If the text file doesn't exist, display nothing.
The page I'll be modifying is created dynamically from xml. I successfully added text to the banner, title, etc. I've also been able to have an alert box pop up, the problem with that is it pops up every time the user navigates around the page and it's very annoying.
Thanks,
Have the javascript look for a text file on the server, if it exists then display the contents of the text file on the page in a message box with vertical scroll bars(not a popup box). If the text file doesn't exist, display nothing.
The page I'll be modifying is created dynamically from xml. I successfully added text to the banner, title, etc. I've also been able to have an alert box pop up, the problem with that is it pops up every time the user navigates around the page and it's very annoying.
Thanks,