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 |
Name the datatypes of javascript?
How to write a function in javascript?
Explain spread operator in javascript?
What are javascript properties?
What is the requirement of debugging in javascript?
Is javascript necessary?
How to calculate fibonacci numbers in javascript?
Name some of the JavaScript features?
Name some of the ways in which Type Conversion is possible?
What is data type in javascript?
What is called variable typing in javascript?
Methods get and post in html forms - what's the difference?