Hi All- My website has a splash page which, when clicked on, activates a javascript to open another window, sized as I want my site to be viewed. On most...
Dak, Try this. 3 changes. 1) I took out the preloadimages(); call in your body tag, there is no function that this is associated with, so why do you have it...
My initial two thoughts would be that 1 - The user does not have javascript enabled. 2 - They have a popup blocker that blocks this. I will let you know if I...
Hi Dak, --"Some visitors tell me they cannot get past the splash page. They're mostly (but I don't believe exclusively) Windows/IE users. Yet, I know that some...
the great thing about "AJAX" is that what you use on the backend really doesn't matter. Actually, you could have 1 html page that uses Javascript "AJAX" to...
are the functions that require a reference to the form being executed *from* member elements of the form? if so, you could use the following overly-simplified...
AFAIK, form names and forms are just held in an Array within the document in the DOM at page load. Of course you can have more than one form per page so you...
Robertson-Ravo, Neil ...
Neil.Robertson-Ravo@...
Oct 19, 2005 10:28 am
20789
Could you pass in the name of the form to the JS? J Hohgrefe simple_tailor ... __________________________________ Yahoo! Mail - PC Magazine Editors' Choice...
Hello there, I am looking to create a form that not only validates that zip codes are in the correct US format, but also checks to see if they are valid zip...
There must be hundreds if not thousands of these abound. Google it. "zip code validator + javascript" "This e-mail is from Reed Exhibitions (Oriel House, 26...
Robertson-Ravo, Neil ...
Neil.Robertson-Ravo@...
Oct 27, 2005 3:42 pm
20793
... Two, actually: 1) this is a *JavaScript*, not Java, list; 2) the exception means just what it says -- you can't run this code outside a J2EE environment,...
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...