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 Posted / 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 |
Post New Answer View All Answers
Does javascript support foreach loop?
Explain promise in javascript?
Which built-in method returns the calling string value converted to upper case?
Write about the errors shown in javascript?
what is lazy fetching in hibernate
How can I prevent others from reading/stealing my scripts or images?
Is javascript the future?
Where do I write javascript code?
What is the difference between attributes and property?
What is spread syntax?
What is Browser Object Model?
How to create arrays in javascript?
What’s a way to append a value to an array?
What are the application of javascript?
Is javascript case sensitive language?