On January 16, 2003 at 9:57, John van Rompu wrote:

> How can I control the shape size and attributes of the window or frame
> that I am using in the following code ?

You can use javascript for that. In the head section of your code:

<script language="JavaScript" type="text/javascript">
<!-- hide from older browsers
    function openWin(vUrl,vTarget)
    {
      n = 
open(vUrl,vTarget,'toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resiza
ble=0,top=50,left=100,width=500,height=400');
    }
  // -->
</script>

Then your link in the body:

<a href="MountainGroup.htm" title="Click for more info" 
onclick="openWin(this.href, this.target); return false;" 
onmouseover="javascript:window.status='Click for more info'; return true" 
onmouseout="javascript:window.status='';return(true)">Click Me</a>

Regards,

        Mark Groen

MG Web Services
Web Site Hosting and Development
www.markgroen.com
[EMAIL PROTECTED]
604-780-6917

____ � The WDVL Discussion List from WDVL.COM � ____
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
       Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
    http://wdvl.internet.com/WDVL/Forum/#sub

________________  http://www.wdvl.com  _______________________

You are currently subscribed to wdvltalk as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]

Reply via email to