This is a discussion on Cannot get the following Java Script to work for me. within the osCMax v1.7 Discussion forums, part of the osCMax v1.7 Forums category; Code: <!-- PICTURE TABLE 1 --> <TABLE cellpadding="0" cellspacing="0" border="0"><tr> <td valign="center" align="center" onmouseover="this.className='rolloveron'" onmouseout="this.className='rollover'" class="rollover"> <a href="javascript:popUp('gallery/Fgallery2-1.jpg')"><img src="gallery/gallery2-1.jpg" border="0" ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| Code: <!-- PICTURE TABLE 1 -->
<TABLE cellpadding="0" cellspacing="0" border="0"><tr>
<td valign="center" align="center" onmouseover="this.className='rolloveron'" onmouseout="this.className='rollover'" class="rollover">
<a href="javascript:popUp('gallery/Fgallery2-1.jpg')"><img src="gallery/gallery2-1.jpg" border="0" hspace="1" vspace="1" width="130" height="90"></a><br>
</td></tr></table>
<!-- PICTURE TABLE 1 -->
If anyone has any suggestions I would appreciate it. |
| Sponsored Links | ||
| ||
|
#2
| |||
| |||
| Actually this might help to troubleshoot this a little better... The error I am getting is Code: Parse error: parse error, unexpected T_STRING in /home/habitga/public_html/includes/languages/english/testpage3.php on line 112 The code used to call the java file and create the gallery is as follows... Code: <script language="JavaScript" src="gallery_nav.js"></script> Code: <!-- PICTURE TABLE 1 -->
<TABLE cellpadding="0" cellspacing="0" border="0"><tr>
<td valign="center" align="center" onmouseover="this.className='rolloveron'" onmouseout="this.className='rollover'" class="rollover">
<a href="javascript:popUp('gallery/Fgallery2-1.jpg')"><img src="gallery/gallery2-1.jpg" border="0" hspace="1" vspace="1" width="130" height="90"></a><br>
</td></tr></table>
<!-- PICTURE TABLE 1 -->
The javascript file is below... |
| Sponsored Links | ||
| ||
| |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| click to enlarge java error | garjowan | osCMax v2 Installation issues | 4 | 10-04-2006 01:18 PM |
| dhtml menu gone because of java errors | cadalist | osCommerce 2.2 Discussion | 0 | 09-05-2006 07:45 PM |
| Insert Script | moreduff | osCMax v1.7 Discussion | 1 | 02-25-2006 08:41 PM |
| max 1.5 script movement | wildtypitch | osCMax v1.7 Discussion | 3 | 11-13-2004 12:31 PM |
| need help on installation script | Anonymous | osCommerce 2.2 Installation Help | 1 | 11-27-2002 08:17 PM |