View Single Post
  #1 (permalink)  
Old 19th June 2009, 11:36
mk_common mk_common is offline
D4PHP User
 
Join Date: Jan 2009
Posts: 13
mk_common is on a distinguished road
Default set focus to first textbox

<html>
<script type="text/javascript">
function setfocus()
{
document.GetElementById("firstName").focus();
}
</script>

<body onload="setfocus()">
</body>
</html>

how i can do above in delphi for php



how i can set focus to first text box when i run a delphi for php project in browser.

warm regards,
mk.
Reply With Quote
Sponsored Links