Page 1 of 1

Couple of simple q's

Posted: Sat Jun 05, 2004 4:46 pm
by mjseaden
Dear All

Can you tell me what parameter I use in <A .. ></A> to bring up the text in the status bar of the browser explaining what it links to, rather than giving just the plain URL.

Also, when I am populating a textbox with a large numeric value, it is giving the scientific form e.g. 1.5e6. I want 1500000. What function/method do I use to 'echo' in this format?

Many thanks

Mark

Posted: Sat Jun 05, 2004 5:48 pm
by qads
first question is not php, its client side :roll:

http://www.psacake.com/web/ep.asp

Posted: Sat Jun 05, 2004 6:17 pm
by mjseaden
How do I label parts of my HTML code such that I can say http://mydomain.com/mypage#mylabel?

What's the label syntax?

Cheers

Mark

Posted: Sat Jun 05, 2004 6:23 pm
by markl999
<a name="mylabel">whatever</a>

Posted: Sat Jun 05, 2004 6:24 pm
by mjseaden
Thanks

Posted: Sat Jun 05, 2004 6:26 pm
by tim
<A HREF="#tim">Jump to tim</A>

direct and label the call-to like so:

<A NAME="tim">