Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Pop Up Errors


snowsurfer

Recommended Posts

Posted

Currently I still have the products that come with oscommerce. When I click on them to enlarge them I am getting errors. I am using IE. I have other sites setup with oscommerce with no problems. The pop up doesnt work and the error is

 

Object expected

 

Is this a permissions issue?

Posted

Its possible that is related to STS. I have read a few issues with STS and pop up issues, but they havent pertained to my issue.

 

Thanks

Posted

???

 

I still have the orginal products on one of my sites, while I work on config other stuff and they seem to be working ok, I use 2 browsers, IE and Motzilla and they work fine in both.

Posted

I got it fixed. Just in case anyone has the same problem.

 

I had modifed the sts_template.html file like this

<HTML>
<HEAD>
<TITLE>Page title</TITLE>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1251">
<link rel="stylesheet" type="text/css" href="stylesheet.css">
<script language="javascript"><!--
function popupWindow(url) {
window.open(url,'popupWindow',& #39;toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,res
izable=yes,copyhistory=no,width=100,height=100,screenX=150,screenY=150,top=150,l
eft=150')
}
//--></script>[

 

I put it back to the default

 

<html>
<head>
<!--$headcontent-->
<link rel="stylesheet" type="text/css" href="stylesheet.css">
</head>

 

That fixed it

Archived

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

×
×
  • Create New...