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 to clone an object in javascript?
How do you declare a variable in javascript?
What is the use of a weakset object in javascript?
What is eval() in javascript?
What is the Difference between HTML and DHTML
Where is javascript used most?
What does the "Access is Denied" IE error mean?
What is Currying in Javascript?
What is spread operator?
How to write a function in javascript?
What are the predefined functions in javascript?
How do I open a .js file?