| | Rating Thread /
Thread Starter | Last Post  | Replies | Views |
|  | Unfortunately, I already tried something like this. It works, but it
causes the browser to progressively use up more and more memory and
become...
billrdio
|
10-29-2004 12:24 PM
billrdio | 1 | 68 |
|  | 1.
Sorry, I was wrong. I got this idea from your code. As any table has only
one tbody element, there is no use to iterate through it (tds.lenght...
VK
|
10-29-2004 12:20 PM
VK | 1 | 83 |
|  | (JS skill level: slightly above newbie)
I have a web page that displays a list of line items. For
simplicity's sake each like looks like
Product...
Matthew Speed
|
10-29-2004 12:13 PM
Fred Oz | 4 | 84 |
|  | On Fri, 29 Oct 2004 13:58:49 +0200, Terje Sæternes <terje (AT) cyberfactory (DOT) no>
wrote:
The language attribute is deprecated, and the...
Michael Winter
|
10-29-2004 09:11 AM
Michael Winter | 0 | 72 |
|  | 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
|
10-29-2004 07:53 AM
FAQ Poster | 0 | 64 |
|  | Posted this here as it's more (I think?) javascript related than html.
I have a page that when a user clicks on a button a row is dynamivcally
added...
harry
|
10-29-2004 05:56 AM
harry | 3 | 93 |
|  | I've created a form with several input fields. At the beginning of my
form I use a set of radio buttons to determine how to validate the form as
well...
MAFranklin@cox.net
|
10-29-2004 02:51 AM
MAFranklin@cox.net | 6 | 146 |
|  | In that you are callng a method of a 3rd party component, your best bet is
to contact the author (email address from the...
Michael Harris \(MVP\)
|
10-28-2004 10:38 PM
Michael Harris \(MVP\) | 4 | 122 |
|  | I have a knowledgebase (KB) system I installed into my existing dynamicly
driven site. I used iFrame to grab the KB and place it in the content...
Hugh G. Johnson
|
10-28-2004 05:09 PM
Hywel | 3 | 92 |
|  | J. J. Cale wrote:
You're right sorry, I read it too fast. The best cross-browser way is to
use a textarea and have the content parsed server-side,...
Yann-Erwan Perio
|
10-28-2004 05:07 PM
Yann-Erwan Perio | 4 | 127 |
|  | Hi all,
I have the following code to use checkboxes on my page:
if instr(Request.form("chkWorkType"),"03") then
response.write("<td width=""23%""...
George
|
10-28-2004 04:03 PM
kaeli | 7 | 187 |
|  | Hi,
I'm a newbie in php/mysql programming,really am.
I'm working on a web-site that allows registration and posterior
logging in. Already registered...
danubian@hotmail.com
|
10-28-2004 03:27 PM
Michael Fesser | 3 | 108 |
|  | Hello NG,
I am using javascript to open a new window like this:
printpreview=window.open('printview.php','printprev','width=600,height=600');
The...
news.versatel.de
|
10-28-2004 03:22 PM
DU | 6 | 69 |
|  | Trying to do some updating and beyond frustrations with making it
compatibal with Mac's I am primarily done. Biggest problem I am having now
is with...
Matthew Hagston
|
10-28-2004 01:47 PM
Matthew Hagston | 13 | 242 |
|  | On Thu, 28 Oct 2004 05:32:21 +0000, RobG wrote:
Wow! ... that's much cooler than the <select> element approach!
As a said above, the primary...
TJ Walls
|
10-28-2004 12:53 PM
TJ | 11 | 105 |
|  | Hi,
I am new the Javascript. I was wondering if there is a pre-built or
pre-written script that can do simple number formatting.
When I do a...
Terry
|
10-28-2004 12:04 PM
Grant Wagner | 2 | 132 |
|  | Micha¶ wrote:
No. This can only be done server side.
--
Cheers
Richard.
rf
|
10-28-2004 12:02 PM
Grant Wagner | 1 | 112 |
|  | I already read about several problems using firefox and the
window.opener property. But obviously it didn't help out. So here is
my problem:
I got a...
Stefan Sch?rmeli
|
10-28-2004 12:00 PM
Grant Wagner | 2 | 82 |
|  | We like to pop-up context help windows when a user clicks on certain terms
on our web pages. However, the popup blockers seem to block any links...
Robert Oschler
|
10-28-2004 09:52 AM
Ashish | 2 | 69 |
|  | My code works but because I'm using VBscript within JavaScript I get an error
message...the yellow tri-angle with an "!" mark.
---------------within...
Abby Lee
|
10-28-2004 09:34 AM
Fred Oz | 1 | 67 |
|  | Hi, I'm currently building a little web spider (in C++) and i need a
way to transform JS into pure html (i.e. "compile" the JS into HTML).
How can i...
Gil Fidel
|
10-28-2004 09:02 AM
Gil Fidel | 2 | 75 |
|  | On Thu, 28 Oct 2004 02:52:37 +0300, Marek Mänd <cador.soft (AT) mail (DOT) ee> wrote:
Oh, I'm sure it is. What I was mainly commenting on is that...
Michael Winter
|
10-28-2004 08:30 AM
Michael Winter | 1 | 96 |
|  | Hi,
I have been creating a CD-based site which works exactly how I want in IE5.
I decided that I should test it in Mozilla Firefox and...
Phil Green
|
10-28-2004 07:56 AM
Phil Green | 2 | 80 |
|  | I wonder what will happen if I do not use ; after each line. Will the code
still run in all browers? I saw some scripts which has lines without ;...
nntp
|
10-28-2004 05:04 AM
Evertjan. | 2 | 113 |
|  | Hi, all
Is that possible I can do
window.open("http://xserver1/app/typ/test/tesServer.php?aaa=111&bbb=222&ccc=
333","","") to simulate a POST ACTION...
q2005
|
10-28-2004 05:00 AM
Michael Winter | 3 | 84 |
|  | I have a page with two frames, 'header' and 'main'. The following
code works in Netscape, but in Internet Explorer. The second bgColor
line...
Randy Weber
|
10-28-2004 04:53 AM
Martin Walke | 1 | 67 |
|  | Dear sir,
I am writting an WYSIWYG html editor, I need to get the html source code out
of an iframe. I know I can use innerhtml or innertext. But...
Guoqi Zheng
|
10-28-2004 01:19 AM
Andrew Poulos | 2 | 90 |
|  | Cancel that. I think I got it straight.
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded...
Brent White
|
10-27-2004 09:21 PM
Andrew Thompson | 3 | 48 |
|  | Hi,
I am trying to capture the keypress event to change the default
behaviour when the return key is pressed. However, on MSIE on Macintosh
(IE...
Jeff Bowes
|
10-27-2004 07:54 PM
Jeff Bowes | 0 | 67 |
|  | Hi All
I have a <SELECT> for the month (1 .. 12) and a <SELECT> for the year (2004
.... 2020), do you know of any js validation check I can use to...
Astra
|
10-27-2004 07:30 PM
Michael Winter | 5 | 79 |
|  | I have a simple screen:
1 question, 4 answers (A,B,C,D)
The user clicks on a letter (answer) and it highlights the answer.
(Javascript)
When the...
Cirene
|
10-27-2004 06:07 PM
Michael Winter | 3 | 65 |
|  | Am I missing something here?
What's wrong with "location.pathname"?
--
Philip Ronan
phil.ronanzzz (AT) virgin (DOT) net
(Please remove the "z"s if...
Phil Powell
|
10-27-2004 05:24 PM
Phil Powell | 6 | 150 |
|  | Marek Mänd wrote on 27 okt 2004 in comp.lang.javascript:
Please do not multipost !!!
--
Evertjan.
The Netherlands.
(Please change the x'es to dots...
Evertjan.
|
10-27-2004 04:17 PM
Evertjan. | 0 | 90 |
|  | Hi,
I am trying to automate telnet sessions to retrive information from a linux
box. The box is not running a full-featured version of linux,...
Siva Palaninathan
|
10-27-2004 02:32 PM
kaeli | 1 | 63 |
|  | I am trying to parse
http://www.ebay.com without success.
I view the source, and I see a lot of ?/td>. This page is unsavable.
It displays...
nntp
|
10-27-2004 02:14 PM
Tad McClellan | 7 | 78 |
|  | I have this
<img src="a.jpg" onClick=this.src="b.jpg\"">
and it works. But I like obeying rules so I change it to
<img src="a.jpg"...
Aaron Fude
|
10-27-2004 12:42 PM
Evertjan. | 3 | 109 |
|  | Hello. I often need to write cross-browser javascript, so far gecko dom
reference is the reference seems mostly suite me, for things running
well on...
Zhang Weiwu
|
10-27-2004 12:38 PM
Michael Winter | 1 | 74 |
|  | Here's an interesting problem...
I have 2 functions, aFunc() and bFunc(). I call aFunc() passing a call
to bFunc() as a parameter. Function aFunc()...
Steve Neill
|
10-27-2004 12:11 PM
Steve Neill | 4 | 53 |
|  | On Wed, 27 Oct 2004 09:57:07 -0400, Harlan Messinger
<h.messinger (AT) comcast (DOT) net> wrote:
To a certain extent, yes. Scripting could alter...
Michael Winter
|
10-27-2004 10:56 AM
Michael Winter | 0 | 72 |
|  | Hello NG,
I am trying to print a page using javascript. That works fine in general,
but now I want to limit the print area to from one specific...
news.versatel.de
|
10-27-2004 10:32 AM
news.versatel.de | 0 | 84 |
|  | I have a domain name I just purchased and forwarded
it to my ISP (free) web server. The forwarding works
as expected and gets me to my home page. ...
Dennis
|
10-27-2004 10:25 AM
kaeli | 1 | 94 |
|  | I am not sure if this was the proper group to post this, but here is
my question:
I am a Java consultant. I have new client I am working for to make...
nsr93
|
10-27-2004 08:59 AM
nsr93 | 4 | 60 |
|  | I'm getting an incredible behaviour of internet explorer.
I have a generated html page with one form and many input of checkbox
type.
Those checkbox...
David Gonneau
|
10-27-2004 08:58 AM
VK | 3 | 74 |
|  | 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
|
10-27-2004 07:53 AM
FAQ Poster | 0 | 45 |
|  | McKirahan wrote:
<snip>
And if Javascript is disabled? That makes your solution broken, which
the OP was trying to avoid. The only change would...
Randy Webb
|
10-27-2004 07:04 AM
Michael Winter | 2 | 73 |
|  | Hi All
In order for me to validate forms before they are submitted I use an INPUT
type of button and fire the OnClick event to check the form...
Astra
|
10-27-2004 06:53 AM
Astra | 2 | 60 |
|  | On Tue, 26 Oct 2004 17:07:57 -0500, olga <olga (AT) eatspm (DOT) com> wrote:
I doubt that, somehow.
My answer is in response to PDannyD.
Michael Winter
|
10-27-2004 06:24 AM
Michael Winter | 0 | 67 |
|  | On Tue, 26 Oct 2004 17:07:57 -0500, olga <olga (AT) eatspm (DOT) com> wrote in
message <2u805uF1uge1oU1 (AT) uni-berlin (DOT) de> :
Sounds just the...
PDannyD
|
10-27-2004 05:34 AM
Michael Winter | 1 | 60 |
|  | I'm writing a web application which has the following requirements for
the presentation of tabular data in HTML to users:
* Columns and rows can be...
Ian Sykes
|
10-27-2004 05:14 AM
Ian Sykes | 5 | 129 |
|  | john wrote:
The documentation for Quicktime is here:
http://developer.apple.com/quicktime/
AFAIK, you can only run a Quicktime stream in a plugin...
Fred Oz
|
10-26-2004 11:31 PM
Fred Oz | 0 | 55 |