ASP Application coded with onMouseDown Links not working
I'm attempting to automate a webpage ASP application where the links are coded to trigger on onmousedown="MouseAction(...". The ASP code then checks to see if it was a left or right click and navigates to different pages based on the button. When ...