Witaj Gościu! ( Zaloguj | Rejestruj )

Forum PHP.pl

 
Reply to this topicStart new topic
> [html] input text, automatyczne ustawienie kursora
gutek84
post 16.01.2008, 10:53:39
Post #1





Grupa: Zarejestrowani
Postów: 116
Pomógł: 4
Dołączył: 9.10.2007
Skąd: Morąg

Ostrzeżenie: (0%)
-----


Witam!

Jak zrobić aby po załadowaniu, lub po przeładowaniu stronki kursor do pisania automatycznie mrugał na input text (np. jak na google). Obecnie mam tak ze jak strona sie laduje to zeby wpisac teks to musze kliknac na pole inputa. Mam tylko jednen input text na stronie.
pozdr

Ten post edytował gutek84 16.01.2008, 10:56:05
Go to the top of the page
+Quote Post
wzd
post 16.01.2008, 11:07:14
Post #2





Grupa: Zarejestrowani
Postów: 24
Pomógł: 1
Dołączył: 26.06.2007

Ostrzeżenie: (0%)
-----


  1. <form name="formularz" action =''>
  2. <input name="imie">
  3. </form>


i do tego

  1. <body onLoad="document.forms.formularz.imie.focus()">


lub ewentualnie

  1. <script type="text/javascript">
  2.  
  3. var uzyty = false;
  4.  
  5. function ustaw_kursor()
  6. {
  7. if(!uzyty) {
  8. document.formularz.imie.focus();
  9. }
  10. }
  11.  


i wtedy w
  1. <body onload="ustaw_kursor()">


Ten post edytował wzd 16.01.2008, 11:10:36
Go to the top of the page
+Quote Post
Cysiaczek
post 16.01.2008, 11:08:04
Post #3





Grupa: Moderatorzy
Postów: 4 465
Pomógł: 137
Dołączył: 26.03.2004
Skąd: Gorzów Wlkp.




  1. getElementById(id).focus();


--------------------
To think for yourself you must question authority and
learn how to put yourself in a state of vulnerable, open-mindedness;
chaotic, confused, vulnerability, to inform yourself.
Think for yourself. Question authority.
Go to the top of the page
+Quote Post
gutek84
post 16.01.2008, 11:17:48
Post #4





Grupa: Zarejestrowani
Postów: 116
Pomógł: 4
Dołączył: 9.10.2007
Skąd: Morąg

Ostrzeżenie: (0%)
-----


Dzieki wielkie wzd działa.
Go to the top of the page
+Quote Post

Reply to this topicStart new topic
1 Użytkowników czyta ten temat (1 Gości i 0 Anonimowych użytkowników)
0 Zarejestrowanych:

 



RSS Wersja Lo-Fi Aktualny czas: 19.07.2025 - 16:08