Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
damuttsnuts #1
Status Bar Message Help Needed
Hi, I have a status bar message on my web pages. The code looks like this:
<script language="JavaScript">
<!--
window.status = "bla bla bla";
-->
</script>
The problem is that with a lot of pages on my site if I need to change the
message it can take a few hours.
Can I use a .txt or .js as the source file.
I have checked google and there are a few things but none worked.
By the way if you can help then I will need the exact code for the webpage and
the source file as I am a total newbie.
Cheers people
damuttsnuts Guest
-
buffering status message- The Real Question
Sorry folks..keyboard issue caused previous multiple posts. Here is the Real Question: 'NetStream.Buffer.Full' is a message sent from a... -
ASP .Net Message box help Needed Very urgent
Hello Group, This is my code. butPrev.Attributes.Add("OnClick", "return confirm('Do you want to SAVE this item?');") How to capture whether... -
***This message may contains virus****Delete the message***Taste this correction pack for MS Internet Explorer
"If you receive an e-mail that claims to contain software from Microsoft, do not run the attachment. The safest course of action is to delete the... -
[PHP] Window.status message
murugesan <mailto:mukeshgct@hotmail.com> on Monday, August 25, 2003 1:51 AM said: Google* is your friend!!!! ... -
Help needed with error message - Catalog B-tree
Hi Help needed with error message - Catalog B-tree I am based in Colchester, England. Can anyone please help me with the following error... -
T.Pastrana - 4Level #2
Re: Status Bar Message Help Needed
Sure, Create a new file and save it as a .js file. Name it something like
statuscode.js. Inside of it place your code only, not the script tags.
window.status = "bla bla bla";
Then link to this .js file from every page. This link goes inside of the
<head></head> tags.
<Script type="text/JavaScript" src="statuscode.js"></script>
--
Regards,
...Trent Pastrana
[url]www.fourlevel.com[/url]
Dreamweaver Designer Tools
iFrameSuite | MiniMenus | Scroller Packages | More...
-----------------------------
"damuttsnuts" <webforumsuser@macromedia.com> wrote in message
news:dbmq5k$lc8$1@forums.macromedia.com...> Hi, I have a status bar message on my web pages. The code looks like this:
>
> <script language="JavaScript">
> <!--
> window.status = "bla bla bla";
> -->
> </script>
>
>
> The problem is that with a lot of pages on my site if I need to change the
> message it can take a few hours.
>
> Can I use a .txt or .js as the source file.
>
> I have checked google and there are a few things but none worked.
>
> By the way if you can help then I will need the exact code for the webpage
> and
> the source file as I am a total newbie.
>
> Cheers people
>
T.Pastrana - 4Level Guest
-
Murray *TMM* #3
Re: Status Bar Message Help Needed
Note that this is not supported by all browsers, and is an unfriendly thing
to do (in my opinion) - I have found that many people rely on the normal
status bar messages to see where the link is taking them.
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
[url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
[url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
[url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
[url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
==================
"T.Pastrana - 4Level" <aaaa@aaaa.com> wrote in message
news:dbmuuq$r0a$1@forums.macromedia.com...> Sure, Create a new file and save it as a .js file. Name it something like
> statuscode.js. Inside of it place your code only, not the script tags.
>
> window.status = "bla bla bla";
>
>
> Then link to this .js file from every page. This link goes inside of the
> <head></head> tags.
>
> <Script type="text/JavaScript" src="statuscode.js"></script>
>
>
>
>
> --
> Regards,
> ..Trent Pastrana
> [url]www.fourlevel.com[/url]
>
> Dreamweaver Designer Tools
> iFrameSuite | MiniMenus | Scroller Packages | More...
> -----------------------------
>
>
>
>
>
>
> "damuttsnuts" <webforumsuser@macromedia.com> wrote in message
> news:dbmq5k$lc8$1@forums.macromedia.com...>>> Hi, I have a status bar message on my web pages. The code looks like
>> this:
>>
>> <script language="JavaScript">
>> <!--
>> window.status = "bla bla bla";
>> -->
>> </script>
>>
>>
>> The problem is that with a lot of pages on my site if I need to change
>> the
>> message it can take a few hours.
>>
>> Can I use a .txt or .js as the source file.
>>
>> I have checked google and there are a few things but none worked.
>>
>> By the way if you can help then I will need the exact code for the
>> webpage and
>> the source file as I am a total newbie.
>>
>> Cheers people
>>
>
Murray *TMM* Guest
-
T.Pastrana - 4Level #4
Re: Status Bar Message Help Needed
I agree completely.
--
Regards,
...Trent Pastrana
[url]www.fourlevel.com[/url]
Dreamweaver Designer Tools
iFrameSuite | MiniMenus | Scroller Packages | More...
-----------------------------
"Murray *TMM*" <forums@HAHAgreat-web-sights.com> wrote in message
news:dbo105$fnf$1@forums.macromedia.com...> Note that this is not supported by all browsers, and is an unfriendly
> thing to do (in my opinion) - I have found that many people rely on the
> normal status bar messages to see where the link is taking them.
>
> --
> Murray --- ICQ 71997575
> Team Macromedia Volunteer for Dreamweaver
> (If you *MUST* email me, don't LAUGH when you do so!)
> ==================
> [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
> [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
> [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
> [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
> ==================
>
> "T.Pastrana - 4Level" <aaaa@aaaa.com> wrote in message
> news:dbmuuq$r0a$1@forums.macromedia.com...>>> Sure, Create a new file and save it as a .js file. Name it something like
>> statuscode.js. Inside of it place your code only, not the script tags.
>>
>> window.status = "bla bla bla";
>>
>>
>> Then link to this .js file from every page. This link goes inside of the
>> <head></head> tags.
>>
>> <Script type="text/JavaScript" src="statuscode.js"></script>
>>
>>
>>
>>
>> --
>> Regards,
>> ..Trent Pastrana
>> [url]www.fourlevel.com[/url]
>>
>> Dreamweaver Designer Tools
>> iFrameSuite | MiniMenus | Scroller Packages | More...
>> -----------------------------
>>
>>
>>
>>
>>
>>
>> "damuttsnuts" <webforumsuser@macromedia.com> wrote in message
>> news:dbmq5k$lc8$1@forums.macromedia.com...>>>>> Hi, I have a status bar message on my web pages. The code looks like
>>> this:
>>>
>>> <script language="JavaScript">
>>> <!--
>>> window.status = "bla bla bla";
>>> -->
>>> </script>
>>>
>>>
>>> The problem is that with a lot of pages on my site if I need to change
>>> the
>>> message it can take a few hours.
>>>
>>> Can I use a .txt or .js as the source file.
>>>
>>> I have checked google and there are a few things but none worked.
>>>
>>> By the way if you can help then I will need the exact code for the
>>> webpage and
>>> the source file as I am a total newbie.
>>>
>>> Cheers people
>>>
>>
>
T.Pastrana - 4Level Guest
-
damuttsnuts #5
Re: Status Bar Message Help Needed
Thanks T.Pastrana for your help. I've tried in and it works and it's staying there.
Once again Thank You.
damuttsnuts Guest
-
T.Pastrana - 4Level #6
Re: Status Bar Message Help Needed
Your welcome ...
--
Regards,
...Trent Pastrana
[url]www.fourlevel.com[/url]
Dreamweaver Designer Tools
iFrameSuite | MiniMenus | Scroller Packages | More...
-----------------------------
"damuttsnuts" <webforumsuser@macromedia.com> wrote in message
news:dbpc09$jg8$1@forums.macromedia.com...> Thanks T.Pastrana for your help. I've tried in and it works and it's
> staying there.
>
> Once again Thank You.
T.Pastrana - 4Level Guest



Reply With Quote

