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 the difference between childNode and children?
Basic methods for opening a popup window using javascript?
What is === in javascript?
How can you create an Object in JavaScript?
Describe negative infinity in javascript?
What is javascript bom?
What are types of javascript?
What are the different objects used in javascripts?
accessdenied javanet disconnet
What's math constants and functions using javascript?
How do Javascript primitive/object types passed in functions?
What is js injection?