-----Original Message-----
Hello,
Howdy.
How do I put a text message in the bottom left hand
corner of my web page (ie next to the explorer icon). I
recently added a micsoft add banner that rotates a few
images around, but unfortunately I am now left with
a "loading
www.adss.sdfsd.com/ert.jpg message. I would
rather have it either blank or somthing of my choice. I
am using FP2000.
You need to execute a JavaScript statement like:
window.status = "";
or
window.status = "Your ad could appear here.";
sometime *after* the Banner Ad Manager Java applet does
it's thing. One way is to add an onload= attribute such
as this to the <body> tag.
onload="setTimeout('window.status=\x22\x22;',5000);"
This clears the status line 5 seconds after the page
loads. \x22 means hex character 22, the quotation mark.
Are you aware, though, that most Windows XP systems can't
display Banner Ad Manager components? For more info, take
a peek at:
Banner Ad Manager Displays Incorrectly
http://www.interlacken.com/winnt/tips/tipshow.aspx?tip=26
Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Office FrontPage 2003 Inside Out
||---------------------------------------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------