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 |
To put a "close window" link on a page ?
How is it possible to get the total number of arguments that are passed to a function?
What is primitive data type in javascript?
What are self Executing Functions?
What is the difference between a web-garden and a web-farm?
Is html and javascript the same?
Name the types of functions.
How to comment javascript code?
What is slug in javascript?
What is the use of a date object in javascript?
What are global variables? How are these variable declared and what are the problems associated with using them?
What are exports and imports?