Fixed backwards OK/Cancel onclicks.

This commit is contained in:
mcmullen%netscape.com 1999-04-01 20:03:39 +00:00
Родитель b7d8dffe53
Коммит 3dab96e1be
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -37,10 +37,10 @@
<input type="button" align="bottom" value="Help">
</input>
<input type="button" align="bottom" value="Cancel" onclick="DoSave();">
<input type="button" align="bottom" value="Cancel" onclick="DoCancel();">
</input>
<input type="button" align="bottom" value="OK" onClick="DoCancel();">
<input type="button" align="bottom" value="OK" onClick="DoSave();">
</input>
</form>