2009-05-04 76 views

回答

6

您確定您的代碼沒有其他問題嗎?我沒有IE8測試,但這個獨立的例子完美地在IE7中工作 - 也許你可以在IE8中嘗試它?

<html><body> 
<form><input type='text' id='bim'></form> 
<script>document.getElementById('bim').focus()</script> 
</body></html> 
+0

是的,你是絕對正確的。我的代碼中有一個無關的錯誤,它阻止了它在IE中的工作。 – 2009-05-04 21:53:29