I have just upgraded from actinic 4 to actinic 6 and had to use the upgrader utility. For the most part it worked correctly. I'm having an issue on all my image rollovers the
I get a script error when I hover over any of my links saying 'object expected'. I can see the problem but not sure where to correct the issue.
OnMouseOver="onhnav_sections();"
In this example the javascript should be calling the onhnav_sections() function to pull up my image when the mouse is over but it can't be found. The Act_NavigationItem.html template file from version 4 to version 6 has changed and the version 6 is missing some javascript, but it's being generated some other place. This is the issue I'm having.
Please let me know if anyone has come across this issue.
Thanks,
Jason
ps. Could it be the an external .js file causing this issue or maybe the image path is not getting set correctly.....
I get a script error when I hover over any of my links saying 'object expected'. I can see the problem but not sure where to correct the issue.
OnMouseOver="onhnav_sections();"
In this example the javascript should be calling the onhnav_sections() function to pull up my image when the mouse is over but it can't be found. The Act_NavigationItem.html template file from version 4 to version 6 has changed and the version 6 is missing some javascript, but it's being generated some other place. This is the issue I'm having.
Please let me know if anyone has come across this issue.
Thanks,
Jason
ps. Could it be the an external .js file causing this issue or maybe the image path is not getting set correctly.....
Comment