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...
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 13448 - 13477 of 16808   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
13448
Hmmm. That wasn't what you said. :-( But does it matter? Are you being instructed to do these low-level things? Or are you trying to set up software for an...
David Smart
smartware_co...
Offline Send Email
May 1, 2006
10:33 am
13449
You're right, this is not the correct list for your questions. You need to ask these questions on a Windows group. I'm not familiar with "just wich one"; just...
Tim Sabin
timsabin
Online Now Send Email
May 1, 2006
12:53 pm
13450
... i have a question for you, why do you think this group can/will help you, if you are not in any way related or into JS development? thats like calling a...
f3l
kyoosho
Offline Send Email
May 2, 2006
5:13 pm
13451
... that sounds like a question for the activemq guys, not the JS guys.....\ wrong group pal. (you should know better) Thanks ... -- //f3l ...
f3l
kyoosho
Offline Send Email
May 2, 2006
5:13 pm
13452
... have you tryied innerHTML, or DOm methods instead of document.write? Any suggestions? ... -- //f3l http://www.geocities.com/kyoosho/ [Non-text portions of...
f3l
kyoosho
Offline Send Email
May 2, 2006
5:17 pm
13453
No, I havnt. Shall work on that as soon as I find time, and then comment. Thanks, Maarten...
maartenvanthiel
Offline Send Email
May 3, 2006
3:22 pm
13454
Hi everyone, I'm from Japan, and this is my first time to post here. I need your help on how to realize the following trick. What I want is, "Daily Content on...
hiroshi_9wue
Offline
May 3, 2006
3:23 pm
13455
But this is a site that offers to do this. Follow its instructions. Regards, Dave S ... From: hiroshi_9wue To: JavaScript_Official@yahoogroups.com Sent:...
David Smart
smartware_co...
Offline Send Email
May 3, 2006
10:13 pm
13456
hi every one i need help : i need coding for validation of username and password while user login. on inserting username and password first it will check in...
poonam sharma
sweetpoonam16
Offline Send Email
May 4, 2006
5:43 am
13457
You don't do this through JavaScript - you do it on your server (e.g. with ASP). Talk to your server administrator about password validation methods suitable...
David Smart
smartware_co...
Offline Send Email
May 4, 2006
12:00 pm
13458
Hai In which language u wants to check the username and password Karthikeyan.V Ph +919884431082 ... Yahoo! India Answers: Share what you know. Learn something...
Karthikeyan
seenukarthi
Offline Send Email
May 4, 2006
5:48 pm
13459
Hey Poonam! let me know in what language do u need the code... i have the code in JSP and JAVA... Remember me in ur prayers Naveed Ahmed ... New Yahoo!...
Naveed Ahmed
alone_pisces
Offline Send Email
May 4, 2006
5:50 pm
13460
... doesnt sound too complicated, but i-d rather do it in PHP so here is a quick and dirty answer to your problem: an iframe, named X, and a small script like ...
f3l
kyoosho
Offline Send Email
May 4, 2006
5:50 pm
13461
... look for "web design patterns " and for login, im certain youll find all the code you need on the net. doing it in JS would be rather unsafe ... -- //f3l ...
f3l
kyoosho
Offline Send Email
May 4, 2006
5:50 pm
13462
good lord,, dump the MAC in the trash and go with standards,,,...
Brian E Boothe
codemage67
Offline Send Email
May 4, 2006
7:21 pm
13463
Ha! no way!... I have a PC at home and work on a Mac... and as soon as I can i would by a Mac and dump the PC in the trash :p regards gaby ... good lord,, dump...
gaviota
dseagul
Offline Send Email
May 4, 2006
8:22 pm
13464
... he doesnt have one, he just cares about his users, even those that have better taste than himself, something weoall should do... SPONSORED LINKS ... -- ...
f3l
kyoosho
Offline Send Email
May 4, 2006
11:52 pm
13465
Most web browsers on the Mac work the same way as ther Wndows or Linux equivalents. Firefox and Opera should work the same on a Mac as on a PC. Safari is ...
Stephen Chapman
felgall_com_au
Offline Send Email
May 4, 2006
11:53 pm
13466
Hi gang I have been given an interesting project, to create a spanish version of an existing site. The content is already translated into conversational...
Marian Briones
mjb713
Offline Send Email
May 4, 2006
11:53 pm
13467
just as i suspected, i entered the page, and its in english! so i hit "spanish" and get this: The Delta Dental Illinois website has the following languages...
f3l
kyoosho
Offline Send Email
May 5, 2006
3:13 pm
13468
if you are on apache, you can use mod_rewrite, and some php to do the job but i strongly recomendo you to allow the users to select their language, by ...
f3l
kyoosho
Offline Send Email
May 5, 2006
3:21 pm
13469
Please keep the religion out of this mailinglist. Mac vs. Win discussions isn't what this place is for. As for the actual question, "doesn't work on a Mac"...
liorean
Offline Send Email
May 6, 2006
12:00 am
13470
Hi, Im new in PHP. can anyone help me about source code for making internet bandwith graphics with php &mysql ???? Thanx for the help ... Yahoo! Messenger...
hans djie
cytrix_13
Offline Send Email
May 6, 2006
11:29 am
13471
Two questions: 1. Did you try searching the Net? 2. Have you considered asking about this on a PHP/MySQL mailing list? ... -- This message has not been scanned...
Jon Stephens
jdwayside
Offline Send Email
May 7, 2006
12:01 pm
13472
Hi, You used fck editor for writing the content & all these content stores in dbs or html file in admin backend section.In front end u want to display u...
jagdish gade
jagscool22000
Offline Send Email
May 10, 2006
4:05 am
13473
Hi, I am having trouble passing parameters of a Javascript subclass constructor through to it's superclass constructor. I am trying all sorts of things,...
Ingo Weiss
ingo.weiss
Offline Send Email
May 11, 2006
7:51 am
13474
... why not this.Base(a) ? this.prototype.constructor.call(a); ... -- //f3l http://www.geocities.com/kyoosho/ [Non-text portions of this message have been...
f3l
kyoosho
Offline Send Email
May 11, 2006
4:57 pm
13475
... Base = function(x){ this.x = x; }; Base.prototype.show = function(){ alert("Base.show: " + this.x); }; Derived = function(x){ this.constructor(x); }; ...
Jonas Raoni
jonasraoni
Offline Send Email
May 11, 2006
5:32 pm
13476
Can anyone point me a nice Date Picker (and free) to use in FORM date field inside TABLE tags? Thanks F....
Fernando (UK)
fernandosouz...
Offline Send Email
May 11, 2006
5:32 pm
13477
Hi How do I force a new line in an alert i know its /n but forgotten the actual syntax function alert1() { alert("Some of these jokes MAY be offensive If you...
Eugene Donaghy
eugene_donaghy
Offline Send Email
May 11, 2006
8:55 pm
Messages 13448 - 13477 of 16808   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