Language: HTML
foo-shit
1: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2: <html xmlns="http://www.w3.org/1999/xhtml"> 3: <head> 4: <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 5: <title> Artsy v2.0 </title> 6: <!--<script language = "javascript" type = "text/javascript" src = "js.js"> </script>--> 7: <link rel = "stylesheet" type = "text/css" href = "css.css" /> 8: 9: <script type = "text/javascript"> 10: /*function loadText(url) 11: { 12: httpReq = new XMLHttpRequest() 13: httpReq.open("GET", url, false) 14: httpReq.send(null) 15: 16: document.getElementById('content').innerHTML = httpReq.responseText 17: }*/ 18: 19: function fooTest() 20: { 21: document.getElementById('content').innerHtml = '<p class = "grovvyText"> Inteleg ca merge! </p>' 22: } 23: </script> 24: </head> 25: 26: <body bgcolor="#d0e4fe"> 27: <div id = "content"> 28: <p> Welcome my son </p> 29: </div> 30: 31: <button type = "button" name = "romana" class = "groovyButton" onMouseOver = "fooTest()"> Romana </button> 32: </body> 33: </html>
Report Abuse
Subscribe
Discuss
What's new
What is it
New Snippet
Recent Snippets
My Snippets
Web Code
Search


This is nice