Results 1 to 10 of 10

Thread: To Hard To Explain, Just Click.

  1. #1
    Join Date
    Jul 2006
    Posts
    14
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default To Hard To Explain, Just Click.

    Ok, im not sure what its called but down at the bottom of the website there is this thing that sais "Done" Or when you have your mouse over a link it will say were the link leads. I was wondering if anyone knew were to find the code to make that say what you want. Thanks!

    -In§aNe

  2. #2
    Join Date
    Jul 2006
    Posts
    14
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Umm, ok ive looked all over and I cant find it does ANYONE know?!

  3. #3
    Join Date
    Aug 2006
    Posts
    42
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Window Status Bar

    Well im sorry to say but i dont know how to do it for html
    but if u wanna put this code in a header or somthing be my guest...
    // Dont forget your html tag //

    <html>
    <head> or h1 through h6
    <script language="Javascript" type="text/javascript">
    <!-- hide script from old browsers
    window.status="You Text"
    // End hiding script -->
    </script>
    </html>

  4. #4
    Join Date
    Aug 2006
    Posts
    42
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Smile Status Bar

    And its for Javascript to make your customized text in the status bar..

  5. #5
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    <html>
    <head> or h1 through h6
    <script language="Javascript" type="text/javascript">
    <!-- hide script from old browsers
    window.status="You Text"
    // End hiding script -->
    </script>
    </html>
    No body tag, no closing head tag. Red highlights invalid, deprecated and/or unnecessary. No wonder we get people with whole pages exhibiting these kinds of flaws.

    On top of that, it is a stupid idea to begin with and doesn't work in many browsers. The specific code given will have very fleeting effects, if any.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  6. #6
    Join Date
    Aug 2006
    Posts
    42
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Wow someones kinda mad...
    good job though, y dont you come up with your brilliant code then?

  7. #7
    Join Date
    Dec 2004
    Location
    UK
    Posts
    2,358
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by Snorkle?
    Wow someones kinda mad...
    Terse doesn't mean angry (though John was more brief that even I would have been, which is saying something!)

    good job though, y dont you come up with your brilliant code then?
    If John thinks that the concept is a bad idea, then what would be the sense in him posting code? And I agree with him; it is a bad idea. The status bar is an important user interface feature, not a toy.

    Authors should concern themselves with the canvas and nothing else.

    Mike

  8. #8
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Thanks for the support Mike! I might add that if anyone had bothered searching the forums on this, they would have come up both with ways to actually do it, and with more exhaustive and polite explanations of why not to. I admit to being if not a bit mad, exasperated at seeing advice given that not only doesn't really answer the question, but that also exhibits such poor form in coding, as well as implying that a foolhardy idea is worthwhile. A bit much to deal with in one post, I did my best.

    The fact that the post almost all cancels itself out is a bit amusing, though. LOL
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  9. #9
    Join Date
    Aug 2006
    Posts
    42
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Ok sorry for not being right, my mistake.

  10. #10
    Join Date
    Aug 2006
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Are you simply trying to cloak your affiliate links?

Bookmarks

Posting Permissions

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