1) use images+links for image-buttons, as the IE png-fix does not work on image-buttons

2) for links instead of button (eg. tabs) only one hidden-var is used, not longer one per button
This commit is contained in:
Ralf Becker
2004-02-14 18:48:53 +00:00
parent c4b97f01cb
commit cb7fa13a6f
3 changed files with 28 additions and 19 deletions

View File

@ -11,6 +11,14 @@
/* $Id$ */
function submitit(form,name)
{
//alert(name+' pressed');
form.submit_button.value = name;
form.submit();
return false;
}
function set_element(form,name,value)
{
//alert('set_element: '+name+'='+value);