Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

JavaScript href in imagemap crashes NN4.x

Status
Not open for further replies.

WebABen

Programmer
May 18, 2001
9
GB
Hi

This doesn't happen in Ie5.5, NN6 - but does in NN4.x.
Basically I have an imagemap with 2 links. Works fin everywhere else - but, after a few clicks in NN4.x - it crashes?

Any ideas? Dr Watson gives this " ....Access violation (OxC000005) Address : 0x00409f21) "

The code is

<map name=bottom_navbar><area title=Legal shape=rect alt=Legal coords=80,1,139,15 href='javascript:d(&quot;ranWeb.asp?ranApplication=static&ranMenu=legal&staticid=legal&clearCriteria=true&applayoutid=203&quot;)'><area title=Privacy shape=rect alt=Privacy coords=139,1,199,15 href='javascript:d(&quot;ranWeb.asp?ranApplication=static&ranMenu=privacy&staticid=privacy&clearCriteria=true&applayoutid=203&quot;)'></map><img height='15' width='200' border='0' src='bmonbimages/bottomnav_new.gif' useMap=#bottom_navbar>

Thanks

ben
 
I'm no know is correct or no but so I know that you must initialyse the IMG-Line before init Map.
Img src......usemap=*name*....
map=*name*..... area and so on

Greetings Nominator
 
I have always had problems trying to send arguments with method calls from javascript:method() - is this working for you?
 
Hi All,

I have an HTML form with n radio buttons
bearing the same name and an <a> link with
some Javascript code attached to the OnClick
event. Question: how can I find out
which radio is selected through this javascript
code ?

Thnx in advance,

Yuriy.
 
gruzglin: post your question as a new posting instead of part of this thread. You're more likely to get a reply. Tracy Dryden
tracy@bydisn.com

Meddle not in the affairs of dragons,
For you are crunchy, and good with mustard.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top