RE: Forms question..

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> When I have an input form I must click on the first input field. Is
there
> anyway to have it active when the form loads?

Javascript, not PHP. Something like document.form.element.setfocus(), I
think. 

> #2 When I tab down to the next input field, is there anyway to have it
> highlight what is in the field (ie the default data) so that it will
> overwrite it?

Client side...not PHP.

> #3 How can I get the form to submit when I hit the return button?
Right
> now I
> have to click on the button with my mouse.

Client side, depends on the browser, not PHP

> #4 How can I get a column of numbers to left justify?

HTML, not PHP. Align="left"

---John Holmes...



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux