Hello, Robert

I am not sure exactly what your looking for. I went to your page and there
was nothing there.
So here is a sample that will give you a popup window it works on both NS
and IE.


<html>
<head>
<title>Title</title>
<script language="JavaScript">
<!--
function openBrWindow(theURL,winName,features) {
  window.open(theURL,winName,features);
}
//-->
</script>
</head>

<body bgcolor="#FFFFFF">
<a href="#"
onClick="openBrWindow('URL/PageToOpen.htm','WindowName','scrollbars=yes,widt
h=500,height=500')"><img src="image.gif" width="100" height="100"
border="0"></a>

</body>
</html>



-Mark :o)


----- Original Message -----
From: Robert Everland <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, September 11, 2000 10:39 AM
Subject: RE: Onclick doesn't work in Netscape


> Could you explain this in more detail. I just bough my javascript bible a
> little while ago so am still learning hardcore javscript. Could you give
me
> a little snippet?
>
> Robert Everland III
> Web Developer
> Dixon Ticonderoga
>
>

------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to