The easy way to do this is to force the client to download a signed component that can do what you want. This means the paranoid client will be forced to accept the component as a download which is installed on their machine from a trusted source instead of enabling scripting on their machine.
It solves both your problem and theirs. hth, tom mallard seattle -----Original Message----- From: Andy Hayman [mailto:[EMAIL PROTECTED]] Sent: Monday, August 19, 2002 1:43 AM To: ActiveServerPages Subject: RE: Only HTML To Check Internet Connectivity > It should be automated, not manual.. > coz; the client side will disable all scripting languages due > to fear of virus attack. > > now my program will be running at the client side. > this should do certain things like, HTML has no If statement and no way of telling if u have a connection, you would have to use a scripting language > If (connected to internet) > Then > { > do this; > } > > else > { > do this; > } > > hope its clear. > > > Thanks and regards > Ranjit --- Andy Hayman Kensington Computers Internet & Computers Systems Consultant Web <http://www.ken.co.uk> Email <mailto:[EMAIL PROTECTED]> Telephone 020 7835 1282 Fax: 020 7373 6900 Disclaimer This e-mail is confidential and intended solely for the use of the individual to whom it is addressed. Any views or opinions presented are solely those of the author and do not represent those of Kensington Computers. If you are not the intended recipient, be advised that you have received this mail in error and that any use, dissemination, forwarding, printing or copying of this e-mail is strictly prohibited. --- You are currently subscribed to activeserverpages as: [EMAIL PROTECTED] To unsubscribe send a blank email to %%email.unsub%% --- You are currently subscribed to activeserverpages as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED]
