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...
14877
Muhammad Arslan Ali
arslanali786
Mar 3, 2007 1:48 am
Hello every one I want to include drag and drop functionality in my web page. I have <div id = "DraggableItems" width="200" height="200" ...
14878
Michael
ripple_27
Mar 3, 2007 5:19 pm
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> ...
14879
scyfiles
Mar 5, 2007 2:09 am
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....
14880
Raymond Ojinaga
healthyhiker...
Mar 5, 2007 8:15 am
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...
14881
David Smart
smartware_co...
Mar 5, 2007 11:11 am
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...
14884
Antoine de Mussy
antoinedemussy
Mar 6, 2007 5:17 pm
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...
14885
Tim Sabin
timsabin
Mar 6, 2007 6:49 pm
Another one: http://www.devguru.com/technologies/javascript/home.asp --Tim Sabin ... want to ... That's ... -> ... design. ... ~-> ... --Tim Sabin...
14886
lonescripter
Mar 7, 2007 5:08 pm
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...
14887
dingdingzhu_03
Mar 7, 2007 5:09 pm
Here is the simple test file: ==================html======================= <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" ...
14888
Satheesh
satheesh_jey
Mar 7, 2007 5:11 pm
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...
14889
Raghib Khesal
khesal2003
Mar 7, 2007 5:18 pm
I upgrade my system. and all parts (Ram [kingston], Harddisk [seagate 80gb baracuda], Motherboard [asus], Processor [celeron]) are new and in warranty. my...
14890
Emmanuel
emmanuel92130
Mar 7, 2007 8:48 pm
... 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 ...
14891
Emmanuel
emmanuel92130
Mar 7, 2007 8:49 pm
... Did you try: anc.setAttribute("onclick", "alert('script works'); return false"); (do not forget "return false" otherwise you're loading the href) Emmanuel...
14892
Alan K Baker
wurlitzerwilly
Mar 7, 2007 8:49 pm
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...
14893
Tim Sabin
timsabin
Mar 8, 2007 2:49 am
This is a JavaScript list....
14894
Jon Stephens
jdwayside
Mar 8, 2007 12:31 pm
... 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...
14895
ogtizedo
Mar 8, 2007 9:18 pm
What browser are you using? I know IE6 will have a problem because it doesn't like onclick's in an anchor. First try to set the onclick = ...
14896
David Smart
smartware_co...
Mar 9, 2007 10:29 pm
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...
14897
Jon Stephens
jdwayside
Mar 10, 2007 1:43 am
... anc.onclick = function(){alert("Boo!");}; HTML isn't case-sensitive, but JavaScript is. ... -- This message has not been scanned for viruses. Since I do...
14898
usman latif
usman.latif
Mar 11, 2007 7:17 am
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...
14899
kjain92
Mar 11, 2007 7:18 am
Hi, I am new to the group and need to do this Write a regular expression that matches the format "1-800-888-8134"? What I came up with is ...
14900
Emmanuel
emmanuel92130
Mar 11, 2007 7:03 pm
... 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....
14901
Emmanuel
emmanuel92130
Mar 11, 2007 7:14 pm
... 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...
14902
Jon Stephens
jdwayside
Mar 12, 2007 1:17 am
... 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...
14903
Jon Stephens
jdwayside
Mar 12, 2007 1:19 am
... 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...
14904
Alan K Baker
wurlitzerwilly
Mar 12, 2007 10:02 am
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...
14905
adamsbriand
Mar 13, 2007 12:37 am
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...