Hello Everyone,

I've added two methods (send and getResult) to
IOElement. The send method allows you to send data
using either the POST or GET method. It currently only
works in IE & NS6. NS4 is giving  me some problems
with the <ilayer> (some help would be needed here).

I would love for these two functions to make their way
into the distributed ioelement.js file

Syntax :
  send(url,data,callback,post)

e.g.
 fn=funtion(e){alert(e.getSource().getResult())}
 ioe.send('myfile.asp','This is a test message to
server',fn,'post')

Any thoughts?


P.S. I'm one step closer to adding RPC function calls
:)


--
Raymond Irving




__________________________________________________
Do You Yahoo!?
Send FREE video emails in Yahoo! Mail!
http://promo.yahoo.com/videomail/

_______________________________________________
Dynapi-Dev mailing list
[EMAIL PROTECTED]
http://www.mail-archive.com/[email protected]/

Reply via email to