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...
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...
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. ...
Change the type attributes of the button inputs from "submit" to "button". ... -- Jon Stephens Technical Writer, MySQL Documentation Team Brisbane, Australia ...
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...
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. ...
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...
Netscape invented Javascript, which still floats around here and there. There is a standards group that actually has taken a standards approach to the ...
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...
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...
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...
First I would suggest checking out http://www.devguru.com/Technologies/ecmascript/quickref/javascript_index.html (Specifically "Date"), these items also give...
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...
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...
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...
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 ...
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 ...
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...
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 ...
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...
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 ...
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...
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...
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. ...
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...
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...