Created
September 15, 2008 23:47
-
-
Save Wickk/10966 to your computer and use it in GitHub Desktop.
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
<script type="text/javascript"> | |
var txt="Google"; | |
var txt="Yahoo"; | |
document.write("<p> "+ txt.link("http://www.google.com") + "</p>"); | |
document.write("<p> "+ txt.link("http://www.yahoo.com") + "</p>"); | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment