Thread: [Solved] hyperlink not clickable
View Single Post
 
Old 01-14-2012, 03:33 AM
turtleshell turtleshell is offline Mac OS X Office 2008 for Mac
Novice
 
Join Date: Jan 2012
Posts: 3
turtleshell is on a distinguished road
Default hyperlink not clickable

This is driving me nuts- first ever pp presentation and a simple thing like a hyperlink won't work.

This is what I see on html with links:

<script language=JavaScript src=script.js></script><script language=JavaScript>
if ( parent.base.msie < 0 ) {
document.captureEvents(Event.MOUSEDOWN);
document.captureEvents(Event.KEYPRESS);
document.onkeypress = _KPH;
document.onmousedown = _KPH;
}


PLEASE can someone put me out of my misery with this- starting to tear hair out

Last edited by turtleshell; 01-15-2012 at 09:16 PM.
Reply With Quote