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...
Show off your group to the world. Share a photo of your group with us.

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 19627 - 19656 of 21091   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
19627
I have a page that is written using lasso (like php). There are times where I come back to the same page but the form elements are gone. If I have something...
Steffan A. Cline
steffan_cline
Online Now Send Email
Jan 1, 2004
4:59 pm
19628
What may be happening is that the javascript is firing before that section of the body is written. You could try moving your script below the appropriate...
Ben Doom
doom_tmh
Offline Send Email
Jan 1, 2004
5:10 pm
19629
Not sure I understand you completely here. I.e. why would the form elements suddenly be gone? Is it that the page has no data to display, and the lasso code...
David Smart
smartware_co...
Offline Send Email
Jan 1, 2004
11:40 pm
19630
I am unable to get a javascript menu to work in Opera,Mozilla, or Netscape. The menu displays, however no dropdowns appear, and nothing is "clickable" Same...
gtl72096
Online Now Send Email
Jan 2, 2004
4:25 pm
19631
Code that is written specifically for IE often will not work on Netscape/Mozilla or Opera. They use different DOMs -- Mozilla is closest (as far as I know) to...
Ben Doom
doom_tmh
Offline Send Email
Jan 2, 2004
6:48 pm
19632
Well the odd thing is that the same code applied to another website, works in all broswers. When I looked line by line in both the html and the js I cannot see...
Grant Leonard
gtl72096
Online Now Send Email
Jan 2, 2004
7:48 pm
19633
... Can you provide the URLs for the page that works and the page that doesn't? That would probably make it easier to determine the problem you're trying to...
Stephen Hait
shait@...
Send Email
Jan 2, 2004
8:02 pm
19634
Can you clone the working one and run it from the same folder as the one that doesn't? Does it reference a js file and if so, are they identical? JoAnn A....
JoAnn Schlosser
jojo_super77
Offline Send Email
Jan 2, 2004
8:24 pm
19635
Is there a way to get a page to refresh itself every day at a certain time (like midnight)? I know how to use a Meta tag to do a refresh at a set time interval...
Dean Hamack
tactics2337
Offline Send Email
Jan 2, 2004
9:18 pm
19636
It'll be something subtle, so you have to narrow it down first. JavaScript has a habit of just giving up, so your page just sits there and looks at you. The...
David Smart
smartware_co...
Offline Send Email
Jan 2, 2004
9:34 pm
19637
... Something like this would probably work -- not tested, since it's not midnight (here) yet :-) function init() { var now = new Date(); var midnight = new...
Hassan Schroeder
laughingandj...
Offline Send Email
Jan 2, 2004
10:19 pm
19638
I'll give it a try and see if it changes at midnight. Thanks....
Dean Hamack
tactics2337
Offline Send Email
Jan 2, 2004
10:24 pm
19639
Hi, One more thing you can do, just copy the code and paste into textpad and save the file. Run it... This is a very stupid reason but sometimes usefull. I did...
Monoranjan Gorai
monoranjang
Offline Send Email
Jan 3, 2004
6:09 am
19640
Hi, The following code refresh the page in each 10 seconds. Update the code according to your requirement. <script language="JavaScript"> var...
Monoranjan Gorai
monoranjang
Offline Send Email
Jan 3, 2004
7:08 am
19641
... That's not what I'm after. What I want is for my page to refresh itself at 12am every day. Dean Hamack Macromedia Certified Flash MX Designer/ Lead Web...
Dean Hamack
tactics2337
Offline Send Email
Jan 3, 2004
7:29 am
19642
check your values.......IE is more forgiving of non specific values....it just assumes that you are referrin to pixels or whatever default measure.... but in...
Garvin Casimir
khing2
Offline Send Email
Jan 4, 2004
3:00 pm
19643
I made a script to change the font size in a textarea. It works fine until not enclosed within the <form> tag. It would not work when the textarea is enclosed...
zeshanism
Offline Send Email
Jan 4, 2004
10:52 pm
19644
... First tip: open Mozilla's JavaScript console; it'll help you find the cause of this and a lot of similar problems. ... You have an identifier ("name") and...
Hassan Schroeder
laughingandj...
Offline Send Email
Jan 5, 2004
6:43 am
19645
I can not tell you why but I am fairly sure it will work inside a table tag to. zeshanism <zeshanism@...> wrote:I made a script to change the font size...
Richard Rehll
rich54110
Offline Send Email
Jan 5, 2004
6:58 am
19646
I would assume that you would want to put the textarea in a form. I would take the value of the selectbox and parse it to an integer variable, and then use...
Wes Sims
wes123mon
Offline Send Email
Jan 5, 2004
11:14 pm
19647
I have a page that is functioning, but something is wrong with the way I've written my foreloop which is something as follows: function preloadPopImg(){ for...
zixquam
Offline Send Email
Jan 6, 2004
10:18 pm
19648
Hello, is it possible to embed a short video file in html without caching it? In other words, I want to show the video to the user, but I don't want that the...
drenzii
Offline Send Email
Jan 6, 2004
10:54 pm
19649
I think the problem is that you're declaring the variables as var - i.e. local variables to the function preloadPopImg - they'll go out of scope when the...
David Smart
smartware_co...
Offline Send Email
Jan 7, 2004
10:08 am
19650
I am really new to JS. In fact I used a generator from javascript.internet.com to create a pop up window link. I used this same code for another site and it is...
lizcomeau2002
Offline Send Email
Jan 7, 2004
3:49 pm
19651
Using IE 5.5 I get no errors. The page opens at an awkward size but thats about it. --dave...
davidkiersh
Offline Send Email
Jan 7, 2004
4:59 pm
19652
Please be more specific on what isn't working. This is a very "busy" page and I don't have time to try out every ling on it. Also please indicate what browser...
David Smart
smartware_co...
Offline Send Email
Jan 8, 2004
1:01 am
19653
David, That was the problem. I can't tell you how much time I've spent trying to figure out that bug. I'll work it through without the eval statements to...
zixquam
Offline Send Email
Jan 8, 2004
2:25 am
19654
The popup works for me - but is baddly sized for the window that opens. Using the Javascript debugger in Mozilla Firebird it appears that you have an...
paulrollin
Offline Send Email
Jan 8, 2004
2:51 am
19655
Have you checked what the javascript debugger in Mozilla gives you? I find that adding a few alerts to show what line the code stops at, plus looking at the...
paulrollin
Offline Send Email
Jan 8, 2004
2:57 am
19656
Hi., I have a link in a page. On click of the link, i invoke a javascript to submit the action in the same page and reload the page. The link in my JSP page is...
Karthikeyan S
karthik@...
Send Email
Jan 8, 2004
10:26 am
Messages 19627 - 19656 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