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 ?



What are the different ways in which we can use the link tag ? Illustrate with an example. Is it p..

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

Post New Answer

More JavaScript Interview Questions

What is difference between local and global scope in javascript ?

0 Answers  


Is javascript harmful?

0 Answers  


What is the use of type of operator?

0 Answers  


What is the purpose of local variables?

0 Answers  


How to embed javascript in a web page?

0 Answers  






What are the difference between undefined and not defined in javascript?

0 Answers  


What do I need to code javascript?

0 Answers  


Does javascript care about whitespace?

0 Answers  


Define escape() function?

0 Answers  


What are undeclared and undefined variables?

0 Answers  


Public Static Void Main(String args[]) { System.out.in("Hai.."); } In the above code why string args[] is required.... If we are not giving command line argument..

0 Answers  


What is the use of a number object in javascript?

0 Answers  


Categories