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...
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 11496 - 11525 of 16817   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
11496
There's a couple of stray characters. Also, the use of "document" here is incorrect. The function definition should read: function check(form) { ...
Jon Stephens
jdwayside
Offline Send Email
Sep 1, 2005
10:49 am
11497
... What Jon is referring to is that the word "document", in browser JavaScript, refers to a pre-defined object, so stay away from using this. His example is a...
Tim Sabin
timsabin
Offline Send Email
Sep 1, 2005
2:40 pm
11498
QUESTION 1.(adding components to a container and arranging them using appropriate layout managers.) ... .Date .Time .Customers Full Names .ID Number .Address ...
felix outa
fela23ke
Offline Send Email
Sep 1, 2005
2:40 pm
11499
The "X" in the title bar is a system decoration from Windows, so Javascript will not affect it. The only way to control it is to do some low-level Windows...
Tim Sabin
timsabin
Offline Send Email
Sep 1, 2005
2:40 pm
11500
How can I build a search engine that just search my site or a directory in my site...
josephcraftsr
Offline
Sep 1, 2005
2:40 pm
11501
What's your question? Do you need to post some code? --Tim Sabin...
Tim Sabin
timsabin
Offline Send Email
Sep 1, 2005
2:40 pm
11502
... JAVA, J2EE and javascript are 3 different things. There are so many javascript tutorials on the web. Please consut www.sun.com<http://www.sun.com>for java...
Programming Help
programmingh...
Offline Send Email
Sep 1, 2005
5:04 pm
11503
There is a sentence in my table Rate Request Contact Information When I use <tr><td>Rate Request Contact Information it shows some thing like that Rate...
Erik Khan
erik_khan
Offline Send Email
Sep 1, 2005
8:16 pm
11504
that loks to me more like an html error, should u be using <tr><td>a </td><td> b</td></tr> or something like that? ... -- /fel [Non-text portions of this...
Luis Felipe Valdez Ru...
kyoosho
Offline Send Email
Sep 1, 2005
10:48 pm
11505
Part of the problem is that you've not explained the task in clear language. Break it down into logical steps, describing each object and action clearly. ...
Jon Stephens
jdwayside
Offline Send Email
Sep 2, 2005
12:02 am
11506
Yes I am use too to design forms in table. Only i have problem is to create different headings in table i need the whole row but when i try to write in the...
Erik Khan
erik_khan
Offline Send Email
Sep 2, 2005
2:29 am
11507
... headings in one row in the table ... Following code will be helpful for you. <tr> <td nowrap>Rate Request Contact Information</td> <td nowrap>Heading...
Programming Help
programmingh...
Offline Send Email
Sep 2, 2005
2:29 am
11508
... <script language="javascript"> //obtains the radio button values into an array var radioClicked = document.form1.radioSet1; // you can loop to get the...
Programming Help
programmingh...
Offline Send Email
Sep 2, 2005
2:29 am
11509
thank again have fun bye ... <script language="javascript"> //obtains the radio button values into an array var radioClicked = document.form1.radioSet1; // you...
nithya raj
nithy_cath
Offline Send Email
Sep 2, 2005
2:47 am
11510
Sir, I have attached my project for ur kind reference, please check it, The form has two tables, first table(which has no border) and i have inserted a control...
nithya raj
nithy_cath
Offline Send Email
Sep 2, 2005
2:47 am
11511
You can only put text inside a <td>. If you want to span several columns, use colspan in the <td>. E.g. <td colspan=5>stuff</td> Obviously the number in the...
David Smart
smartware_co...
Offline Send Email
Sep 2, 2005
10:56 am
11512
The list doesn't allow attachments. Dave S ... From: nithya raj To: javascript_official@yahoogroups.com Sent: Friday, September 02, 2005 12:46 PM Subject: Re:...
David Smart
smartware_co...
Offline Send Email
Sep 2, 2005
10:57 am
11513
Is there a limit to how many javascripts that can be running on any given web page?...
John Michael Beck
trahcwolf
Offline Send Email
Sep 2, 2005
12:37 pm
11514
It seems my javascript program working quite weirdly. When I am using a alert code like this, alert("16.01 x 100 = " +(16.01*100)); The alert window tells...
Eun-young
ariel_sherin...
Offline Send Email
Sep 2, 2005
12:38 pm
11515
 Hello Sir How Are You? I M New In The Java Script So Please Help Me In The Coding For Uploading Through Javascript Supose If we want to attach files with our...
Milind Kansagara
milind_04mca08
Offline Send Email
Sep 2, 2005
12:38 pm
11516
How to redirect page in Javascript as we use in ASP respons.redirect(www.hotmail.com) Thanks, ... Start your day with Yahoo! - make it your home page [Non-text...
Erik Khan
erik_khan
Offline Send Email
Sep 2, 2005
12:39 pm
11517
You can use this code: <script> function openPage(){ location="http://www.hotmail.com"; } window.onLoad=openPage() </script> Erik Khan <erik_khan@...>...
Carlos A. Puerta L.
capuertal
Offline Send Email
Sep 2, 2005
3:06 pm
11518
... www.hotmail.com <http://www.hotmail.com>) ... Use the following: <script type="text/javascript"> <!-- window.location = "http://www.hotmail.com" //--> ...
Programming Help
programmingh...
Offline Send Email
Sep 2, 2005
3:07 pm
11519
You can use this code: I don´t know why the window´s method change... the method is when the page load (onLoad). It appear onfiltered (I don´t know why). I...
Carlos A. Puerta L.
capuertal
Offline Send Email
Sep 2, 2005
3:07 pm
11520
... I dont think so. But it is always better to have a few rather than having too many :) -- http://www.programminghelp4u.com/ - Help on programming (C/C++,...
Programming Help
programmingh...
Offline Send Email
Sep 2, 2005
3:07 pm
11521
this question, has been answered hundreds (if not thousands) of times, in several programming groups, perhaps if u search for something like "floating point...
Luis Felipe Valdez Ru...
kyoosho
Offline Send Email
Sep 2, 2005
3:07 pm
11522
... <script> location.href=" http://www.rtfm.com/or_stfw.php?because=you_could_have_found_this_out_by_your_self "; </script> -- /fel [Non-text portions of this...
Luis Felipe Valdez Ru...
kyoosho
Offline Send Email
Sep 2, 2005
3:07 pm
11523
No Dave S ... From: John Michael Beck To: javascript_official@yahoogroups.com Sent: Friday, September 02, 2005 7:20 PM Subject: [JavaScript] Javascript Limit ...
David Smart
smartware_co...
Offline Send Email
Sep 2, 2005
3:13 pm
11524
.01 is not able to be represented in floating point format exactly. I don't know what browser you are using, but the second one comes out as 1605.9999999999997...
David Smart
smartware_co...
Offline Send Email
Sep 2, 2005
3:14 pm
11525
It didn't change in the copy I got. However, it probably changes in the HTML version of the message. The onload is considered a security risk in an HTML...
David Smart
smartware_co...
Offline Send Email
Sep 2, 2005
3:21 pm
Messages 11496 - 11525 of 16817   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