http://thinhunan.cnblogs.com/archive/2006/04/01/DeveloperNotesForPrototype.html
http://sunser.xjtu.edu.cn/ltsc_read.asp?id=151
function submitform(myform,url)
new Ajax.Updater(
'placeholder',
url,
{
method: 'get',
parameters: Form.serialize(myform)});
}