What are the different ways in which we can use the link
tag ? Illustrate with an example. Is it possible to link a
file with another file on a different file server ? If yes,
how ?
Answer / gayathri
<html>
<head>
<script language="javascript">
function sample()
{
window.open("test.htm",width='200,height=150,resizable=yes')
}
</script>
</head>
<body>
<a href="javascript:sample()">click Here </a>
</body>
</html>
| Is This Answer Correct ? | 1 Yes | 0 No |
How are javascript and ecma script related?
What is event in web programming?
What is use strict in javascript?
What is the use of ‘debugger’ keyword in javascript code?
What is the difference between client side javascript and server side javascript.
How to remove the event listener?
What is console.log()?
Why we use java script when java also supports validation?
how to read and write a file using JavaScript?
What is difference between local variable and global?
find the common prime divisors of two given numbers
How to setting a cookie with the contents of a textbox?