... It seems that it exists on IE since the version 5.0, I don't know about the other browsers, but every modern browser must support this... Anyway, you...
HI i create a iframe dynamically using createelement ,but it does not load scr document in that frame how to solve this problem plz help me....urgent Tim Sabin...
Hi Folks! I have created a form that adds up check boxes with a set value in each. Also, I have boxes in the form that you can manually input numbers into. On...
... Take a look on my example to always have a number from the input :) <input type="text" onblur="alert(+this.value || 0);" /> -- Jonas Raoni Soares Silva ...
Is there a js way to achieve a mouseover/mouseout style type effect when an html page is opened to a specific location, ie a reference to an aname/hash...
I have developed an Alarm Console program in Javascript, which includes playing a sound message whenever a new event occurs. Each even uses a unique sound...
I'm sure that would work with a single URL. What I want to make is a function that would extract the description for any given url on a page and place it into...
Hi! I have many HTML links <a> on my page, and I want to change them from time to time (I am going to use setInterval() for that) from one place to another and...
... I don't know, I didn't looked your code, I just gave you a hint :) You can't sum field values directly "fieldA.value + fieldB.value", since both are...
... Since you're already using a proprietary technology, why don't you change to flash? You can interact flash with javascript easily and I think the result...
... May be you have to trun to some scripting like PHP for this. -- http://www.programminghelp4u.com/ - Help on programming (C/C++, Java, C# or any other...
I think you'll need an id attribute for any single link. Then you'll have to use the getElementById method. I'm just not sure. ... function that would extract...
Thanks to http://www.w3schools.com/js/tryit.asp?filename=try_dom_anchor_href I've found a way to deal with set of links. Currently I only read the text and...
All of my clients use IE, so it was natural to look there first. It's the only part that has not been ported to Firefox, so perhaps looking at flash could ...
... Hmmm, that's bad... But all the softwares have minimal requirements, this could be a minimal requirement for your one, the best alternatives for...
I figured out that I probably did not explain good what I want to do. I want to shuffle links on my page. It would be perfect if I could to change color for...
... Java, C# or any other programming language) for homework, assignments, course works and projects ... And refresh location in cycle? Hm... The speed would...
It is good to talk to myself in this group. Next question I have to ... myself? The javascript console (NS 7.2) gives following: Error: i is not defined Line:...
That's because, (a) once the page has loaded, calling document.write() clears all content from the page, (b) setInterval() causes the callback function to be...
How do you people use PHP with Ajax? I have been using this code, but there must be something wrong because it takes too long to get the answer from the...
hello i have developed a "class Library" in visual studio(C#). i want to use this dll's methods on my webpage through javascript. i have tried to register this...
Jon, I did not understand what is your program doing and I tryed it and didn't see any changes on the screen :( Meantime I wrote this: var times=10; function...
Okay, I used the script that Jonas provided (thanks Jonas!). It shows that one of the boxes is not coming up as a number (surprise, surprise). Then I went...