2008-07-14 21:54:50 +08:00
|
|
|
function submitForm( element )
|
|
|
|
{
|
|
|
|
var form = element.form;
|
2008-09-30 16:41:23 +08:00
|
|
|
if ( form.option.selectedIndex == 0 )
|
|
|
|
form.view.value = currentView;
|
2008-07-14 21:54:50 +08:00
|
|
|
else
|
2008-09-30 16:41:23 +08:00
|
|
|
form.view.value = 'none';
|
2008-07-14 21:54:50 +08:00
|
|
|
form.submit();
|
|
|
|
}
|
|
|
|
|
|
|
|
if ( action == "donate" && option == "go" )
|
|
|
|
{
|
|
|
|
zmWindow();
|
|
|
|
}
|