Tagged Questions

6
votes
3answers
5k views

JavaScript/jQuery check broken links

I developed a small Javascript/jQuery program to access a collection of pdf files for internal use. And I wanted to have the information div of a pdf file highlighted if the file actually exist. Is ...
1
vote
1answer
459 views

Mozilla gets strange value in WebForm_DoPostBackWithOptions JavaScript function

Few questions: 1.) Where does the variable options.eventTarget come from? 2.) How can I fix this function for Mozilla if it's generated by ASP.NET code? 3.) What is this JavaScript function used for? ...
1
vote
5answers
377 views

What is the difference between these two HTML anchors?

I tried to use Link Checker to find any broken links, but the second one is not included, the displayedPage.html shows 404 error, but it will not show in the Link Checker's report. What is the ...