Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Java & html in one ...


Guest

Recommended Posts

Posted

Hello , i'm trying to put a large amount of code into a oscommerce page including java script and all. Do you know how to make the php pages pull using a server side include and if not how can I get the following code

 

<html>



<head>

<meta name="GENERATOR" content="Microsoft FrontPage 5.0">

<meta name="ProgId" content="FrontPage.Editor.Document">

<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">

<title>New Page 1</title>

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

function popupWindow(url) {

 window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizab
le=yes,copyhistory=no,width=650,height=600,screenX=150,screenY=150,top=150,left=1
50')

}

//--></script>

</head>

<body>

<div align="left">

 <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="1100" height="632" id="AutoNumber1">

   <tr>

     <td width="1100" height="632" valign="top">

     <p align="left">

     

     

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

document.write('<a href="javascript:popupWindow('http://invincibledesigns.com/image/index.htm')"><img src="http://invincibledesigns.com/image/1carol_big.gif" border="0" alt="Carol" Invincible Designs " width="334" height="385" hspace="5" vspace="5"><br>  Click to see more pictures of Carol </p>');

//--></script

     

     </td>

   </tr>

 </table>

</div>



</body>

</html>

 

Into the spot where you insert your text , because when I paste the above code in there . It just returns with nothing and

 

"HEADING_TITLE

 

 

TEXT_INFORMATION " telling me it's wrong ... Any suggestions , I realy need this to work.

 

Thanks Omer :)

Archived

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

×
×
  • Create New...