Final
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Link Test</title>
|
||||
</head>
|
||||
<body>
|
||||
<a id="mylink" href="http://mysite.com">Click me</a><br>
|
||||
<script>
|
||||
url = document.links.mylink.href
|
||||
document.write('The URL is ' + url)
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,13 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Hello World</title>
|
||||
</head>
|
||||
<body>
|
||||
<script type="text/javascript">
|
||||
document.write("Hello World")
|
||||
</script>
|
||||
<noscript>
|
||||
Your browser doesn't support or has disabled JavaScript
|
||||
</noscript>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user