I am Using this script and this return information related to my ip address\[code\]<script language="Javascript" src="http://gd.geobytes.com/gd?after=-1&variables=GeobytesCountry,GeobytesCity,GeobytesRegion,GeobytesLatitude,GeobytesLongitude"></script><script language="Javascript"> document.write("<p>Welcome to visitors from " + sGeobytesCity + ", " + sGeobytesCountry + ", " + sGeobytesRegion + ", " + sGeobytesLatitude + ", " + sGeobytesLongitude);</script>\[/code\]Is there any way that i used this script in code behind file (aspx.cs) and store them into some variable...Like\[code\]protected void Page_Load(object sender, EventArgs e){string city = sGeobytesCity;}\[/code\]