>You can use javascript to perform this... Do the following:
>
> document.formName.boxName.focus(); // set the focus to the box
>
Thank you
Worked like charm
Much appreciated
Kind Regards
Brent Clark
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http:/
You can use javascript to perform this... Do the following:
document.formName.boxName.focus(); // set the focus to the box
Brent Clark escribió:
Hi all
I have a problem where, when I click on a link and when the page is finish
loading
I would like for the cursor to ready in the corr
Hi all
I have a problem where, when I click on a link and when the page is finish
loading
I would like for the cursor to ready in the correct html text box.
I cant seem to find a solution
If anyone could help, that would be most appreciated
Kind Regards
Brent Clark
--
PHP General Mailing List (h
Take a look at the 'nl2br' function. This will help you do what you want to
do ;)
Rick
"Do all the good you can, By all the means you can, In all the ways you can,
In all the places you can, At all the times you can, To all the people you
can, As long as ever you can." - John Wesley
> Hi,
>
Hi,
I have got a webiste where a user can update data using a text box.
the user usualy use ENTER to create new lines or paragraphs.
I want to save the data enter by user into MySQL database INCLUDING the
new paragraph so that when I display the data on a webpage, the
paragraph is still there.
How about wordwrap()?
http://www.php.net/manual/en/function.wordwrap.php
Steven J. Walker
Walker Effects
www.walkereffects.com
[EMAIL PROTECTED]
On Wednesday, February 20, 2002, at 06:02 PM, Michael P. Carel wrote:
> Hi there,
>
> I have here a problem regarding how to truncate the data that w
Hi there,
I have here a problem regarding how to truncate the data that was written in
the text box form? I want the data to be displayed in the html collumn in
standard length and format. Setting the text box in WRAP will not solve the
problem it will not add a new line. I want that instead of
l
Sent: Saturday, February 17, 2001 3:06 PM
Subject: [PHP] Text box
> If I have the source of a indented, the spaces are added to
> the left side. Can this be avoided or do I have to make sure that me
> source is on the left side of the script?
>
> This will have spaces for the two lin
If I have the source of a indented, the spaces are added to
the left side. Can this be avoided or do I have to make sure that me
source is on the left side of the script?
This will have spaces for the two lines:
This is line 1.
This is line 2.
This will not:
This is line 1
9 matches
Mail list logo