Re: wodssh and javascript html - WeOnlyDo Discussion board

Re: wodssh and javascript html (General questions)

by marcxroma, Thursday, May 25, 2006, 18:07 (6548 days ago) @ wodAlan

Ok, ifound the solution. Ipost it here, it might be useful.
...
...
try
{
wodSSH1.Connect();
}
catch (e)
{
//alert( e is: + e)
//alert( e.number is: + (e.number & 0xFFFF));
//alert( e.description is: + e.description);
//alert( e.name is: + e.name);
alert(e.message);
}
...
...


Complete thread: