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 |
What is null in javascript?
Can you explain the difference between == and ===?
How to import all exports of a file as an object.
How to redirect a url using JavaScript?
How do I start a javascript project?
How do I open javascript?
What is the difference between the operators '==' and '==='?
Is JavaScript a case-sensitive language?
How to set a html document's background color?
Why would you use a sticky session?
What is strict mode in javascript?
What is the dollar sign in javascript?