Erreur propriété d'un champ dans une frame
Bonjour à tous,
mon javascript marche sous IE mais pas sous Firefox. Je ne vois pas d'où vient le problème, quelqu'un pourrait m'aider svp ? :arf:
L'erreur qui s'affiche (à l'aide d'un debugger):
Citation:
document.frmFilter has no properties
Voici l'essentiel du code source de ma page:
Code:
1 2 3 4 5
|
<form name="frmFilter" method="post" action="Filter.aspx?FilterType=2" id="frmFilter">
<TABLE WIDTH="272" HEIGHT="100%" CELLPADDING="0" CELLSPACING="0" ALIGN="center" BORDER="0">
<table width="100%" cellpadding="0" cellSpacing="0" align="center" border="0" id="filter_1">
<td width="35%" height="35"><span id="lblField1" class="bfont">Field:</span></td> |
Voici la ligne de mon script où y a l'erreur:
Code:
1 2
|
var sCondition1 = ProjectFilterSetCond(contents.frmFilter.ddlFields1, contents.frmFilter.txtInput1,contents.frmFilter.ddlSelect1, contents.frmFilter.ddlCond1); |
Merci d'avance pour votre aide !!