J
Johnny
I have a page with a button that has the following link:
<a href="/somelink?org.apache.struts.taglib.html.TOKEN=ef9f9f5973be37ffe39c60227f402770#"
onclick="javascript:go( event, 'myForm');return false;">
The go() function submits a form and returns false. This is definately
working.
The problem is that on some peoples' computers ( only a rare few, that
have different OS's and browsers ) this link follows the HREF and goes
to "/somelink?..." instead of proceeding to the action inside of the
form.
I've identified that a fix to this problem is to replace to
'href="/somelink?..."' with 'href=#', though I don't know why this is
only a problem on some computers.
Has anyone else seen this in the past? I'm thinking there might be an
issue with popup-blockers... or some other third-party software.
Any information would be appreciated, thanks.
<a href="/somelink?org.apache.struts.taglib.html.TOKEN=ef9f9f5973be37ffe39c60227f402770#"
onclick="javascript:go( event, 'myForm');return false;">
The go() function submits a form and returns false. This is definately
working.
The problem is that on some peoples' computers ( only a rare few, that
have different OS's and browsers ) this link follows the HREF and goes
to "/somelink?..." instead of proceeding to the action inside of the
form.
I've identified that a fix to this problem is to replace to
'href="/somelink?..."' with 'href=#', though I don't know why this is
only a problem on some computers.
Has anyone else seen this in the past? I'm thinking there might be an
issue with popup-blockers... or some other third-party software.
Any information would be appreciated, thanks.