| | Rating Thread /
Thread Starter | Last Post  | Replies | Views |
|  | "Nody" wrote:
I think that your js file will be loaded as part of the loading of the htm.
That may result in the initialization of global variables...
Nody
|
03-20-2008 03:06 AM
Tom de Neef | 1 | 4 |
|  | My computer died Sunday and have now bought a new one. I have to get
all of my information off the old HD and get everything set back up. I
hope to...
Randy
|
03-20-2008 01:34 AM
Randy | 4 | 5 |
|  | I have the URL for example (http://www.example.com)
from that url have the <div class = "abc"> xxxxx</br><div>........<div
class =...
mekalai82@gmail.com
|
03-20-2008 12:07 AM
Peter Michaux | 1 | 2 |
|  | I have one Confirm Message Box using Confirm() javascript function
which display two buttons Ok and Cancel. I want to Change these
buttons lables...
namartajhamb@gmail.com
|
03-20-2008 12:02 AM
Peter Michaux | 1 | 5 |
|  | The latest developments in SQL server 2008 and an complete
encyclopedia of microsoft softwares. Know the methodology to capture
customers...
Gokul
|
03-19-2008 08:49 PM
Gokul | 0 | 3 |
|  | -----------------------------------------------------------------------
FAQ Topic - I have window.status="Moomin"; why doesn't the
statusbar...
FAQ server
|
03-19-2008 07:00 PM
FAQ server | 0 | 3 |
|  | "Gregor Kofler" <usenet (AT) gregorkofler (DOT) at> wrote
Sorry for my stupid questions, Gregor! I have been away from Javascript for
many years...
rhino
|
03-19-2008 06:19 PM
rhino | 6 | 7 |
|  | Let's say if I do an iframe... is it possible to show the current
location (current URL) of that iframe on the parent page if it has
navigated...
liketofindoutwhy@gmail.com
|
03-19-2008 05:20 PM
Thomas 'PointedEars' Lahn | 1 | 3 |
|  | Hi,
Unregistering event listeners (or memory allocation) is a good
practice in programming, but do we need to use removeEventListener()
for all...
sylver
|
03-19-2008 03:47 PM
Thomas 'PointedEars' Lahn | 2 | 3 |
|  | Hello.
I've used dependent select boxes many times over, but now I need to
create a list of checkboxes based on the value selected in a select
box. ...
CSTechie
|
03-19-2008 02:55 PM
Thomas 'PointedEars' Lahn | 1 | 3 |
|  | I have a body onLoad Javascript function which is being called and I
want to set the background color of an <li> element in my document which
has a...
Edward Diener
|
03-19-2008 11:29 AM
Michael White | 1 | 3 |
|  | Hi everyone. I'm planning to store the current date and time in a
cookie and then compare, the time in the cookie to the current time. If
30...
fb
|
03-19-2008 11:05 AM
Dr J R Stockton | 5 | 6 |
|  | On Wed, 19 Mar 2008 10:11:16 +0100, Gregor Kofler wrote:
Points granted.
Anyways, it turns it wasn't javascript (and jquery) at all but a...
henribaeyens
|
03-19-2008 10:08 AM
Henry | 3 | 4 |
|  | Hi All.
I am having problems:
1) adding an email to a list, creating a long list box of email
addresses.
2) sending all the email addresses to the...
pbd22
|
03-19-2008 05:42 AM
pr | 1 | 2 |
|  | comp.lang.javascript FAQ - META - 9.88 - 2007-10-12
1 meta-FAQ meta-questions
2 comp.lang.javascript tips
2.1 Which newsgroups deal with...
FAQ server
|
03-19-2008 04:00 AM
FAQ server | 0 | 2 |
|  | According to MSDN , if iFlag is set to the integer 2, the
getAttribute() method should return "... the value exactly as it was
set in script or in...
kangax
|
03-19-2008 01:30 AM
RobG | 4 | 5 |
|  | I have a problem with not seeing the current focus while in a particular
screen in a my app. The focus does not show for a type=text or
textarea. I...
sheldonlg
|
03-18-2008 07:28 PM
SAM | 17 | 18 |
|  | -----------------------------------------------------------------------
FAQ Topic - How do I run a server side...
FAQ server
|
03-18-2008 07:00 PM
FAQ server | 0 | 3 |
|  | On Tue, 18 Mar 2008 20:40:42 +0000, dE|_ wrote:
I did something similar, but I'm sure even that will cause me grief down
the road. I'm becoming...
VK
|
03-18-2008 05:59 PM
Jeremy J Starcher | 2 | 3 |
|  | I have a form that stores information in a table, but I also need it
to send an email when a specific question, among the many, is answered
with...
canajien@gmail.com
|
03-18-2008 12:52 PM
canajien@gmail.com | 5 | 6 |
|  | Hi.
I'm trying to put together something that I know is fairly common, but
I'm having problems finding the exact syntax I need. I have a form
that...
CSTechie
|
03-18-2008 11:33 AM
Doug Gunnoe | 1 | 2 |
|  | How does it work ?
So far i have this ?
var isIE = navigator.appName.indexOf("Microsoft") != -1;
return (isIE) ? window : document;
How do i...
gert
|
03-18-2008 09:24 AM
gert | 5 | 6 |
|  | I have used the following script to see which radio button is checked.
Is this a good way or is it "deprecated"?
In the HTML file:
<label...
Steve
|
03-18-2008 07:21 AM
Dr J R Stockton | 9 | 10 |
|  | Are you a student looking for rewarding summer work? Or do you know
someone who is. There here is an opportunity.
Since 2005 Google has paid...
Jonathan Fine
|
03-18-2008 04:56 AM
Jonathan Fine | 0 | 3 |
|  | -----------------------------------------------------------------------
FAQ Topic - How do I prompt a "Save As" dialog for an
accepted mime...
FAQ server
|
03-17-2008 07:00 PM
FAQ server | 0 | 5 |
|  | This is erratic and not always reproducible.
I have a large amount of data (SOAP) that I must parse and every one
in a while, especially on slower...
simplicity
|
03-17-2008 06:30 PM
simplicity | 2 | 3 |
|  | A simple code like:
a = new User();
How can I print out the class name which a belong to?
Thanks.
howa
|
03-17-2008 03:32 PM
Thomas 'PointedEars' Lahn | 8 | 9 |
|  | We're putting together a JavaScript meetup in San Francisco for anyone
interested. The goal is simply to get a lot of awesome scripting and
front-end...
zellunit
|
03-17-2008 03:17 PM
zellunit | 0 | 3 |
|  | On Mar 17, 12:20 pm, "tshad" <t... (AT) dslextreme (DOT) com> wrote:
Find an event library you like and use it. The API for each library...
Peter Michaux
|
03-17-2008 02:42 PM
Peter Michaux | 0 | 3 |
|  | -----------------------------------------------------------------------
FAQ Topic - How do I change the text in the...
FAQ server
|
03-17-2008 02:35 PM
Dr J R Stockton | 1 | 4 |
|  | In comp.lang.javascript message <e86c6aba-c140-4fdd-8083-1b95f681ef2a@h1
1g2000prf.googlegroups.com>, Sat, 15 Mar 2008 18:36:48, RobG
<rgqld (AT)...
weblinkunlimited@gmail.com
|
03-17-2008 01:44 PM
Thomas 'PointedEars' Lahn | 6 | 7 |
|  | When the form name is held in a variable how do I call
document.form.action?
For example:
var form_name = "status_" + idx;
theForm.action =...
brian.gaber@pwgsc.gc.ca
|
03-17-2008 01:24 PM
brian.gaber@pwgsc.gc.ca | 4 | 14 |
|  | How do I keep the form from resetting itself after the validation
check has found a missing field? Every time a missing field is found
and you click...
canajien@gmail.com
|
03-17-2008 08:15 AM
canajien@gmail.com | 5 | 6 |
|  | Hi,
I am trying to set the background color of a div using js.
The error I get in IE is document.myform.mydiv.style is null or not...
MC
|
03-17-2008 06:14 AM
morbidKK | 4 | 5 |
|  | comp.lang.javascript FAQ - Quick Answers- 9.88 - 2007-10-12
1 meta-FAQ meta-questions
2 comp.lang.javascript tips
2.1 Which newsgroups deal with...
FAQ server
|
03-17-2008 04:00 AM
FAQ server | 0 | 4 |
|  | WHO WE ARE?
We are a partnership based in India and USA. We have a collective FOREX
trading experience of 4 years.We decided to start this venture...
preet
|
03-17-2008 01:12 AM
preet | 0 | 4 |
|  | Hello
I am trying to make the function below general by substituting the 6
by the n value which is passed to the function. How do I do...
Geoff Cox
|
03-16-2008 07:30 PM
Geoff Cox | 12 | 13 |
|  | On Mar 15, 11:54 am, "dE|_" <dee-e-... (AT) crackguitar (DOT) com> wrote:
I recently explored some "jerk" problems and cross-browser loading.
<URL:...
Peter Michaux
|
03-16-2008 05:29 PM
Thomas 'PointedEars' Lahn | 9 | 10 |
|  | Hi there
I hope i am in the right forum here.
Once i visited a website - where i could insert my (or any) url in a
form field.
The funny thing was,...
kim@webactor.dk
|
03-16-2008 03:26 PM
Dr J R Stockton | 3 | 4 |
|  | RobG wrote:
No, it *may be* the _`null' value_.
PointedEars
--
Anyone who slaps a 'this page is best viewed with Browser X' label on
a Web page...
Thomas 'PointedEars' Lahn
|
03-16-2008 11:49 AM
Thomas 'PointedEars' Lahn | 0 | 4 |
|  | Hi All,
I have defined a function
function fct(arr) { ... }
When I call this function, I prefer to write
fct(Array(item1, item2));
But if I...
Xu, Qian
|
03-15-2008 10:57 PM
RobG | 2 | 5 |
|  | On Sat, 15 Mar 2008 18:19:39 +0100, Anonymous <xor (AT) hermetix (DOT) org> wrote:
Which makes your question more suited to...
Rik Wasmus
|
03-15-2008 10:23 PM
Richard Cornford | 1 | 6 |
|  | -----------------------------------------------------------------------
FAQ Topic - Why are my rollovers so...
FAQ server
|
03-15-2008 07:00 PM
FAQ server | 0 | 2 |
|  | On Wed, 12 Mar 2008 at 17:34:07, in comp.lang.javascript, Dr J R
Stockton wrote:
<snip>
If a validator that gives the correct answer is Teutonic...
berke.durak@gmail.com
|
03-15-2008 04:31 PM
John G Harris | 18 | 19 |
|  | Hi all,
I have released yav 2.0, a javascript tool on SourceForge with LGPL
license. You can use it in both commercial and open-source projects,
it's...
federico
|
03-15-2008 03:23 PM
Peter Michaux | 1 | 4 |
|  | Hello
I have an old Java script {an old student game}on a CD.
It was ,15 years ago with Window 95.
What I have to do to open the game with Window...
Raz
|
03-15-2008 10:00 AM
Thomas 'PointedEars' Lahn | 1 | 8 |
|  | VK a écrit :
I think that could also work with a simple object where the html file
with the form is dispayed.
<object id="myForm" data="form_b.htm"...
www.douglassdavis.com
|
03-15-2008 08:53 AM
SAM | 9 | 10 |
|  | I have a web page written in asp.net/c# which can be fairly long, so
users scroll down. When they click a button, an asp created control is
displayed...
mrengler2@gmail.com
|
03-15-2008 04:24 AM
SAM | 3 | 8 |
|  | Hi
Is there a way to see if there is a history page? i.e. is the back
button active.
I want to change the link on a page depending on whether the...
JohnSouth
|
03-15-2008 02:46 AM
rf | 3 | 5 |
|  | Out of curiosity, when I use onclick="...some JavaScript ..." why do I not
need to flag that its JavaScript, but when I define a script on a page I...
Brian Cryer
|
03-15-2008 01:51 AM
Thomas 'PointedEars' Lahn | 4 | 7 |