<html><head><title>study 026</title><script language="javascript" type="text/javascript">...function test(a, b, c)...{ if (typeof(b) == "undefined") b = "(2)"; alert("a=" + a + " b=" + b + " c=" + c);}test("1");</script></head><body></form></body></html>