Re: wodssh and javascript html (General questions)
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:
- wodssh and javascript html - marcxroma, 2006-05-22, 15:57
- Re: wodssh and javascript html - wodAlan, 2006-05-22, 17:03
- Re: wodssh and javascript html - marcxroma, 2006-05-22, 17:25
- Re: wodssh and javascript html - wodAlan, 2006-05-22, 18:58
- Re: wodssh and javascript html - wodAlan, 2006-05-22, 21:47
- Re: wodssh and javascript html - marcxroma, 2006-05-23, 18:46
- Re: wodssh and javascript html - marcxroma, 2006-05-23, 18:50
- Re: wodssh and javascript html - wodSupport, 2006-05-23, 20:12
- Re: wodssh and javascript html - marcxroma, 2006-05-24, 11:26
- Re: wodssh and javascript html - wodDrazen, 2006-05-24, 13:19
- Re: wodssh and javascript html - marcxroma, 2006-05-25, 15:14
- Re: wodssh and javascript html - wodAlan, 2006-05-25, 16:23
- Re: wodssh and javascript html - marcxroma, 2006-05-25, 18:07
- Re: wodssh and javascript html - wodDrazen, 2006-05-25, 18:18
- Re: wodssh and javascript html - marcxroma, 2006-05-25, 18:07
- Re: wodssh and javascript html - wodAlan, 2006-05-25, 16:23
- Re: wodssh and javascript html - marcxroma, 2006-05-25, 15:14
- Re: wodssh and javascript html - wodDrazen, 2006-05-24, 13:19
- Re: wodssh and javascript html - marcxroma, 2006-05-24, 11:26
- Re: wodssh and javascript html - wodSupport, 2006-05-23, 20:12
- Re: wodssh and javascript html - marcxroma, 2006-05-23, 18:50
- Re: wodssh and javascript html - marcxroma, 2006-05-23, 18:46
- Re: wodssh and javascript html - wodAlan, 2006-05-22, 21:47
- Re: wodssh and javascript html - wodAlan, 2006-05-22, 18:58
- Re: wodssh and javascript html - marcxroma, 2006-05-22, 17:25
- Re: wodssh and javascript html - wodAlan, 2006-05-22, 17:03