Link to home
Start Free TrialLog in
Avatar of hankknight
hankknightFlag for Canada

asked on

JavaScript: Loaded from web server or local computer?

Using JavaScript, how can I detect if a page was loaded from a web server or from a folder on a person's computer?

if( served_from_web_server ) alert('This page was loaded from a web server.');
else alert('This page was loaded locally');

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of leakim971
leakim971
Flag of Guadeloupe image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial