Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
IE Bug Setting focus
Message
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Formulaires Web
Titre:
IE Bug Setting focus
Divers
Thread ID:
00919818
Message ID:
00919818
Vues:
49
This post doesn't exacly belong in this category ( or maybe in this forum ), but nonetheless, the talent here might be right on target to help me solve this.

In IE, try the following html page, and when it loads, start pressing the space bar. You'll notice that the focus is in two places at once. Does anyone have an idea of how to cure this? Dave
<HTML>
<HEAD>
<TITLE>IE BUG</TITLE>
</HEAD>
<BODY>
<FORM name=form1>
<input type=text name=TEXT1>
<input type=checkbox name=CHECK1>
<script>
document.form1.TEXT1.focus();
document.form1.CHECK1.focus();
</script>
</FORM>
</BODY>
</HTML>
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform