Date: Tue, 16 Nov 1999 17:45:41 -0500 (EST) From: Kelly Yancey <kbyanc@posi.net> To: Leif Neland <leifn@neland.dk> Cc: freebsd-hackers@FreeBSD.ORG Subject: Re: making users modem dial from webpage Message-ID: <Pine.BSF.4.05.9911161739020.90195-100000@kronos.alcnet.com> In-Reply-To: <Pine.BSF.4.05.9911162326560.95543-100000@arnold.neland.dk>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 16 Nov 1999, Leif Neland wrote: > I've been asked if this is possible: > > Having a webserver running a database of some sort. > User clicks a button on a form, a cgi-script runs, determines the ip of > the user, and sends a command to "something" on the users pc, which then > sends commands to a modem, making it dial a number. > > So our salespeople can dial directly from the database. > > This "something", could this be a java-applet, or should it be an > active-x? Or something completely different? > > I probably could install Back Orifice, and send commands to that :-) > > Leif > I think that the security settings in most browsers would prevent an object embedded in a page (such as a java applet or activeX control) from this amount of system access. Just think of the implications otherwise: maliscious people could put applets/activeX controls on a web page which racked up long distance charges to some eastern European country. But that doesn't rule java out (if you are a java fan). Basically, you just need some custom application running on each salesperson's workstation which listens to a given TCP port. You can write that application in C, or Java, or god forbid, visual basic. Oh, and make sure you traffic on this port from outside your firewall. :) Kelly -- Kelly Yancey - kbyanc@posi.net - Richmond, VA Director of Technical Services, ALC Communications http://www.alcnet.com/ Maintainer, BSD Driver Database http://www.posi.net/freebsd/drivers/ Coordinator, Team FreeBSD http://www.posi.net/freebsd/Team-FreeBSD/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.05.9911161739020.90195-100000>