| | Rating Thread /
Thread Starter | Last Post  | Replies | Views |
|  | Hello,
I have an HTML page I'm trying to send down to the users browser that
contains all data for a few SELECT objects (to reduce round-trips), and...
William Fields
|
03-03-2005 11:20 AM
William Fields | 3 | 91 |
|  | How can I determine the value TEST from both of the scenarios below?
For the <P> tag I can use OMON_3.innerText, but with the <Input> tag I
need to...
laskowski@gmail.com
|
03-03-2005 11:01 AM
laskowski@gmail.com | 3 | 217 |
|  | Lachlan Hunt wrote:
In recent Operas and in recent Mozilla 1.8 nightlies you can set
innerHTML of XHTML elements in XHTML documents parsed as XML....
Martin Honnen
|
03-03-2005 09:26 AM
Martin Honnen | 0 | 100 |
|  | Philipp Lenssen wrote:
With Mozilla browsers this function
function checkKey(e)
{
var returnKey = 13;
var characterCode = -1;
Martin Honnen
|
03-03-2005 08:24 AM
Philipp Lenssen | 1 | 265 |
|  | How can i create an input object (text area,select) at runtime ?
B.
takarimasu
|
03-03-2005 08:07 AM
Michael Winter | 2 | 107 |
|  | Hi Bob
You might also want to take a look at HTMLArea,
http://www.interactivetools.com/freescripts/htmlarea.html. It provides
some extended editing...
Adam Ratcliffe
|
03-03-2005 08:03 AM
Adam Ratcliffe | 0 | 66 |
|  | Hi!
In a database application I am building I have a form which is constructed as two frames where the
top frame (name == top) shows some information...
Rasmus Rimestad
|
03-03-2005 06:58 AM
Rasmus Rimestad | 0 | 95 |
|  | I need it for a practical use and not a copyright issue.
I don't want my users cutting values from a form that are populating
from a...
Skytwin
|
03-03-2005 02:07 AM
RobG | 1 | 63 |
|  | Lee wrote:
I did that- which makes my script much neater under the hood, thanks--
but continued to experience the same problem.
Guess what...
ReGenesis0@aol.com
|
03-03-2005 01:59 AM
ReGenesis0@aol.com | 2 | 50 |
|  | I have 2400 xml documents, all following the same DTD.
I would like to do google-type searching against these documents where
my users can pick from...
estaples@picante.net
|
03-03-2005 01:14 AM
Tim Williams | 3 | 55 |
|  | I'm making a date picker. It shows up fine. The problem is that I want it
to disappear if I click outside the calendar itself. However, if I...
mja674s
|
03-02-2005 11:25 PM
mja674s | 2 | 71 |
|  | theintrepidfox (AT) hotmail (DOT) com wrote:
What What?
WTF are you talking about?
Read this groups FAQ. Very thoroughly.
Maybe after that you...
Eric
|
03-02-2005 10:25 PM
Randy Webb | 10 | 277 |
|  | I wrote a very simple validation fucntion to check if all fields are
entered properly in a dialog box before returning this the values to
the parent...
effendi@epitome.com.sg
|
03-02-2005 09:39 PM
Effendi Baba | 9 | 43 |
|  | Hi,
I have reimplemented the non-standard <marquee> element (in a very
simplified fashion), moving around a DIV using offsetParent...
Ned Baldessin
|
03-02-2005 08:23 PM
RobG | 1 | 139 |
|  | hippo wrote:
In which browser on what platform? It works in Safari, IE,
Firefox and Netscape on Mac (but not Opera 6).
The if statement is...
Fred Oz
|
03-02-2005 07:57 PM
Fred Oz | 2 | 71 |
|  | Hi,
I've been trying to get the right way to send parameters to a JSP from
a HTML form. The referred JSP must get the values of the selects...
Omar
|
03-02-2005 07:19 PM
Omar | 2 | 94 |
|  | Hi, I'm getting the following error message in the JavaScript console:
Error: mus has no properties
Source File: file:///G:/temp/cafedub.htm
Line:...
Con
|
03-02-2005 06:59 PM
Con | 2 | 86 |
|  | Hi,
Javascript confuses me, so I usually limit myself to Dreamweaver's
built-in scripts for stuff like imageswaps. But this time I'm trying to
write...
Byron
|
03-02-2005 06:53 PM
RobG | 3 | 87 |
|  | "Lee" <REM0VElbspamtrap (AT) cox (DOT) net> wrote
Yes, apologies - the problem was a naming error. All working!
Thanks everyone,
Mark
Mark Anderson
|
03-02-2005 06:05 PM
Mark Anderson | 2 | 64 |
|  | Hi All,
I'm new to webdesign and have used CoffeeCup DHTML Menu Builder to create a
couple of fly-out (?) menus. I can quite happily insert the code...
T A R T
|
03-02-2005 05:43 PM
RobG | 1 | 146 |
|  | I ran into this post and have the same question regarding filtering the
content of one SELECT based on the current item in another SELECT.
Anyone?...
bill.computerfields@gmail.com
|
03-02-2005 01:54 PM
bill.computerfields@gmail.com | 0 | 79 |
|  | Lee wrote:
(snip)
(snip)
Not here (NS 7.2)...
s_m_b
|
03-02-2005 11:23 AM
s_m_b | 12 | 111 |
|  | darius wrote:
<http://www.faqts.com/knowledge_base/view.phtml/aid/1076/fid/127>
--
Martin Honnen
http://JavaScript.FAQTs.com/
Martin Honnen
|
03-02-2005 10:50 AM
Martin Honnen | 0 | 62 |
|  | I need to have java script open a URL, and look for various patterns,
then display them on the page the javascript is running on. Is this
possible? ...
Chris W
|
03-02-2005 10:36 AM
kaeli | 1 | 84 |
|  | I've got this piece of code that imports an XML document ... it works
for both mozilla and IE.
function getXMl(url) {
if (!document.all) {
var...
alex bazan
|
03-02-2005 09:51 AM
alex bazan | 2 | 236 |
|  | Derek Basch wrote:
Closures aren't necessarily the easiest things to understand. At least
not at first. The specifics delve deep into the...
Derek Basch
|
03-02-2005 09:47 AM
Michael Winter | 2 | 75 |
|  | "J" wrote
If the purpose of this excercise is only the demonstration of clipboard
functionality, there is no need for PHP or a second page:
var...
Ivo
|
03-02-2005 09:41 AM
J | 1 | 57 |
|  | Hello, people!
I know it was asked many times, but I haven't the decision yet.
The situation:
I have 3 frames, f1, f2 and f3. f3 has a link with...
hwait
|
03-02-2005 09:38 AM
hwait | 0 | 91 |
|  | J wrote:
Ha, ha ha, ha ha ha, ROFLMAO ... :-x
Can you *really* do this on Windows/IE? Reliably?
He he, haw haw, gosh, somebody stop me!
I'll...
Zifud
|
03-02-2005 09:28 AM
Zifud | 2 | 57 |
|  | I have the following code fragment in one of my pages:
if (typeof document.getElementById('myApplet').getTableAsSDV != 'undefined')
{
rowBuffer =...
Dag Sunde
|
03-02-2005 08:43 AM
Dag Sunde | 2 | 73 |
|  | Great quotes from the Roman playwright Terence...
http://www.fallingskyhazard.com/catalog.htm
As a person is so must you humor them.
He makes a...
Birchy
|
03-02-2005 07:52 AM
roger_pearse@yahoo.co.uk | 4 | 178 |
|  | I need to translate the messages of mine scripts, as I can make
professionally this working with the pair php and...
Marcos
|
03-02-2005 07:41 AM
Marcos | 5 | 97 |
|  | I am designing a page, where the user can see, which information can be
gathered from him/her, when visiting the page. The purpose of the page
is to...
optimistx
|
03-02-2005 07:10 AM
optimistx | 0 | 146 |
|  | 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
|
03-02-2005 06:57 AM
FAQ Poster | 0 | 62 |
|  | Hello,
I am having a problem in my struts application with the checkboxes in
my form. I have an array of checkboxes, some of which may be...
Claire
|
03-02-2005 05:48 AM
Claire | 3 | 40 |
|  | Hi,
For objects (non-arrays) I can use for(i in object) to loop through all its
members. For arrays, this does not always seem to work, and I am...
Thomas Mlynarczyk
|
03-02-2005 05:41 AM
Thomas Mlynarczyk | 10 | 333 |
|  | Hi all,
I just struggling with the follwing problem: I have defined a style
class
..myClass {
color: ....
font-weight: ...
margin:...
...
}
jebe@bee7.net
|
03-02-2005 05:40 AM
frizzle | 1 | 55 |
|  | With image elements I can do <IMG src="..." onLoad="..."> where
the onLoad is supposed to fire upon the image loading. Is there an
event that I can...
Csaba2000
|
03-02-2005 03:35 AM
Csaba2000 | 0 | 72 |
|  | Folks,
I have written some scripting tools that are compatable with alot of my
pages - For example, I've created a script that will check to...
Randell D.
|
03-02-2005 03:23 AM
ZER0 | 23 | 147 |
|  | Hi all.
Hopefully this should demonstrate the problem I'm having:
http://flooble.net/~pete/focus-problem-demo/
(I'm testing it in Mozilla only,...
Peter Wright
|
03-02-2005 01:44 AM
Peter Wright | 2 | 62 |
|  | I have some elements that I want to change color when I mouse over them
and them back on mouse off.
I'd like the color to remain with "#c7d0e0" when...
mike
|
03-01-2005 08:08 PM
Tomasz Cenian | 13 | 244 |
|  | FBI Alerts Public to Recent Email Scheme
The FBI warned the public to avoid falling victim to an on-going mass
e-mail scheme wherein computer users...
Adam Smith
|
03-01-2005 07:32 PM
Adam Smith | 0 | 70 |
|  | Hello,
Please forgive if this is off-topic ... and I'd welcome if someone
pointed me elsewhere to find this info.
I'm programmatically retrieving...
PDXWilliam
|
03-01-2005 07:03 PM
PDXWilliam | 2 | 68 |
|  | How do I force a browser to download a file instead of displaying it? In
other words I have a page with MP3 and WMA files on it and I would like...
Kevin Muenzler, WB5RUE
|
03-01-2005 06:40 PM
Randy Webb | 4 | 61 |
|  | Hi,
I have to catch the "back" browser's functionality from the menu. I
already can catch the key-stroke combination for IE + NS/Firefox...
John
|
03-01-2005 06:29 PM
Randy Webb | 3 | 107 |
|  | HI
I'm working on a site
http://www.josvanriswick.nl/nieuw
in which i use absolute positioning. On my pc at home i didn't notice,
but
now, as the...
josvanr@xs4all.nl
|
03-01-2005 05:52 PM
Dr John Stockton | 9 | 74 |
|  | If you want your code to be bulletproof, do you have to explicitly check
for the existence of any possibly-undefined variable?
Example:...
Chris Beall
|
03-01-2005 05:45 PM
RobG | 4 | 31 |
|  | sum = (+a) + (+b) + (+c);
See http://www.crockford.com/javascript/survey.html
If you leave out the parens, it could look like
sum =...
Douglas Crockford
|
03-01-2005 05:23 PM
Dr John Stockton | 3 | 38 |
|  | How can i override all the styles being cascaded applied to some HTML
element?
For example:
I have a stylesheet where DIV styles are described
DIV...
Sergey Ilinsky
|
03-01-2005 03:55 PM
Grant Wagner | 2 | 109 |
|  | When I use this code:
<select name="status" onChange =
"location.href=this.options.value">
<option value="mypage.htm">Select...
brett
|
03-01-2005 03:46 PM
Grant Wagner | 1 | 101 |