I am trying to show an Ipix tour online, I have three examples of the ipix tour, all three have the same java, but only the first two work. The only problem is i need it to work on the last one. Does anyone have any idea why this would not work???
The code:
if ((typeof numberOfLinks) != 'number') var numberOfLinks = 5; // set the number of ipix links to display for (var i = 1; i <= numberOfLinks; i++) { document.write('<tr>') }
Comments