Hi,
Sorry mate I went home hence the lack of reply.
Ok here is your html code.
<html>
<head>
</head>
<body>
<A HREF="javascript:void(0)"
ONCLICK="open('sample.htm','miniwin','toolbar=1,location=1,directories=1,status=1,menubar=1, scrollbars=1,resizable=1,width=300,height=300')">Open a Window</A>
</body>
</html>
You do not specify what HTML code you mean, but I will try to explain.
The <a href> tag is the normal HTML tag, it holds within it the javascipt you need. You then close it by the > tag. You then write whatever you want to link, e.g PRESS HERE TO OPEN A WINDOW, then after that text, put the HTML code </a>
I hope this helps you, if not, please say and I will in the morning when I get into work help you out again
Cheers
James