Oct 11, 2001 #1 Haazi2 Programmer Aug 25, 2000 51 US Is there a way to get the current host server that a JavaScript program originates from?
Oct 11, 2001 #2 Glowball Programmer Oct 6, 2001 373 US window.location.host will give you the domain or IP, is that what you're looking for? Upvote 0 Downvote