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 trim whitespace google sheets?
What is unobtrusive javascript?
What is scope chain in javascript?
How to set a html document's background color?
how to create a moving div?
What is the difference between client side javascript and server side javascript.
In how many ways a Javascript code can be involved in an HTML file?
Is function a data type in javascript?
What are the difference between javascript and jquery?
Explain what is pop()method in JavaScript?
What are types of javascript?
Is it possible to break javascript code into several lines?