I have a site which is running in 3 web servers and it is accessed via load balanced URL. The site has a code to display web server name something like this <!-- Machine Name= WEBSERVER1 -->
(in case the site is accessed from web server1), in case of web server2 it would be <!-- Machine Name= WEBSERVER2-->
I can find where the site is running by doing view source and searching for machine name text. However i was wondering if i could create a bookmarklet which when clicked would give me the machine name.
Does anyone know if that is even possible?
Thanks.