This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!--Include jQuery--> | |
<script src="http://code.jquery.com/jquery-1.4.4.js"></script> | |
<script> | |
//Get the JSON Code | |
$.getJSON("http://jsonip.hdcomputers.us/json/",{}, | |
function(data) { | |
//JS Goodness here! Your ip variable is data.ip | |
alert('Your IP Address is ' + data.ip) | |
}); | |
</script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> | |
<!-- saved from url=(0051)http://www.gnu.org/licenses/gpl-3.0-standalone.html --> | |
<HTML><STYLE> | |
body { | |
font-family:Arial,Helvetica,sans-serif; | |
color: #333; | |
background-color: #FFFFFF; | |
margin: 0px; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> | |
<!-- saved from url=(0051)http://www.gnu.org/licenses/gpl-3.0-standalone.html --> | |
<HTML><STYLE> | |
body { | |
font-family:Arial,Helvetica,sans-serif; | |
color: #333; | |
background-color: #FFFFFF; | |
margin: 0px; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/***** crystalmail|Mail mail task styles *****/ | |
#messagetoolbar | |
{ | |
position: absolute; | |
background: url('images/header.png') repeat-x; | |
top: 26px; | |
left: 0px; | |
right: 0px; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Test |
NewerOlder