Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

POP Image - not coming large


tptnyc

Recommended Posts

Posted

The window gets enlarged but not the image. Where is the problem here? And how to fix it and make the image look large too?

FILE NAME is Pop_image.php

 

<head>

<meta http-equiv="Content-Type" content="text/html; charset=<?php echo CHARSET; ?>">

<title><?php echo $products['products_name']; ?></title>

<base href="<?php echo (($request_type == 'SSL') ? HTTPS_SERVER : HTTP_SERVER) . DIR_WS_CATALOG; ?>">

<script language="javascript"><!--

var i=0;

function resize() {

if (navigator.appName == 'Netscape') i=40;

if (document.images[0]) window.resizeTo(document.images[0].width +180, document.images[0].height+150-i);

self.focus();

}

//--></script>

</head>

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...