Karthikeyan, This sounds like a timing issue. I'm not an expert on timers, but perhaps, you could set a timer on the event so there is a delay. I've seen these...
Im having problem with opening a new window. I have a hyper link like this .. <a href="javascript:window.open('popup.html','_blank','width=500, height=300')">...
open it up with a function OR using onClick ... From: davidkiersh [mailto:davidkiersh@...] Sent: 01 October 2003 16:35 To: JS-Jive@yahoogroups.com ...
Robertson-Ravo, Neil ...
Neil.Robertson-Ravo@...
Oct 1, 2003 3:35 pm
19075
I have a string of http://myserver/foo/foo/index.cfm?tool=10&lid=7&mid=3&fuseaction=exhibitorad min.dataentry#7 I have a function which is dynamically adding...
Robertson-Ravo, Neil ...
Neil.Robertson-Ravo@...
Oct 1, 2003 3:40 pm
19076
worked perfectly..thanks a lot! --dave ... original ... screen. ... http://docs.yahoo.com/info/terms/...
I've got a hidden form to be submitted upon a page load. The following code is contained in the site's included "header" file": <BODY ONLOAD="preloadImages();...
topher, It's possible the form does not exist until the page fully loads. To test this, remove the function call from the BODY tag and move it just outside the...
Hi All ( This is not a DB group but the best minds subscribe to this group) , I have this table - Dummy - with these values : Date MW1 Price1 ...
Kayode Yusuf
Kayode.Yusuf@...
Oct 1, 2003 9:59 pm
19081
Sorry for the trouble - I got a solution from another post. if you are keen, this is it. SELECT MIN(X.Date) AS mindate, MAX(X.Date) AS maxdate, X.MW1, X.Price1...
Kayode Yusuf
Kayode.Yusuf@...
Oct 1, 2003 10:19 pm
19082
i'm a newbie and so i need help. i'm creating a html form with radio buttons and listboxes. i want to disable/enable the list boxes based off a selection in a...
Mark, The function is called on every page because the opening body tag is part of an include - the "header". The closing HTML tag is in the "footer" include. ...
Try this: <Script> document.formname.submit(); </Script> Mark tmallan <tmallan@...> wrote: Mark, The function is called on every page because the opening...
Mark, Upon further investigation, it seems that this problem only happens when I invoke https mode - in http mode all is fine... -topher ... is ... some ... ...
Hi all, What sort of indication is given by Navigator 7.x when a Java Script error is detected? Is this surpressable (or "setable" in pref's)? thanks -topher...
... Mozilla and derivates (Firebird, Galeon, Netscape7 etc.) put their error messages in the JavaScript console, and only tells the user that an error has...
I'm surprised I don't see an icon in the status bar when I do see one in IE 6 for the same page and that's why I'm wondering if it's being surpressed or...
... From the menu: Tools -> Web Development -> JavaScript Console You may also be interested in the DOM Inspector and the JavaScript Debugger you'll find there...
Hassan, thanks - found the console. Do you know why the browser's status area doesn't show that there is a JS error when the console notes one? In IE there's a...
... I'd guess it's because casual end users don't need to know anything about script errors, and anyone who really cares probably has the console open anyway...
Hi, I've been looking everywhere to find the commands for a pop-up box that requests a users username and password in one and the same pop- up box (similar to...
Hello friends We are hiring Home typists ! Only for Indians !! No Selling/recruiting work. No previous experience is required, full Online training is...
Hello, I am new to this list and know just basic Javascript, so please forgive what I'm sure is, well a really basic question! I want to do a timed image swap...
First off, your function has square defined as you're forth image. You are using img4. Second, your timeouts are pretty low in number; I think 1000 is equal to...
Right, in the function, the fourth swap should read setTimeout("document.square.src=square;",1150); ...and not img4. The short timing is intentional. However,...
Anybody know how to make it so that a jump menu choice stays selected? Here's an example: http://www.edgeexpressions.com/beaded/index.htm When someone selects...