Link to home
Start Free TrialLog in
Avatar of ouch_mybrain_
ouch_mybrain_

asked on

Web Page Link problem

Hi,

On our Intranet we have a page with an image that utilises image map (specify coordinates on the image, if you click within coordinates it links to whatever page you href'd to). However for whatever reason the links on it (none of them) do not work ... for some people. For those it does not work for, when they click the link, nothing happens. For me, it does not work. My browser recognises it is a link because I can hover over the link and the cursur changes to the white hand with pokey finger and if I right click it I can save it as a favourite ... and if I do this and then open the page via the favourite it works fine. I have also gone into view source, extracted the image/image map html code and put it into a separate html document, saved it, and it works fine outside of the Intranet page. I have IE9 and Google Chrome ... Chrome won't even display the image. IE9 displays the image but the links do not work. On a seperate computer using IE8 I have not been able to get it to work, but then for another user using IE8 it works. The only thing I haven't done is restarted my computer, I am about to do this after posting this message. If anyone has any suggestions then that would be much appreciated.

Many Thanks,
Avatar of jawa29
jawa29
Flag of United Kingdom of Great Britain and Northern Ireland image

Id be interested to in looking at the code for this image map, can you post it?

Jawa29
Avatar of ouch_mybrain_
ouch_mybrain_

ASKER



<img src="file://ve-rh-srv-fap/universal$/cdf/career paths/CDF_STA_career path_Sales.jpg" width="480" height="640" usemap="#CareerMap">

<map name="CareerMap">
  <area shape="rect" coords="154,142,324,190" alt="Sales Team Leader" href="file://ve-rh-srv-fap/universal$/cdf/role profiles/staffing/Sales Team Leader.pdf" />
  <area shape="rect" coords="154,205,324,253" alt="Principal Consultant" href="file://ve-rh-srv-fap/universal$/cdf/role profiles/staffing/Principal Consultant.pdf" />
  <area shape="rect" coords="154,268,324,316" alt="Senior Consultant" href="file://ve-rh-srv-fap/universal$/cdf/role profiles/staffing/Senior Consultant.pdf" />
  <area shape="rect" coords="154,331,324,379" alt="Consultant" href="file://ve-rh-srv-fap/universal$/cdf/role profiles/staffing/Consultant.pdf" />
  <area shape="rect" coords="154,394,324,442" alt="Junior Consultant" href="file://ve-rh-srv-fap/universal$/cdf/role profiles/staffing/Junior Consultant.pdf" />
</map>

Open in new window


Also, still does not work for me after reboot.

ASKER CERTIFIED SOLUTION
Avatar of jawa29
jawa29
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
hey,

So I asked a senior technician here and the problem was that my browser did not see our intranet as a page that is safe. So I added the url of our intranet to trusted sites and now everything is OK.

Thanks,