| | Rating Thread /
Thread Starter | Last Post  | Replies | Views |
|  | i would like to have a link, such that when the user clicks on it, a script
is fired to go to server and check for page updates, if any, it...
Mel
|
02-16-2005 04:58 PM
joer00 | 3 | 55 |
|  | how can i check parent's URL from a child (popup) window ? and how can i
refresh it if the URL is say http://www.xxx.com/ ?
thanks
Mel
|
02-16-2005 04:24 PM
Randy Webb | 2 | 113 |
|  | Hi all,
I've built a simple search <Form> on a web page that is intended to allow
the user to search a record store database. There is a drop down...
Penny
|
02-16-2005 04:06 PM
Penny | 4 | 47 |
|  | In article <MPG.1c7d705a8b8b9cd298a310 (AT) nntp (DOT) lucent.com>,
tiny_one (AT) NOSPAM (DOT) comcast.net enlightened us with...
Oops.
if...
kaeli
|
02-16-2005 03:01 PM
kaeli | 0 | 68 |
|  | is there a way to do that ?
thanks
Mel
|
02-16-2005 12:53 PM
Mel | 0 | 38 |
|  | I have a script in which a function launched by a START button
continuously calculates and writes a value to a text box. The
calculation is done in...
Jack
|
02-16-2005 12:45 PM
John Lord | 2 | 120 |
|  | i would like to have a popup window from a parent window. this window should
refresh every 5 seconds and reload parent window.
OK i know its dumb,...
Mel
|
02-16-2005 12:05 PM
Mel | 0 | 48 |
|  | hi,
with the following anchor objeck: <a id="ref" href.......>...</a>
this code:
document.getElementById("ref").click();
works on IE 6 but not on...
Aziz
|
02-16-2005 09:54 AM
happymonster | 1 | 168 |
|  | Thank you
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Effendi Baba
|
02-16-2005 08:45 AM
Effendi Baba | 0 | 63 |
|  | How can Access DIV Properties in Script while using Netscape 7.2.
I want to use the div id with it's Visibility and left propertyin
script but it's...
Nasir Wasim
|
02-16-2005 06:35 AM
Nasir Wasim | 0 | 62 |
|  | comp.lang.javascript FAQ - META - 8.0 - 2004-03-15
1 meta-FAQ meta-questions
2 comp.lang.javascript tips
2.1 Which newsgroup deals with...
FAQ Poster
|
02-16-2005 05:57 AM
FAQ Poster | 0 | 46 |
|  | hi...I'm using an I frame as editor...
and I want to intercept the onFocu event of the iframe;
it works on IE but on firefox doesn't work after I set...
Pilu
|
02-15-2005 10:25 PM
Pilu | 0 | 73 |
|  | It's funny that it doesnt affect IE. No wonder a lot of the dhtml calendars
don't work in firefox tho.
"Lee" <REM0VElbspamtrap (AT) cox (DOT) net>...
inigo.villalba@gmail.com
|
02-15-2005 07:25 PM
rh | 20 | 190 |
|  | Hi All,
The following code works in IE but not Firefox. IE produces the
expected "this is more text!" output, but Firefox produces "no more
text". ...
Dave Hammond
|
02-15-2005 07:00 PM
Fred Oz | 9 | 40 |
|  | RobG wrote:
to use css,
eg:
x.style.backgroundImage = "url(' + cellImgArray + '")';
and:
x.style.backgroundImage = "";
Nick
Nick Robins
|
02-15-2005 06:52 PM
RobG | 6 | 53 |
|  | Hi,
With a script in a popup window, I want to check if certain content is
present in a page loaded into the frame "main" of the frameset in...
JPL Verhey
|
02-15-2005 06:24 PM
JPL Verhey | 0 | 55 |
|  | meaneyedcat (AT) hotmail (DOT) com wrote:
It was already suggested to make sure your function uses local variables
e.g.
var table = ...
and so on....
meaneyedcat@hotmail.com
|
02-15-2005 01:42 PM
Martin Honnen | 5 | 30 |
|  | Just wondering if anyone has any ideas on how to solve a particular
problem. A client wants to print barcode labels from their (web/php
based...
Murray Elliot
|
02-15-2005 01:18 PM
Joakim Braun | 6 | 74 |
|  | I have the following code to open a popup window and pass a value.
In the main html page:
var w =...
nick
|
02-15-2005 12:44 PM
nick | 4 | 56 |
|  | Dear All
I am having some problems with the window.open function on Pocket
IE (V6). I have read other postings about the same issue, but
can't find...
p_le_sueur_1@hotmail.com
|
02-15-2005 11:33 AM
p_le_sueur_1@hotmail.com | 0 | 87 |
|  | Im using some custom javascript:history.forward() &
javascript:history.back() image buttons on my application.
If there is no back or forward...
Jake
|
02-15-2005 10:40 AM
Jake | 2 | 93 |
|  | Hi,
I am very new to Javascript, and have some problems with the code for
sorting. My question is in the following web...
dungping5@yahoo.com
|
02-15-2005 09:59 AM
dungping5@yahoo.com | 4 | 109 |
|  | Lee wrote:
That effect is more safely achieved by using a regular submit button and
some CSS to take away the borders and background...
sams@centric.net
|
02-15-2005 09:56 AM
sams@centric.net | 3 | 79 |
|  | Is there a way I can control the number of lines a user enters in a
textarea? I like to allow user to enter let say 5 lines and no more
than...
effendi@epitome.com.sg
|
02-15-2005 09:42 AM
Stephen Chalmers | 1 | 66 |
|  | Hi
I have been playing with some JS that I cut from another page. It is a NCAA
tournament bracket. When the user clicks on the submit button it sends...
Jimmy Smits
|
02-15-2005 09:15 AM
Dr John Stockton | 8 | 130 |
|  | Hello everybody,
I have a problem with javascript.
Basically I have a frame that is split with this code:
<frameset rows="0,*">
<frame name="top"...
Max
|
02-15-2005 06:28 AM
Martin Honnen | 1 | 59 |
|  | Is there any way to make a <div> section
overlap the (windowed) content of a java Applet?
I'm asking this, because JavaScript menus usually
ends up...
Dag Sunde
|
02-15-2005 06:21 AM
Martin Honnen | 4 | 63 |
|  | Hi
Firefox does not support the IE specific 'event' identifier and just quits
running the script.
..... even though the identifier only turns up in...
code_wrong
|
02-15-2005 05:56 AM
Fred Oz | 4 | 75 |
|  | Hi,
I like the DHTML-based pop-up window script made available by this
company. However, their script only works under the quirk mode for IE 6
and...
Terry
|
02-15-2005 01:16 AM
Matthew Lock | 6 | 75 |
|  | Rob, thanks for your help.
Based on your code, it seemed pretty straightforward; however, my
version does not seem to be working. I include my code...
Michael Hill
|
02-15-2005 12:45 AM
Michael Hill | 4 | 87 |
|  | i am using submit buttons to send the user to different parts of a wizard.
i am using if (if attribute.step1 exists) statements to send them to...
M
|
02-14-2005 11:27 PM
RobG | 3 | 83 |
|  | I am trying to write a single piece of data (that is generated from a
Javascript) to a text file on my server via a Perl script.
The Javascript is...
von
|
02-14-2005 10:52 PM
RobB | 1 | 85 |
|  | Hi to all,
I have this problem in xsl wherein i want to access a variable in
javascript and use it my xsl. How would i access or use a...
ms_chika
|
02-14-2005 10:00 PM
ms_chika | 0 | 77 |
|  | Hello, I am trying to detect whether a user entered text in a textarea
or hit the delete/backspace button (thus, erasing something). Once
that is...
laredotornado@zipmail.com
|
02-14-2005 09:06 PM
RobB | 1 | 48 |
|  | Hello,
I am looking for THE source for a complete Javascript reference or
guide.
What I would really like to see is a Javascript Object browser...
scottf35@hotmail.com
|
02-14-2005 07:01 PM
Hal Rosser | 2 | 82 |
|  | I see, quite often, code like
if (tmp.style.display == 'none')
tmp.style.display = 'block';
else
if (tmp.style.display == 'block')
tmp.style.display...
Dr John Stockton
|
02-14-2005 06:46 PM
Matthew Lock | 6 | 191 |
|  | I'm having a problem getting this validation script to work. There are two
images on the page with the ids of img_antirobot and img_chk_agree. In...
SC
|
02-14-2005 06:44 PM
SC | 1 | 89 |
|  | Folks,
I have a box that expects numeric input - I'd like to test for it (yeah,
I'll have service side checks too but also want client checks).
How...
Randell D.
|
02-14-2005 03:29 PM
Dr John Stockton | 10 | 123 |
|  | Hello,
Can someone please point me to THE source for complete javascript
documentation?
Particualry I am interested in the document object. For...
scottf35@hotmail.com
|
02-14-2005 03:08 PM
Michael Winter | 1 | 68 |
|  | I tried it and it works! :-)
Thank you very much for your help and sorry for this delay in
answering you, but I was out of city for a while... :-P
Old Lady
|
02-14-2005 12:58 PM
Old Lady | 3 | 62 |
|  | Hi,
first of all thanks.
Second: I'm sorry for the oddities but it is my first js function ever,
so excuse me...
And... I gave you the code to call...
playmaker
|
02-14-2005 12:31 PM
playmaker | 0 | 91 |
|  | Hi,
I have a file with table with anchors buried in each row. In the body
tag I have
<body onload=highlight()>
I jump to this file with links from...
pipjockey
|
02-14-2005 10:16 AM
pipjockey | 2 | 96 |
|  | Hi,
I have a little test script in a pop up window. The pop up page
refreshes every 2 seconds. I want it to check with every refresh if a
certain...
JPL Verhey
|
02-14-2005 10:09 AM
JPL Verhey | 4 | 66 |
|  | Can someone tell me what I'm doing wrong here. I can't believe I'm having this kind of problem.
Think maybe I've been working on this for too long,...
Don
|
02-14-2005 07:57 AM
Don | 2 | 103 |
|  | comp.lang.javascript FAQ - Quick Answers- 8.0 - 2004-03-15
1 meta-FAQ meta-questions
2 comp.lang.javascript tips
2.1 Which newsgroup deals with...
FAQ Poster
|
02-14-2005 05:57 AM
FAQ Poster | 0 | 56 |
|  | "Michael Satterwhite" <satterwh.X$NO$S$PAM (AT) weblore (DOT) com> wrote
The following is a link to my first ever semi-commercial website. It...
Danny@Kendal
|
02-14-2005 05:31 AM
Danny@Kendal | 0 | 79 |
|  | On 13 Feb 2005 12:23:03 -0800, Lee <REM0VElbspamtrap (AT) cox (DOT) net> wrote:
Don
http://www.newsfeeds.com The #1 Newsgroup Service in the...
Don
|
02-14-2005 03:52 AM
Evertjan. | 8 | 93 |
|  | Hi all,
very new to web design in general and Javacript in particular.
I found....
http://www.peterkerr.freeserve.co.uk/mouseover/html.html
and...
graeme_smith77@hotmail.com
|
02-14-2005 03:25 AM
graeme_smith77@hotmail.com | 3 | 79 |
|  | Hello,
Does someone know how can we bring variables from a PHP script to a
Javascript one ?
I have to build a Javascript function that needs...
Steph
|
02-14-2005 03:24 AM
David Dorward | 5 | 76 |
|  | Hi I am after an exit popup that only appears when somebody leaves my site
and not when they leave every page.
and I'd like it that they don't get...
Johny
|
02-14-2005 01:45 AM
Matthew Lock | 3 | 91 |