Thema: Delphi SetFocus in Webbrowser ?

Einzelnen Beitrag anzeigen

taktaky
(Gast)

n/a Beiträge
 
#1

SetFocus in Webbrowser ?

  Alt 24. Jun 2008, 17:44
Hallo

wie mach ich Focus in eine bestimmte Feld in Webbrowser ?

mit javascript ist :

Delphi-Quellcode:
<script type="text/javascript" language="JavaScript">
document.forms['myform'].elements['Felde1'].focus();
</script>
  Mit Zitat antworten Zitat