R
R.Manikandan
Hi All,
This topic is already existing in the group but i was not able to add
reply to the existing one, since it has crossed 30 days.
Anyway, i came across the same error and have modified the code from
<a href = "" onClick = "Javascript:somename( );">somename</a>"
to
<a href = "javascript:void(0);" onClick = "Javascript:somename(
);">somename</a>"
In somename( ) fn i am using AJAX to retrieve the value and whenever i
click on that link [old code] it takes me to current page itself
without giving any AJAX response, that too only in Mozilla browser.
After that i changed the href attribute value to "javascript:void(0);"
and it works well without any error.
So this is the situation i came across. I dont know whether the above
info will help you guys?
This topic is already existing in the group but i was not able to add
reply to the existing one, since it has crossed 30 days.
Anyway, i came across the same error and have modified the code from
<a href = "" onClick = "Javascript:somename( );">somename</a>"
to
<a href = "javascript:void(0);" onClick = "Javascript:somename(
);">somename</a>"
In somename( ) fn i am using AJAX to retrieve the value and whenever i
click on that link [old code] it takes me to current page itself
without giving any AJAX response, that too only in Mozilla browser.
After that i changed the href attribute value to "javascript:void(0);"
and it works well without any error.
So this is the situation i came across. I dont know whether the above
info will help you guys?