我正在使用一个名为SCW的小js小部件作为我的日期选择器,一切正常。现在我想验证事件onfocusout上日期选择器的日期。除了我得到初始日期而不是日期选择器选择的日期之外,一切正常。我落后了一步:每次我选择一个新约会。
在SCW脚本的帮助文本中,它说:
// Finally you can use the following technique to run a function
// when the calendar closes:
//
// scwNextAction=<<function>>.runsAfterSCW(this,<<arguments>>);
// scwShow(<<element>>,event <<,optional arguments above>>);
//
// Where <<function>> is a function defined on the calling page
// and <<arguments>> is the list of arguments being passed to that
// function.
认为它可以帮助我,但我无法理解。
我的代码是:
<input name="dato"type="text" class="ff" id="dato" tabindex="1"
onclick="scwShow(dato,event);" value="<%=dato%>" size="12" onfocusout="tjektimereg(this.value)"/>