Search the web
Sign In
New User? Sign Up
JavaScript_Official · JavaScript . AJAX . ActionScript
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 14619 - 14648 of 16813   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
14619
HI, I'm looking for a "last updated" script to put onto the home page of a client site. This would need to change whenever any of the pages on the site are...
whitefire4001
Offline Send Email
Dec 1, 2006
4:23 pm
14620
... You're correct, of course, and I'm aware of what you're talking about. However, I was keeping things simple and restricting my discussion to numbers and...
Jon Stephens
jdwayside
Offline Send Email
Dec 1, 2006
7:20 pm
14621
This is my code below but when i try and run it...it brings up the invalid selection answer on all of them...it is only suppose to be if you select an invalid...
ohiostatebucks24
ohiostatebuc...
Offline Send Email
Dec 2, 2006
5:53 pm
14622
This is a JavaScript list, not a Java list. Since what you have is Java code, you should contact a Java group list. --Tim Sabin...
Tim Sabin
timsabin
Online Now Send Email
Dec 3, 2006
5:46 am
14623
... Try using the document.lastModified property. -- This message has not been scanned for viruses. Since I do not use a Microsoft operating system or...
Jon Stephens
jdwayside
Offline Send Email
Dec 3, 2006
11:05 am
14624
I see http://www.teamslide.com/ there is web application than can make real time online presentation, anyone knows how to make application like this with ajax...
b_mara253
Online Now Send Email
Dec 4, 2006
6:53 am
14625
Hi How to find out locations of errors inside Java script code. GENEARLLY .it display following types errors Line :abc Char: 8 Error: Object Expected Code: 0 ...
neeraj rajput
neeraj_mca11
Offline Send Email
Dec 4, 2006
11:08 pm
14626
Hi Guys, Just wanted to ask how to count <li> elements in javascripts For example: <ul> <li>a</li> <li>b</li> </ul> And the result of my javascript function...
Mitchelle C. Pascual
mitch_pascual
Offline Send Email
Dec 5, 2006
4:30 am
14627
I am fairly new to Javascript. I have a form that users fill out to enter an animal to exhibit at a fair. Because we have no way of knowing, how many animals...
acecraig1
Offline Send Email
Dec 5, 2006
4:03 pm
14628
... Use some DOM method or combination of methods to uniquely identify the <ul>, then use getElementsByTagName(), e.g. <ul id="myUL"> <li>a</li> <li>b</li> ...
Jon Stephens
jdwayside
Offline Send Email
Dec 6, 2006
3:14 am
14629
... Use Firefox or SeaMonkey instead of MSIE for debugging scripts. MSIE has the worst built-in script debugging on the planet. For more advanced debugging,...
Jon Stephens
jdwayside
Offline Send Email
Dec 6, 2006
3:17 am
14630
Hi Jon, I tried the following script but doesn't return anything. :( <script language="javascript" type="text/javascript" > window.onload = ...
Mitchelle C. Pascual
mitch_pascual
Offline Send Email
Dec 6, 2006
6:06 am
14631
This is Java, not JavaScript. However ... You need to indent your code carefully and then look at what the "else" is associated with. You will find that it...
David Smart
smartware_co...
Offline Send Email
Dec 6, 2006
6:29 am
14632
I am sure this may be a simple brain fart/overlooking something problem. I have a very simple script that shows/hides an element. Along with that I have a span...
Soren
sorenwinslow
Offline Send Email
Dec 7, 2006
1:12 am
14633
... That's due to scoping rules - those objects aren't defined in that context. Try this instead: <script type="text/javascript"> window.onload = showMe; ...
Jon Stephens
jdwayside
Offline Send Email
Dec 7, 2006
3:22 am
14634
document.getElementById(TheArrow).innerHTML == "6"; -EQUALITY NOT ASSIGNMENT ... [Non-text portions of this message have been removed]...
Jonathan Berry
jcharlesberry
Offline Send Email
Dec 7, 2006
8:35 am
14635
I have a form with 3 fields on it. The first field is dropdown box with a Y and an N in it. The default is N. If the answer is Y I would like to hide show the...
j_young_55
Offline
Dec 7, 2006
6:23 pm
14636
HI Can someone please tell me the code to make snow falling on my website. Please. thanks, Sandra...
LegalEase_123
Offline Send Email
Dec 7, 2006
6:23 pm
14637
Your problem is simple. These two lines: document.getElementById(TheArrow).innerHTML == "4"; document.getElementById(TheArrow).innerHTML == "6"; You need to...
Mike Lichter
ogtizedo
Offline Send Email
Dec 7, 2006
6:24 pm
14638
Thanks, I knew it was something simple. Soren Jonathan Berry <jcharlesberry@...> Sent by: JavaScript_Official@yahoogroups.com 12/06/2006 06:30 PM Please...
soren.j.winslow@...
sorenwinslow
Offline Send Email
Dec 7, 2006
6:25 pm
14639
is there a way to stop users from seeing the php code. some of my pages have mysql database passwords and user names. how can I hide that information. and...
Joe
bigjoe11a
Online Now Send Email
Dec 7, 2006
9:15 pm
14640
<form name="FORM_NAME"> <select name="THE_LIST_NAME" onchange="this.value=='Y' ? status='hidden':status='visible'; ...
Fernando (UK)
fernandosouz...
Offline Send Email
Dec 7, 2006
9:18 pm
14641
... As far as security goes, a properly configured PHP server will NEVER EVER show your PHP source code to end users. If you're having this problem make sure...
Nick
nickj6282
Offline Send Email
Dec 8, 2006
1:26 am
14642
Hello, I have been asked a question and I are unsure of to work around this problem. This site uses a frameset. When an external page is loaded into one of the...
Mark @ intelliServe
cuddlymarky
Offline Send Email
Dec 8, 2006
1:26 am
14643
... From: Joe is there a way to stop users from seeing the php code. some of my pages have mysql database passwords and user names. how can I hide that...
listgroups@...
Send Email
Dec 8, 2006
1:29 am
14644
PHP code is processed on the server and sends HTML out. As to cookies, you can use document.cookie in javascript. Don't know the PHP option for it. ... -- ...
Jonathan Berry
jcharlesberry
Offline Send Email
Dec 8, 2006
1:31 am
14645
Hi all, I have created a dynamic div and added an image through a .js file for that image i have written ondragleave event it is working fine for IExplore 6.0...
anil_kr_92
Offline Send Email
Dec 8, 2006
7:08 pm
14646
... This event isn't standardized. ^^ -- Jonas Raoni Soares Silva http://www.jsfromhell.com...
Jonas Raoni
jonasraoni
Online Now Send Email
Dec 8, 2006
9:14 pm
14647
i really need a javascript to auto right click at 100:100 position on screen and then click at possition 110:110 on screeen and then press press N key........
cruteam
Offline
Dec 11, 2006
9:17 am
14648
For auto clicking, use the mouse move event and see the position if it is the required do wht ever you want ! cruteam <no_reply@yahoogroups.com> wrote:...
anil k
anil_kr_92
Offline Send Email
Dec 11, 2006
5:04 pm
Messages 14619 - 14648 of 16813   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