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 11197 - 11226 of 16817   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
11197
in the opened window you will have a reference to the parent window by an object called window.opener ... -- *Alain* [Non-text portions of this message have...
**Alain**
haddad_alain
Offline Send Email
Jul 2, 2005
2:35 pm
11198
here is logic a=0;b=1; until the given number { c=a+b; print the number a=b; b=c; } Jennylyn Fernandez <amazeko@...> wrote: anyone here knows how to...
padma bindu
chakicherla_...
Offline Send Email
Jul 2, 2005
2:36 pm
11199
Hello I have a query is a web page written using JavaScript considered to be a web application? Yours from Craig...
cihardie1999
Offline Send Email
Jul 2, 2005
2:36 pm
11200
Hello, I wrote following: function searchcur() { var newloc; var sea_wo=search.sea_wo.value; newloc="load_search.php?load="+encodeURIComponent( ...
gregaizi
Offline
Jul 4, 2005
4:42 pm
11201
Craig, A web page written with JavaScript is part of a Web application. It *can* be a web application unto itself, although this is hardly ever the situation. ...
Tim Sabin
timsabin
Offline Send Email
Jul 4, 2005
4:43 pm
11202
Change the type attributes of the button inputs from "submit" to "button". ... -- Jon Stephens Technical Writer, MySQL Documentation Team Brisbane, Australia ...
Jon Stephens
jdwayside
Offline Send Email
Jul 5, 2005
9:38 am
11203
Hello, I have been trying to find a solution for a while... Basically, I have a dhtml menu script which is hard coded and works well but I want to use a for...
Vagner Hughs
vagner_hughs
Offline Send Email
Jul 5, 2005
3:52 pm
11204
Hi there: I am hoping that someone out there can help me out. I am new to Acrobat and to Javascript, but i need to do some time calculations within a column. ...
slcam2000
Offline Send Email
Jul 6, 2005
3:28 pm
11205
hello. I want to create a scientific calculator using javascript. actually its a project of mine in school. so how am i going to start the script? a simple...
Jennylyn Fernandez
amazeko
Online Now Send Email
Jul 7, 2005
8:15 am
11206
Netscape invented Javascript, which still floats around here and there. There is a standards group that actually has taken a standards approach to the ...
Robb
osirisra01
Offline Send Email
Jul 7, 2005
8:16 am
11207
Hi All, Please let me know if someone has a solution to the following problem. I was trying to dynamically get the location of a tag in the HTML table so that...
Niraj Agrawal
mail2niraj
Offline Send Email
Jul 7, 2005
8:16 am
11208
You'll have to explain where your problem is, in a little bit more detail. If a simple calculator is easy for you, then so should a scientific one be. It's...
David Smart
smartware_co...
Offline Send Email
Jul 7, 2005
11:45 am
11209
Hello!! I'm a new member of this group. My name is Karen. I'm 39, a single mom of 2 kids. I am currently attending school at ITT Tech earning an Assoc. Degree...
*·.·´¯`Â...
karenality
Offline Send Email
Jul 7, 2005
4:05 pm
11210
First I would suggest checking out http://www.devguru.com/Technologies/ecmascript/quickref/javascript_index.html (Specifically "Date"), these items also give...
Mystri Originals
The_Mystri
Offline Send Email
Jul 7, 2005
5:27 pm
11211
I'm trying to allow clients to upload files to my server through a web page, but I'm not very skilled with languages other then JavaScript. What I'd like to...
Mystri Originals
The_Mystri
Offline Send Email
Jul 7, 2005
5:44 pm
11212
Kara, In HTML there is a tag that allows you to upload a file: <input type="file" id="uploaded_file" name="uploaded_file" size="50" /> This tag creates a text...
Tim Sabin
timsabin
Offline Send Email
Jul 7, 2005
10:03 pm
11213
Hi, Karen. OK, I'm not writing the code! The first thing you have to do is understand the Javascript Date object. A good tutorial is at ...
Tim Sabin
timsabin
Offline Send Email
Jul 8, 2005
12:22 am
11214
Hi... I'm sending a rich content email with an embedded iframe(Through email to hotmail). When I use Hotmail to view the message the iframe is removed. Further...
salman4web
Offline Send Email
Jul 8, 2005
9:54 am
11215
Hi, I had try this before but error occurs in my page. actually this method if i try at my other pages, it is success. for this page, i actually call download ...
Ha Haw Ing
haw_ing
Online Now Send Email
Jul 8, 2005
9:54 am
11216
hi any body knows the equivalent of event.keyCode in other browsers than ie? and if any body knows a good tutorial for java script in browsers other than ...
**Alain**
haddad_alain
Offline Send Email
Jul 8, 2005
4:23 pm
11217
All of the free web mail services are starting to do this... This prevents users from clicking on malicious emails and causing problems. Your only alternative...
Ken Auenson, II
kja2
Online Now Send Email
Jul 8, 2005
4:23 pm
11218
Alain, The best resource I know of for developing cross-browser Javascript is the Javascript Bible by Danny Goodman. It is worth its weight in gold. Of all ...
work@...
chipper98404
Offline Send Email
Jul 8, 2005
7:06 pm
11219
Alain, The standard for browser JavaScript allows browsers to implement events in any way they see fit (this is the bad news). The good news is that all major...
Tim Sabin
timsabin
Offline Send Email
Jul 8, 2005
7:06 pm
11220
I have a problem that people tell me can be done but no one seems to know how to do it. The form I have allows users to enter basic data about themselves ...
Tim
tpherr
Offline Send Email
Jul 9, 2005
11:49 am
11221
I need to see the logic between the 2 pages. As you can see from my example, my search page opens a popup window "Searching.asp" then calls the actual search...
Pete Harrison
rang5r
Offline Send Email
Jul 9, 2005
11:49 am
11222
Thank you very much guys.. i found a site called www.cross-browser.com <http://www.cross-browser.com> it has all the function and the equivalents, i suggest...
**Alain**
haddad_alain
Offline Send Email
Jul 9, 2005
11:49 am
11223
document.onkeyup = handleKeyUp; function handleKeyUp(e) { if(!e) var e = window.event; key = e.keyCode; alert("You pressed the " + String.fromCharCode(key) + "...
Jon Stephens
jdwayside
Offline Send Email
Jul 9, 2005
1:58 pm
11224
I been trying to teach my self Javascript. well its worst then perl. any way. Not in my web site. just in some perl scripts that I have. It reads 3 cookies. ...
Joe
bigjoe11a
Online Now Send Email
Jul 10, 2005
10:03 pm
11225
Hey Tim!!! Thanks a lot!! This is PROBABLY going to help me!!!! A LOT!!! It's given me something to go on at least. My instructor's hobby is music, too!! Check...
karenality
Offline Send Email
Jul 11, 2005
2:28 pm
11226
Joe, This URL contains the JavaScript code needed to get and set cookies, among other things: http://www.webreference.com/js/column8/functions.html As far as...
Tim Sabin
timsabin
Offline Send Email
Jul 11, 2005
2:28 pm
Messages 11197 - 11226 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