選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

ASPUnitRunner.js 212B

8ヶ月前
123456
  1. function ComboBoxUpdate(strSelectorFrameSrc, strSelectorFrameName)
  2. {
  3. document.frmSelector.action = strSelectorFrameSrc;
  4. document.frmSelector.target = strSelectorFrameName;
  5. document.frmSelector.submit();
  6. }

Powered by TurnKey Linux.