Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
?
JavaScript click event processing to get URL of link that was clicked?
If you register a click listener something like this:
<script type="text/javascript">
Event.observe(document.body, 'click', function(event) {
if( the url that was clicked == xxx){
alert('hi');
}
});
</script>
how do you get the destination URL of the link that was clicked, assuming it was a link.
2 AnswersProgramming & Design1 decade agoWhich domain name is better: bestfreewarezone, freewaretrove, freewaregoggle?
What do you think of those names for a website, any advantages, disadvantages or comparisons. Also freewaregoggle will have a "goggle" search. Would the name influence you to use that search box?
Also which is best for SEO and page rank and why?
3 AnswersComputer Networking1 decade agoIs it a good idea to learn programming at home?
I have to do a major project for school (anything I want) and I want to write a small program. I already know some Java but wanted to learn a Windows specific language. However, someone told me it is not a good idea to learn programming at home as you develop bad habits. If you have any experience please give your opinion. I am also still considering what, if any, new language to learn... any suggestions?
If you have a cool idea for a program I'm open to suggestions.
6 AnswersProgramming & Design1 decade agoHow do I save BufferedImages as a .avi file (or any other movie format) in Java?
Hi
I want to save a number of BufferedImages as a movie. I am not that worried what format it is. If you know of a way to convert JPGs to a movie that would also help.
1 AnswerProgramming & Design1 decade agoHow do I prevent certain programs from running on windows with a Java program?
Hi, I want to make a program that, when running, will ask for a password when you try to run certain programs. I don't know how to prevent people from opening a program... is this even possible? Any input would be appreciated. I also want to get a list of currently installed programs.
Thanx in advance
1 AnswerProgramming & Design1 decade ago