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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 6605 - 6635 of 16813   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6605
I need help in inserting javascript , I am using a hover button created from Front Page. Say I want to insert a click event, how do I do that? 'am a beginner,...
gentleman_from_toronto
gentleman_fr...
Offline Send Email
Apr 1, 2003
9:54 am
6606
'' and "" are the same thing, just remember to use the same one to close your quotes that you did to open. A ; is ALWAYS required at the end of a statement (or...
Kenneth Bull
kenneth_bull
Offline Send Email
Apr 1, 2003
1:04 pm
6607
<input type="button" onClick"doThis()"> <script language="JavaScript"> function doThis(){ alert("hello World"); } </script> Note: You can use the onClick event...
Leviaguirre Queral Jo...
JLEVIAGU@...
Send Email
Apr 1, 2003
4:47 pm
6608
This should display the time with the Hour value going from Cyan to Red and the minute from Yellow to Blue. (Note use of RGB(rrr,ggg,bbb) form for color...
Kenneth Bull
kenneth_bull
Offline Send Email
Apr 1, 2003
5:00 pm
6609
I am trying to create a form in which its attributes change depending on a drop down box. I am using Cold Fusion to populate the form...but I am familiar with...
cmvia
cvia@...
Send Email
Apr 1, 2003
7:16 pm
6610
I just wanted to show you the code , how it is for a hover button when created in FP, so that you can help me better. <applet code="fphover.class"...
Venkatesh Balasubrama...
gentleman_fr...
Offline Send Email
Apr 2, 2003
5:33 am
6611
You can use the onChange event of combo box to do the trick for you. Gunjan. cmvia <cvia@...> wrote:I am trying to create a form in which...
Gunjan Velani
gunjan_kvel
Offline Send Email
Apr 2, 2003
11:28 am
6612
I do not understand why you want to do this.(Select is an input type also) And your answer is., to onChange event of your select, ...
muratb@...
mrbalkan
Offline Send Email
Apr 2, 2003
1:03 pm
6613
I need help on this: Anyone have a code, that would close the child window(s) on the parent window close ? ~GERRI~ xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Cherry Pi: ...
msv(desygnz);
msv_desygnz@...
Send Email
Apr 2, 2003
2:56 pm
6614
Hello, Would someone be able to verify for me the difference between using <input type="submit" value="My Label" onClick="DoMyFunction()"> OR <input...
danearga
danearga@...
Send Email
Apr 2, 2003
7:45 pm
6615
... "button" is just what it says a button, then you can provide special javascript behind the handler. "submit" is a special type of button in where it ...
Wayne Fuller
pacofuller
Offline Send Email
Apr 2, 2003
8:07 pm
6616
i dont get the point of the loop. since only one of the radios can be checked at a time.... i could understand for checkboxes... isnt there something like ...
Garvin Casimir
khing2
Offline Send Email
Apr 2, 2003
8:56 pm
6617
you need to be more specific.. cause we need to know what to do after you unselect a radio. select another right?? ... ===== HTTP://SILASCO.PORT5.COM/TONES/ ...
Garvin Casimir
khing2
Offline Send Email
Apr 2, 2003
8:58 pm
6618
I need help using javascript to create a photo gallery browser. I want to be able to open a single window with <Next> and <Prev> links to browse through each...
loserboy21
Offline Send Email
Apr 2, 2003
9:29 pm
6619
I know but the guy wants the option unchecked. As far as I understood, he want's the user to be able to select either from radios or combos. If user selects...
Leviaguirre Queral Jo...
JLEVIAGU@...
Send Email
Apr 3, 2003
1:12 am
6620
Can I use javascript to access serial port(RS232) on the server side? Thanks for your help and time....
dccsd
Offline Send Email
Apr 3, 2003
2:41 am
6621
Hello, Thankyou Leviaguirre Queral José Luis for you help on the drop down. I have a new problem. I need some help with JavaScript validation the code...
Pig
maximuspig
Offline Send Email
Apr 3, 2003
3:00 am
6622
Hello, Thankyou Leviaguirre Queral José Luis for you help on the drop down. I have a new problem. I need some help with JavaScript validation the code...
Pig
maximuspig
Offline Send Email
Apr 3, 2003
3:00 am
6623
Hello, Thankyou Leviaguirre Queral José Luis for you help on the drop down. I have a new problem. I need some help with JavaScript validation the code...
Pig
maximuspig
Offline Send Email
Apr 3, 2003
3:01 am
6624
Hello, Sorry about my post being posted three times, not sure how it happend i only clicked it once, if they can be removed please remove them. The code before...
Pig
maximuspig
Offline Send Email
Apr 3, 2003
3:11 am
6625
function closeit{ window.close(); } will be enough Murat ... From: msv(desygnz); [mailto:msv_desygnz@...] Sent: Wednesday, April 02, 2003 6:01 PM To:...
muratb@...
mrbalkan
Offline Send Email
Apr 3, 2003
5:50 am
6626
javascript is for client side. you have to use JSP,ASP or similar server side languages. ... From: dccsd [mailto:dccsd@...] Sent: Thursday, April 03,...
muratb@...
mrbalkan
Offline Send Email
Apr 3, 2003
5:55 am
6628
hello, i have select list, i want to open the desire link to a new window not on the same window....
sherwintan
Offline Send Email
Apr 3, 2003
9:55 am
6629
function popup(a) { window.open(a," This is a new win ","width=400,height=550,resizable=no,status=no,scrollbars=no,left=100,top= 50 "); } Murat ... From:...
muratb@...
mrbalkan
Offline Send Email
Apr 3, 2003
10:24 am
6630
... Nope, javascript does not run on the server side, only client side. __________________________________________________ Do you Yahoo!? Yahoo! Tax Center -...
Wayne Fuller
pacofuller
Offline Send Email
Apr 3, 2003
3:11 pm
6631
Yes it does. You can use JS just us you would use VBScript in the server side (called ASP) I dont think its possible to call the serial port in a language as...
Marcelo Rocha
murch@...
Send Email
Apr 3, 2003
3:32 pm
6632
if you create a child window from parent, you can close it from parent. //create child window from parent myChildWindow = window.open(a," This is a new win...
Leviaguirre Queral Jo...
JLEVIAGU@...
Send Email
Apr 3, 2003
4:20 pm
6633
... Wrong. It is not javascript, it is Microsoft's version called JScript, which is not the same as javascript. ...
Wayne Fuller
pacofuller
Offline Send Email
Apr 3, 2003
4:26 pm
6634
Of course. JavaScript is from Netscape. JScript is from MS I never wrote JavaScript . I said JS that can be both of them And I think you understood me. Thanks...
Marcelo Rocha
murch@...
Send Email
Apr 3, 2003
4:44 pm
6635
No, I mean when you close the parent window (on an unload, iin the body i guess) it closes the child windows that it opened. I know how to close the child...
Gerri(warren_otaku);
cbmsv@...
Send Email
Apr 3, 2003
4:59 pm
Messages 6605 - 6635 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