Log in

View Full Version : To Hard To Explain, Just Click.



HabboIslands
08-12-2006, 03:10 AM
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

HabboIslands
08-12-2006, 03:21 AM
Umm, ok ive looked all over and I cant find it does ANYONE know?!

Snorkle?
08-12-2006, 04:58 AM
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>

Snorkle?
08-12-2006, 05:04 AM
And its for Javascript to make your customized text in the status bar..

jscheuer1
08-12-2006, 06:05 AM
<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.

Snorkle?
08-12-2006, 09:44 PM
Wow someones kinda mad...
good job though, y dont you come up with your brilliant code then?

mwinter
08-12-2006, 10:27 PM
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

jscheuer1
08-13-2006, 02:59 AM
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

Snorkle?
08-13-2006, 03:01 AM
Ok sorry for not being right, my mistake.

bentness
08-17-2006, 11:34 PM
Are you simply trying to cloak your affiliate links?