Differences between revisions 4 and 6 (spanning 2 versions)
Revision 4 as of 2006-09-12 10:53:47
Size: 586
Editor: 211
Comment:
Revision 6 as of 2007-02-06 09:25:10
Size: 586
Editor: 211
Comment:
No differences found!

JavaScript 라이브러리

http://prototype.conio.net

각종자료

각종 팁

post 전송시 URL부분에 ""을 쓰면 안된다. '.'을 써야 된다.

   1 req = new Ajax.Request('.', {
   2     method: 'post',
   3     asynchronous: false,
   4     parameters: Form.serialize('clustalw_conf')
   5     });


CategoryProgramLibrary

Prototype (last edited 2011-08-03 11:00:45 by localhost)

web biohackers.net