• Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
  • Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!

HTML image map when border=0 isn't darn it.

Collapse
X
  •  
  • Filter
  • Time
  • Show
Clear All
new posts

    #11
    Very similar D, though not using your "window.status= bits. Mouse swaps between the two different images/maps.

    function setmap(n,mapname,srcname)
    {
    with (document.all.tags("img").item(n))
    {
    src = "pictures/" + srcname;
    useMap = mapname;
    }

    It is not my jscript tho that is causing the problem as obviously checked prob still there when commented out.


    PS Just got back to this. Setting focus to help button on load cures problem so cheers Atw. I will not make fun of your moustache again.

    Today.

    Comment

    Working...
    X