Results 1 to 3 of 3

Thread: Link Value

Hybrid View

  1. #1
    Join Date
    Sep 2004
    Location
    USA
    Posts
    47

    Link Value

    I cant rember how to change the value output of the link direction down in the lower left corner of the browser...

    Instead of showing link path it shows what you want it to show.

    Anyone know the code for it?


    Thanks
    Follow Along As I Build An $8000/mo Online Business! www.ISeeNewPeople.com
    FREE Profit Pulling System www.FreeListBuildingReport.com

  2. #2
    <a href="yourfile.html" language="Javascript"
    onmouseover="window.status='YOUR MESSAGE GOES HERE';return true">Click on my link</a>

    EDIT:

    You can also use an onmouseout to reset it.

    Example:
    <a href="yourfile.html" language="Javascript"
    onmouseover="window.status='YOUR MESSAGE GOES HERE';return true" onmouseout="window.status='';return true">Click on my link</a>
    Mark - Owner/Lead Designer
    avidInteractive
    Lead vocalist for Circle7: Circle7 on MTV

  3. #3
    Join Date
    Sep 2004
    Location
    USA
    Posts
    47
    Thanks abunch...
    Follow Along As I Build An $8000/mo Online Business! www.ISeeNewPeople.com
    FREE Profit Pulling System www.FreeListBuildingReport.com

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •