APPRENTICE WEBM Posted May 17, 2007 Share Posted May 17, 2007 i am trying to instal this contribution but it doesn't seems to work . here's the code <?php /* Live Support Infobox, v 1.0 13/06/2004 by Spiderwebb osCommerce http://www.oscommerce.com/ Copyright © 2000,2001 osCommerce Released under the GNU General Public License http://www.cyberwebdesign.co.uk/demo */ ?> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Untitled Document</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <script language="javascript"><!-- function popupWindow(url) { window.open('http://www.cyberwebdesign.co.uk/livesupport/index.php','popupWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,res izable=no,copyhistory=no,width=500,height=300,screenX=150,screenY=150,top=150,lef t=150') } //--></script> </head> <body> <!-- Live Support Info Box //--> <tr> <td> <?php $info_box_contents = array(); $info_box_contents[] = array('align' => 'left', 'text' => BOX_HEADING_LIVESUPPORT ); new infoBoxHeading($info_box_contents, false, false); $info_box_contents = array(); $info_box_contents[] = array('align' => 'center', 'text' => '<a href="java script:popupWindow()">' . tep_image(DIR_WS_IMAGES . 'live_support.gif' , BOX_INFORMATION_LIVESUPPORT ). '</a><br>' ); new infoBox($info_box_contents); ?> </td></tr> <!-- card_eof //--> hope that you guys can help me with that thx Link to comment Share on other sites More sharing options...
APPRENTICE WEBM Posted May 18, 2007 Author Share Posted May 18, 2007 hello can anybody help me ... i am trying to instal this contribution but it doesn't seems to work . here's the code <?php /* Live Support Infobox, v 1.0 13/06/2004 by Spiderwebb osCommerce http://www.oscommerce.com/ Copyright © 2000,2001 osCommerce Released under the GNU General Public License http://www.cyberwebdesign.co.uk/demo */ ?> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Untitled Document</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <script language="javascript"><!-- function popupWindow(url) { window.open('http://www.cyberwebdesign.co.uk/livesupport/index.php','popupWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,res izable=no,copyhistory=no,width=500,height=300,screenX=150,screenY=150,top=150,lef t=150') } //--></script> </head> <body> <!-- Live Support Info Box //--> <tr> <td> <?php $info_box_contents = array(); $info_box_contents[] = array('align' => 'left', 'text' => BOX_HEADING_LIVESUPPORT ); new infoBoxHeading($info_box_contents, false, false); $info_box_contents = array(); $info_box_contents[] = array('align' => 'center', 'text' => '<a href="java script:popupWindow()">' . tep_image(DIR_WS_IMAGES . 'live_support.gif' , BOX_INFORMATION_LIVESUPPORT ). '</a><br>' ); new infoBox($info_box_contents); ?> </td></tr> <!-- card_eof //--> hope that you guys can help me with that thx Link to comment Share on other sites More sharing options...
dropdeadred Posted May 18, 2007 Share Posted May 18, 2007 Recommend you go to the contrib support section and also check the contrib entry to see if there is a support thread. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.