Nothing prevents you from placing it in the root directory. Just leave it there and call it like this: <script src="form.js"></script> Mark micro_learner...
Hi, new to this group! First my system: Personal Web Server 4.0 (W98) Access 97 Nescape 4.x Java Script Debugger 1.1 256K mem 850 Mhz I'm just starting with JS...
Hi! (This is the second post on this topic, my first post didn't seem to work, my apologies if it shows up twice). My system: MS Personal Web Server 4.0 (W98) ...
Hi I am new to JavaScripting.. My question is After I check the validity of an Input say an Intger and if that test fails I need to get the focus back to the...
I am using the frames array on a three frame page to change all three frames with a single click. I've got the js function worked out, but I'm not sure in...
Now that I know how to create an element using document.createElement (); how can I delete an Element? ... tag, e.g. ... you must insert it into the ... page,...
Hi all, I need to detect the position of mouse on my web, I try to make it compatible for IE6 SP1 and Netscape 7.1, at least I have those browsers in my pc. I...
document.getElementsByTagName ("body")[0].removeChild (document.getElementById ("p")); Dave S ... From: joeandtelus To: javascript_official@yahoogroups.com ...
In whichever frame or frameset page you want -- just use the same object hierarchy you'd use in referencing anything else in a frameset, keeping in mind that...
Hi everyone, This looks like a good group! As you may have guessed I am new to it. I have a question: For one of my previous development projects, I use a...
Hello, Was wondering if someone could help me with a small snippet of js code that looks at a string and validates that it is in a certain format... for...
I've been working on a script that attempts to get all the window objects that have spawned from my site. My goal is to loop through and destroy every window...
Now there are many web broswers on Net, e.g. IE, opera, NN, mozilla, real, MyIE and so on. JavaScript for different broswers is different. So, need I design...
Hello, I make an SVG program than track a gps on a map. My image that represent GPS must move with the coordinnate stocking in an xml file. My image move only...
Hi, are you refering to the child windows opened??? If yes then you can look for the child objects.. Thanks, Chirag ... __________________________________ Do...
Hi everyone, This looks like a good group! As you may have guessed I am new to it. I have a question: For one of my previous development projects, I use a...
Echo, Did you try parseInt()? Some info: http://www.google.com/search?hl=en&lr=&ie=UTF-8&oe=UTF-8&q=javascript+parseint+function Mark Echo <yahoo@...>...
that = Math.floor (this); I define a "floor" method for numbers: Number.prototype.floor = function () { return Math.floor (this); } I was tempted to call it...
Coldfusion question. I am using the URL attribute in the cfchart tag, but I need the detail page to open in a pop-up window, how do I do that? I tried CFCHART...
you can have the url 'javscript:void(0)', and use onclick?? that's my guess, i only used cfusion once. ... <image.tiff> ... [Non-text portions of this message...
Ideally, you would want to cover every browser. But I don't know enough about all of them to say that it's worth the effort. I am very careful with my use of...
hi folks... My Problem is as follows... I have a text box ..on the onChange() event I do a validation by a function ..On error the Focus is got back to the...
Hello. I parse a xml file but i only want the second record. How can I get it in javaScript: function init(evt) { if (!window.svgDocument)svgDocument=...
ISSUE: Setting Attributes in a Dyanmically Drawn Input type="text" Box I am dynamically altering a couple rows in a table based on a user selection. Based on...
Here is the deal: When a page is loaded, it has to set a focus on an input type=text where I have to insert a number with 13 positions. After I have inserted...