Hi All, I have a VBScript that I wrote which works well but only in IE, Opera, Firefox, and Netscape of course are a no go. I need to convert the VBScript that...
Is your script on the internet? for my drag item and drop I'm using separate divs <div id="mediaDiv0">MediaDiv 1.</div> <div id="mediaDiv1">MediaDiv 2.</div> ...
Hi to all member! I am just a new member here and I really want to learn JavaScript. Can anyone please send me a guide explaining all commands of JavaScript....
Hi All: The unobstrusive dynamic page works as expected in Firefox, Opera, and Netscape. That is, the message toggles. The page does not work as expected in...
This appears to be a known limitation / problem. I read the following page: http://p2p.wrox.com/topic.asp?TOPIC_ID=20989 But there were other hits from my...
Hi Jon, Thanks for your advice on the following: But I have tried to run the code, and I was getting few errors which I tried to debug and now I am fixed at a...
Hi SCY http://www.w3schools.com scyfiles <scyfiles@...> wrote: Hi to all member! I am just a new member here and I really want to learn JavaScript. Can...
Hi, We've recently upgraded from IE6 to IE7 in our company. Now we've found that our Intranet which uses CoolMenu4 is no longer working properly. What is the...
How to Make the JavaScript Drop Down List to appear on top of all frames. We have a shortcut menu at the top of the page. But this appears one top of all the...
I upgrade my system. and all parts (Ram [kingston], Harddisk [seagate 80gb baracuda], Motherboard [asus], Processor [celeron]) are new and in warranty. my...
... Setting the z-index dynamically should not be a problem: theDiv.style[zIndex] = 10000 Otherwise, maybe you could simply move the Menu block down in the ...
... Did you try: anc.setAttribute("onclick", "alert('script works'); return false"); (do not forget "return false" otherwise you're loading the href) Emmanuel...
Sorry Raghib, but you're asking in totally the wrong forum. This is a JavaScript forum, NOT a "fix PC" forum, unless your BSOD is JavaScript related, which is...
... Issue #1: These need to be declared inside the function so that they'll be local to it. Declared outside the function, they're global and so they won't be...
I doubt that this is a z-index problem. The div will belong to a frame. It cannot extend outside that frame. Frames and drop-down menus don't really go well...
... anc.onclick = function(){alert("Boo!");}; HTML isn't case-sensitive, but JavaScript is. ... -- This message has not been scanned for viruses. Since I do...
Hello all, Can some one help me on this issue, actually i want to refresh the web page on inserting a value in a text box. is it possible? any help in this...
... You've got to install Javascript handlers in your text <input>. Search for the events sent to text <input>, which include onkeyup, onkeydown, onpaste, etc....
... You're not making very clear what you call match that format. Do you mean, matching the format: 1-800-abc-defg where each letter stands for a digit? That...
... To test a regular expression, use the RegExp object's test() method. /^1[\-]+800+[\-]+[8]{3}+[\-]+8134/.test("1-800-888-8134") returns true if the string...
... You can call the window.reload() method from an onchange handler assigned to the text input or textarea element, yes. -- This message has not been scanned...
I have a different but similar problem. I have a web page which has embedded sound which plays as soon as the page is loaded, but does not 'loop'. Also in the...
i am having trouble making a web site, http://www.touchspin.com/chem/asppages/index.asp , display the same for both ms ie and firefox. the pages display fine...