Use javascript
:
<script language="JavaScript">
function load(url) {
mywin=window.open(url, '',
'toolbars=0,scrollbars=0,location=0,statusbars=0,m enubars=0,top=50,left=50,h
eight=530,width=880');
}
</script>
Then make your hyperlink like so:
<a href="javascript
:load('page.htm')>Link 1</a>
all the options with values set to 0 can be changed to 1, in which case,
that element of the window will be visible. Experiment with altering the
parmeters to get the window you need.
-A
"Freshman" <john.williams34 (AT) ntlworld (DOT) com> wrote
Quote:
Hi
How does one do that. I don't mean that the window is smaller than it
should
be, but the window is supposed to be small.
TIA |