maximusimo
MIS
HI,
not sure if this is possible but anyway.
I have a popup window of an image that appears when a thumbnail of the image is clicked within the main website. When this window opens, in the titlebar it shows the url of the image opened.
What I want to is have the title on the title bar changed to the name of the website and include a "Close Window" button at the bottom of the window.
I have used the Behaviours panel and "Open Browser Window" OnCLick to create the popup.
Below is the code from one of the thumbnails and how it creates the popup:
<a href="javascript: void(0)" onClick="MM_openBrWindow('images/CommercialOne.jpg','','status=yes,scrollbars=yes,resizable=yes,width=754,height=533')"><img src="images/Commercial%20One.jpg" alt="Alt text of Image" width="129" height="109" border="0"></a>
Can anyone help??
not sure if this is possible but anyway.
I have a popup window of an image that appears when a thumbnail of the image is clicked within the main website. When this window opens, in the titlebar it shows the url of the image opened.
What I want to is have the title on the title bar changed to the name of the website and include a "Close Window" button at the bottom of the window.
I have used the Behaviours panel and "Open Browser Window" OnCLick to create the popup.
Below is the code from one of the thumbnails and how it creates the popup:
<a href="javascript: void(0)" onClick="MM_openBrWindow('images/CommercialOne.jpg','','status=yes,scrollbars=yes,resizable=yes,width=754,height=533')"><img src="images/Commercial%20One.jpg" alt="Alt text of Image" width="129" height="109" border="0"></a>
Can anyone help??