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 |
Can you explain the difference between call and apply?
What are self Executing Functions?
List few advantages of using javascript?
How to get checkbox status whether it is checked or not?
Is there any difference between javascript and jscript?
Is javascript easier than java?
How Does Function Hoisting Work in JavaScript?
Write a program to check whether a given number is a palindrome or not?
Taking a developer's perspective, do you think that that javascript is easy to learn and use?
Is function a data type in javascript?
How to open url in a new tab in javascript?
What is object freeze?