Re: [PHP] Text Box question

2004-04-21 Thread Brent Clark
>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:/

Re: [PHP] Text Box question

2004-04-21 Thread "Miguel J. Jiménez"
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

[PHP] Text Box question

2004-04-21 Thread Brent Clark
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

Re: [PHP] TEXT BOX + USER

2002-03-08 Thread Richard Baskett
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, >

[PHP] TEXT BOX + USER

2002-03-08 Thread Dani
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.

Re: [PHP] text box truncate

2002-02-20 Thread Steven Walker
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

[PHP] text box truncate

2002-02-20 Thread Michael P. Carel
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

Re: [PHP] Text box

2001-02-19 Thread Richard Lynch
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

[PHP] Text box

2001-02-17 Thread Todd Cary
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