NeoPuma
01-17-2006, 11:42 PM
Hi,
Is there such thing as Javascript sockets? I mean, I need it to connect to see if the username is available to an external source - if you get me.
If they do exist, could someone give me an example or point me in the correct direction please?
Thanks
NeoPuma
glenngv
01-18-2006, 06:05 AM
Not possible without ActiveX control or applet.
or by using XmlHttpRequest to connect to a local 'bridge', that will connect to the remote site, and then return the result to the client.
NeoPuma
01-18-2006, 03:56 PM
Ok, How would I do this? I really need to do it for my site to be honest - it makes life easier.
Thanks
glenngv
01-19-2006, 01:25 AM
Google for "socket applet" or "socket activex".
felgall
01-19-2006, 10:25 PM
Google for AJAX.
ActiveX is Internet Explorer only.
drhowarddrfine
01-19-2006, 10:54 PM
While you're at it, Google for XUL!
NeoPuma
01-19-2006, 11:10 PM
Thanks all, I finally scraped up a very handy tutorial, originally wrote for mysql, but somehow using my very very basic knowledge, it now does what I want :P.
Thank-You
manfred
05-26-2006, 11:27 AM
Hello,
this is a solution which works pretty well for me!
http://manfred.dschini.org/?p=30
Regards
Manfred