hridpath
06-25-2003, 09:56 AM
Maybe someone could shed some light on a little problem that I am having. Basically, what used to work doesn't now.
In the anchor tag <A> I sometimes make a method call to to some function when the user clicks the link. Instead of using a URL in the href=, I use href='javascript: callFunction();' I know it used to work with IE5 and NS2 ect. even though there was an onClick eventhandler. but for some reason this does not work with IE6.
Does anyone have any information as to why this should occure?
TIA
Harry
In the anchor tag <A> I sometimes make a method call to to some function when the user clicks the link. Instead of using a URL in the href=, I use href='javascript: callFunction();' I know it used to work with IE5 and NS2 ect. even though there was an onClick eventhandler. but for some reason this does not work with IE6.
Does anyone have any information as to why this should occure?
TIA
Harry