Welcome to the 2GNT Forum!
Home Site Background Info & Specs Mods & Tech Info CAPS Part Reviews Donate 2GNT Stickers
Search Printer-friendly copy 0 Users in Chat
Top Team 2GNT Community The Pits v3.1 topic #12256
View in linear mode

Subject: "question on javascripting..." Previous topic | Next topic
TeamDR1665Jul-14-06 06:47 PM
Donating 2GNT member
14692 posts,
Click to send email to this author Click to send private message to this author Click to view this author's profile Click to add this author to your buddy list
#12256, "question on javascripting..."


          

Hopefully this isn't too difficult to implement and someone can help me out.

I am working on a rough draft of a web page and I have some homemade buttons that cycle between two colors. When you hover over these buttons (or any other link on the page, for that matter), you can see the full URL in the status bar or whatever at the bottom left corner of the screen. I know there is a way to hide that, but I'm not sure A) how simple it is to do this or B) if it's worth the bother to try it.

Here is the sample code I have to alternate between two colors on mouseover.

<a href="THIS IS THE URL THAT I DON'T WANT SHOWING IN THE STATUS BAR." 
onMouseOver="document.the_imageL.src='images/btnLogonRed.gif';"
onMouseOut="document.the_imageL.src='images/btnLogonBlue.gif';">
<img src="images/btnLogonBlue.gif" name="the_imageL" alt="LOGON" width="120" height="120" border="0"></a>


Any help would be *greatly* appreciated. Thanks.

  

Report This Post to Admin Printer-friendly copy | Reply | Reply with quote | Top

Replies to this topic
RE: question on javascripting..., cc8balla, Jul-15-06 08:00 AM, #1
RE: question on javascripting..., mcgyvr, Jul-15-06 08:17 AM, #2
RE: question on javascripting..., TeamDR1665, Jul-15-06 08:50 AM, #3
RE: question on javascripting..., slowmitsu, Jul-15-06 09:07 AM, #4
      RE: question on javascripting..., cc8balla, Jul-15-06 09:47 AM, #5
           RE: question on javascripting..., slowmitsu, Jul-15-06 10:45 AM, #6
                RE: question on javascripting..., cc8balla, Jul-16-06 07:34 AM, #7
                     RE: question on javascripting..., slowmitsu, Jul-16-06 07:42 AM, #8
                          RE: question on javascripting..., cc8balla, Jul-16-06 07:48 AM, #9

cc8ballaJul-15-06 08:00 AM
Donating 2GNT member
451 posts,
Click to send email to this author Click to send private message to this author Click to view this author's profile Click to add this author to your buddy list
#12260, "RE: question on javascripting..."
In response to Reply # 0
Jul-15-06 08:02 AM by cc8balla



          

Are you talking about the nav buttons, i.e. Home, Talon, Projects, etc. Wait, maybe I should ask, is this for dr1665.com? Cause if it is, you got it chief. On mouseover, the url does not show. But I am using a modded Firefox browser, so IDK how the person with IE 6 sees it...

EDIT: Just saw the links at the bottom, are you talking about those? BTW, good looking site you got there. You still using Dreamweaver or Frontpage?



Jason|1997 Eclipse RS

I contributed to the wiki!

happy p'ple

  

Report This Post to Admin Printer-friendly copy | Reply | Reply with quote | Top

    
mcgyvrJul-15-06 08:17 AM
Old School 2GNTer
3121 posts,
Click to send email to this author Click to send private message to this author Click to view this author's profile Click to add this author to your buddy list
#12262, "RE: question on javascripting..."
In response to Reply # 1


          

<a href="http://www.2gnt.com/" onmouseout="window.status=' '; return true" onmouseover="window.status='Either leave this blank or change it to something else'; return true">Website</a>

1998 dodge avenger 4 cyl AT
Mods are:
Not enough

  

Report This Post to Admin Printer-friendly copy | Reply | Reply with quote | Top

        
TeamDR1665Jul-15-06 08:50 AM
Donating 2GNT member
14692 posts,
Click to send email to this author Click to send private message to this author Click to view this author's profile Click to add this author to your buddy list
#12263, "RE: question on javascripting..."
In response to Reply # 2


          

Originally posted by mcgyvr
<a href="http://www.2gnt.com/" onmouseout="window.status=' '; return true" onmouseover="window.status='Either leave this blank or change it to something else'; return true">Website</a>


So I could just change the code blocks I'm using to look like this?


<a href="THIS IS THE URL THAT I DON'T WANT SHOWING IN THE STATUS BAR."
onMouseOver="document.the_imageL.src='images/btnLogonRed.gif' window.status=''; return true;"
onMouseOut="document.the_imageL.src='images/btnLogonBlue.gif' window.status=''; return true;">
<img src="images/btnLogonBlue.gif" name="the_imageL" alt="LOGON" width="120" height="120" border="0"></a>


I'll have to give this a shot.

My home page on DR1665.com was made from a template and had existing code in it already. I think that code is a bit complex and you can even see where I was lazy and just saved my images with the same names as the originals (the template being for a theatre group). I think "Talon" is actually saved/coded as "Shows." emoji

It's getting there. Decided to drop the DSM magazine-style article project and focus on Betty.

  

Report This Post to Admin Printer-friendly copy | Reply | Reply with quote | Top

    
slowmitsuJul-15-06 09:07 AM
Member since May 26th 2005
343 posts,
Click to send email to this author Click to send private message to this author Click to view this author's profile Click to add this author to your buddy list
#12264, "RE: question on javascripting..."
In response to Reply # 1




          

Originally posted by cc8balla
But I am using a modded Firefox browser, so IDK how the person with IE 6 sees it...


Ever try IETab? Pretty pimp little plugin for exactly what you're talking about.

_______

BPU'd skittle

  

Report This Post to Admin Printer-friendly copy | Reply | Reply with quote | Top

        
cc8ballaJul-15-06 09:47 AM
Donating 2GNT member
451 posts,
Click to send email to this author Click to send private message to this author Click to view this author's profile Click to add this author to your buddy list
#12266, "RE: question on javascripting..."
In response to Reply # 4
Jul-15-06 09:56 AM by cc8balla



          

No, I will dl that extension. I love Firefox.

EDIT: How come I never saw that extesion before. It is great. Especially when designing a web page for cross browser use. Thanks for the heads up.



Jason|1997 Eclipse RS

I contributed to the wiki!

happy p'ple

  

Report This Post to Admin Printer-friendly copy | Reply | Reply with quote | Top

            
slowmitsuJul-15-06 10:45 AM
Member since May 26th 2005
343 posts,
Click to send email to this author Click to send private message to this author Click to view this author's profile Click to add this author to your buddy list
#12268, "RE: question on javascripting..."
In response to Reply # 5
Jul-15-06 10:50 AM by slowmitsu



          

Originally posted by cc8balla
No, I will dl that extension. I love Firefox. EDIT: How come I never saw that extesion before. It is great. Especially when designing a web page for cross browser use. Thanks for the heads up.


No problem. I was asking myself the same question when someone showed it to me... "How in the fuck did I not find this earlier?" emoji

Edit: Be sure to check out the IETab preferences for things like webpages that only work in IE. You can set it so that whenever you pull that page it automatically switches to the IE tab.

_______

BPU'd skittle

  

Report This Post to Admin Printer-friendly copy | Reply | Reply with quote | Top

                
cc8ballaJul-16-06 07:34 AM
Donating 2GNT member
451 posts,
Click to send email to this author Click to send private message to this author Click to view this author's profile Click to add this author to your buddy list
#12280, "RE: question on javascripting..."
In response to Reply # 6




          

Speaking of javascipting, have you used Greasemonkey? It's another extension on FF that lets you "rewrite" the code to how it shows up, etc. I did it to my myspace home page, and it is impressive.



Jason|1997 Eclipse RS

I contributed to the wiki!

happy p'ple

  

Report This Post to Admin Printer-friendly copy | Reply | Reply with quote | Top

                    
slowmitsuJul-16-06 07:42 AM
Member since May 26th 2005
343 posts,
Click to send email to this author Click to send private message to this author Click to view this author's profile Click to add this author to your buddy list
#12281, "RE: question on javascripting..."
In response to Reply # 7




          

Originally posted by cc8balla
Speaking of javascipting, have you used Greasemonkey? It's another extension on FF that lets you "rewrite" the code to how it shows up, etc. I did it to my myspace home page, and it is impressive.


Hrm, I haven't come across it. I'll check it out, thanks for the heads up. emoji

_______

BPU'd skittle

  

Report This Post to Admin Printer-friendly copy | Reply | Reply with quote | Top

                        
cc8ballaJul-16-06 07:48 AM
Donating 2GNT member
451 posts,
Click to send email to this author Click to send private message to this author Click to view this author's profile Click to add this author to your buddy list
#12282, "RE: question on javascripting..."
In response to Reply # 8




          

It's basically DHTML. You have to have knowledge of CSS, HTML, and Javascript. You can write it in notepad, then save that doc to the desktop as "YOURFILENAMEHERE.username.js". Greasemonkey will then let install it for you. You have to add the pages it applies to..so an example is http://home.myspace.com/index/cfm*

That is with a wildcard.



Jason|1997 Eclipse RS

I contributed to the wiki!

happy p'ple

  

Report This Post to Admin Printer-friendly copy | Reply | Reply with quote | Top

Top Team 2GNT Community The Pits v3.1 topic #12256 Previous topic | Next topic
Powered by DCForum+ Version 2.2
Copyright 1997-2005 DCScripts.com, Copyright 2005-2026 2gnt.com
Generated in 0.035 seconds, executing 32 queries.