Search the web
Sign In
New User? Sign Up
JS-Jive · The premiere Yahoo! Javascript Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 19072 - 19105 of 21091   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
19072
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...
mainstreetcentral@...
richardx1313
Offline Send Email
Oct 1, 2003
3:28 pm
19073
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')">...
davidkiersh
Offline Send Email
Oct 1, 2003
3:34 pm
19074
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@...
Send Email
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@...
Send Email
Oct 1, 2003
3:40 pm
19076
worked perfectly..thanks a lot! --dave ... original ... screen. ... http://docs.yahoo.com/info/terms/...
davidkiersh
Offline Send Email
Oct 1, 2003
3:47 pm
19077
What about this: <SCRIPT> var frmdoc, frmwin; function Init() { frmdoc=(frmwin=window.open()).document; frmwin.onunload=new...
Kenneth Bull
kenneth_bull
Offline Send Email
Oct 1, 2003
4:03 pm
19078
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();...
tmallan
Offline Send Email
Oct 1, 2003
4:58 pm
19079
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...
Mark Eckeard
meckeard2000
Offline Send Email
Oct 1, 2003
5:34 pm
19080
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@...
Send Email
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@...
Send Email
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...
MC
trialschump
Offline Send Email
Oct 1, 2003
10:30 pm
19083
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. ...
tmallan
Offline Send Email
Oct 1, 2003
11:12 pm
19084
Try this: <Script> document.formname.submit(); </Script> Mark tmallan <tmallan@...> wrote: Mark, The function is called on every page because the opening...
Mark Eckeard
meckeard2000
Offline Send Email
Oct 2, 2003
12:01 am
19086
http://www.geocities.com/Deluca2020/index.html...
schmelzel9191
Offline Send Email
Oct 2, 2003
12:46 am
19088
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 ... ...
tmallan
Offline Send Email
Oct 2, 2003
1:18 am
19089
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...
tmallan
Offline Send Email
Oct 2, 2003
1:21 am
19091
... Mozilla and derivates (Firebird, Galeon, Netscape7 etc.) put their error messages in the JavaScript console, and only tells the user that an error has...
liorean
Offline Send Email
Oct 2, 2003
8:57 am
19092
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...
tmallan
Offline Send Email
Oct 2, 2003
3:44 pm
19093
... 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 Schroeder
laughingandj...
Offline Send Email
Oct 2, 2003
4:26 pm
19095
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...
tmallan
Offline Send Email
Oct 2, 2003
9:49 pm
19096
... 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...
Hassan Schroeder
laughingandj...
Offline Send Email
Oct 2, 2003
10:21 pm
19097
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...
rogue2fighter
Offline Send Email
Oct 3, 2003
8:32 am
19098
Hi. That's HTTP authification via the HTTP header: <?php if(!isset($_SERVER[PHP_AUTH_USER])) { header("WWW-Authenticate: Basic realm=\"myRealm\""); ...
dada_nini
Online Now Send Email
Oct 3, 2003
9:32 am
19099
http://www.geocities.com/Forgerondbkv/index.html...
schmelzel9191
Offline Send Email
Oct 5, 2003
9:28 pm
19100
Hello friends We are hiring Home typists ! Only for Indians !! No Selling/recruiting work. No previous experience is required, full Online training is...
visagan_k
Offline Send Email
Oct 6, 2003
4:16 am
19101
we want a way to build a right align (right to left) vertical menu for my site ....
mohammad
xxmohammad
Offline Send Email
Oct 6, 2003
8:28 am
19102
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...
ashley_cat
Offline Send Email
Oct 6, 2003
4:29 pm
19103
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...
George Corrigan
ccs4george
Offline Send Email
Oct 6, 2003
4:40 pm
19104
Right, in the function, the fourth swap should read setTimeout("document.square.src=square;",1150); ...and not img4. The short timing is intentional. However,...
ashley_cat
Offline Send Email
Oct 6, 2003
4:47 pm
19105
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...
Dean Hamack
tactics2337
Offline Send Email
Oct 6, 2003
4:55 pm
Messages 19072 - 19105 of 21091   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help