B
ben
Thank you to DAVID BARTOSIK for solving my previous
problem.
I have included the code below as an HTML fragment
positioned near the top of the screen in pub2003 and it
creates a button at the same location in my browser and
works fine.
However if I place another similar link below with
another HTML fragment, when i Display it in my browser
the second button appears right at the bottom of the
screen rather than just below the first one. I've
experimented with various distances away from the first
button but the result is always that the second button is
miles away from the first.
How can i fix it's position?
Thank you
<FORM>
<INPUT type="button" value="New Window!"
onClick="window.open('http://www.reuters.com','mywindow',
'height=527,width=809,scrollbars=yes,left=185,top=150')">
</FORM
problem.
I have included the code below as an HTML fragment
positioned near the top of the screen in pub2003 and it
creates a button at the same location in my browser and
works fine.
However if I place another similar link below with
another HTML fragment, when i Display it in my browser
the second button appears right at the bottom of the
screen rather than just below the first one. I've
experimented with various distances away from the first
button but the result is always that the second button is
miles away from the first.
How can i fix it's position?
Thank you
<FORM>
<INPUT type="button" value="New Window!"
onClick="window.open('http://www.reuters.com','mywindow',
'height=527,width=809,scrollbars=yes,left=185,top=150')">
</FORM