Hi, I'm completely stumped! Below is a link to the problem. After clicking on the link, scroll down to where it says, "Dates and Prices...". There is one...
Just quick observation of the action ... the "Yes" goes away just before it says "first new row emptied". At the same time, the "yes" selected in the new row...
Hi all, Ok... I slimmed down the code to just test and here is what I've found. The other fields don't get "confused", on the radio buttons. Here is the test...
Yes they do get confused. If you click on the top yes, then on the bottom yes, the top yes goes off. I.e. all four radio buttons are associated as one group....
Hi all, I am using DHTML to create a pop-up like window on my local intranet. All my users have Windows 2000 or XP and all have IE6. When my web page loads, I...
It looks as though it should work, so the bug is probably more obscure than this. Please post a lot more of the page and code. Regards, Dave S ... From: "Mark...
Using JS to control cookies is unreliable. "This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant, Richmond, Surrey, TW9 1DL, United Kingdom), a...
Robertson-Ravo, Neil ...
Neil.Robertson-Ravo@...
Nov 11, 2005 10:21 pm
20801
Mark, I'd bet a beverage of choice that the second user has different security settings or cookie deletion software or firewall. ... Roger ... Roger Roelofs ...
Has anyone seen a great tutorial on how to use the dom to properly parse an xml document? I was hoping to find something in depth that might show maybe via a...
Xpath "This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant, Richmond, Surrey, TW9 1DL, United Kingdom), a division of Reed Business, Registered...
Robertson-Ravo, Neil ...
Neil.Robertson-Ravo@...
Nov 12, 2005 7:03 am
20804
... Ok. Got a url for this? Thanks Steffan ... T E L 6 0 2 . 5 7 9 . 4 2 3 0 | F A X 6 0 2 . 9 7 1 . 1 6 9 4 Steffan A. Cline Steffan@......
W3.org Should allow you to traverse XML structure (or any tree type structure). "This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant, Richmond,...
Robertson-Ravo, Neil ...
Neil.Robertson-Ravo@...
Nov 12, 2005 4:23 pm
20806
I'll be sure to check that out but I was thinking more along he lines of something like http://www.w3schools.com/dom/dom_document.asp That shows an xml tree...
Well that is the fundamentals of JS. Document.object.object etc. "This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant, Richmond, Surrey, TW9...
Robertson-Ravo, Neil ...
Neil.Robertson-Ravo@...
Nov 12, 2005 4:58 pm
20808
I am pretty experienced in JavaScript, but I never quite understood cookies. I know how to do document.cookie(data), but I can not do a cookie that expires at...
I've got a relatively simple form sheet that accepts uses forms and innerHTML to put values into one table's cells and then populate the rest of the tables...
I'd like to be able to start applications via Javascript and I'd also like to start certain .htm files via a different browser than the one running. Is that...
Hi, I was trying to invoke the script debugger from the browser. I have already uncheck the TOOLS--> OPTIONS--> disable script debugger. But still then , JIT...
Hi. I have several frames, each containing a data grid, and I'd like to refresh the data in a datagrid with HTTP Request (without refreshing the page) when...
hi, i want to change the caption in alert window. alert("Message"); is giving default titlebar caption (Microsoft Internet Explorer). that i need to change. ...
... Hi, This article has been the cookie life saver for me. I've used it on several different sites and they all work great. It will probably have the answer...
Cannot be done - it would be a very large security hole if you could. "This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant, Richmond, Surrey,...
Robertson-Ravo, Neil ...
Neil.Robertson-Ravo@...
Nov 30, 2005 8:09 am
20816
You want to look into AJAX. "This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant, Richmond, Surrey, TW9 1DL, United Kingdom), a division of Reed...
Robertson-Ravo, Neil ...
Neil.Robertson-Ravo@...
Nov 30, 2005 8:10 am
20817
You can't. "This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant, Richmond, Surrey, TW9 1DL, United Kingdom), a division of Reed Business, ...
Robertson-Ravo, Neil ...
Neil.Robertson-Ravo@...
Nov 30, 2005 8:13 am
20818
Need to see your code - remember that Crapscape and IE have different implementations of JS. "This e-mail is from Reed Exhibitions (Oriel House, 26 The...
Robertson-Ravo, Neil ...
Neil.Robertson-Ravo@...
Nov 30, 2005 8:16 am
20819
You are not a jsmaster then are you :-p ... "This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant, Richmond, Surrey, TW9 1DL, United Kingdom), a...
Robertson-Ravo, Neil ...
Neil.Robertson-Ravo@...
Nov 30, 2005 8:39 am
20820
What do you mean by "different browser"? Do you mean a different brand of browser, or simply a new browser window? If you mean a new browser window, then...
The latter (JIT) is for Java debugging NOT JavaScript. There is no real way to debug JS on a page unfortunately - you have to debug by trial and error. "This...
Robertson-Ravo, Neil ...
Neil.Robertson-Ravo@...
Nov 30, 2005 10:32 am
20822
Seeing your code would be more helpful. Other than that, open the javascript console and look for errors/warnings. If you develop in ff 1.0.7, there lots of...
Neil, ... The gecko based browsers have a passable javascript debugger, called Venkman. However, it needs to be updated to work with firefox 1.5, which I...