
September 13th, 2004, 10:41 AM
|
|
Registered User
|
|
Join Date: Apr 2007
Posts: 22,309
Time spent in forums: < 1 sec
Reputation Power: 24
|
|
|
Dynamic text in a page
Hello,
I have a static HTML page with only one bit of dynamic content: a little bit of text on a sidebar that I pull from a simple .js file. All the js does is a document.write. This way, I can update the one js file and have the update go across my entire site. Otherwise, I don't mind statically doing everything.
Problem is, now that XP 2 is out, IE gives a little warning when viewing my page and blocks the script from working. I can unblock the content, but I do not want this appearing and confusing my site's other users.
I have considered just doing up an image in place of the js, and updating the image with new text whenever I needed to, but that's even more clunky than what I have now. Does anyone have any suggestions? This is a small blip of text, maybe two sentences. I'd update it about every month or so.
I can be reached at tgulics@yahoo.com
Thanks!
|