Category Archives: Ajax

Retrieving anchor value from URL

Lately i have been trying to get a grasp of the anchor value from the URL using ASP.NET. From what i learned from the forum (This might be wrong since there is a way in PHP(http://www.php.net/manual/en/function.parse-url.php) to get the anchor … Continue reading

Posted in ASP.NET, Ajax, Javascript, Web | Tagged , , , | 6 Comments

BUG: Error message when you visit a Web page or interact with a Web application in Internet Explorer: “Operation aborted”

Here is a bug that i came to recently while working with: var d = document.createElement(“div”); document.body.appendChild(d); This bug is only on IE and it’s really annoying one. There is a fix provided by Microsoft, you can take a look … Continue reading

Posted in .NET, ASP.NET, Ajax, Javascript, Web, Work | Tagged | Leave a comment