| | Rating Thread /
Thread Starter | Last Post  | Replies | Views |
|  | Tim Streater escribió:
A string like "C:\Picture.jpg" is not a valid URI. Try adding a
"file://" prefix and maybe escaping file name characters that...
Álvaro G. Vicario
|
05-21-2008 11:44 AM
Álvaro G. Vicario | 0 | 3 |
|  | HI All,
Is it possible to do the following?
object = document.getelementById('something');
object.onmouseover='alert("hi");';
...................
Laser Lips
|
05-21-2008 10:30 AM
Álvaro G. Vicario | 3 | 10 |
|  | Is it possible, when a user or viewer of your Web page, prints or
takes a screen shot of a Web page with mousover (roll-over) text in
it, to have...
bdy120602@gmail.com
|
05-21-2008 09:02 AM
Thomas 'PointedEars' Lahn | 5 | 6 |
|  | I have the following:
<input type="image" src="images/submit.jpg" width="70" height="30"
border="0" onclick="validateRegister()" />
It is inside a...
sheldonlg
|
05-21-2008 04:39 AM
sheldonlg | 7 | 8 |
|  | comp.lang.javascript FAQ - META - 9.91 - 2008-01-19
1 meta-FAQ meta-questions
2 comp.lang.javascript tips
2.1 Which newsgroups deal with...
FAQ server
|
05-21-2008 03:00 AM
FAQ server | 0 | 7 |
|  | Hi at all,
I have a DHTML question.
When I display a centered big PHOTO I want to make a full background screen
black with a silver text...
Ben
|
05-21-2008 12:56 AM
Sam -- | 3 | 6 |
|  | My question is leads from the ongoing thread.I am also facing problem of
'innerhtml" when i use IE to see output.If i use FF or Saphire it works
well...
shawn aslam
|
05-20-2008 09:25 PM
RobG | 1 | 7 |
|  | I know this question comes up from time to time, but 10-15 minutes of
googling hasn't produced a useful answer for me. I'm looking for the
equivalent...
joebloe
|
05-20-2008 07:35 PM
Jeremy J Starcher | 5 | 6 |
|  | -----------------------------------------------------------------------
FAQ Topic - How do I modify the current browser...
FAQ server
|
05-20-2008 06:00 PM
FAQ server | 0 | 6 |
|  | Which browsers, if any, other than FF2/3, support Javascript 1.7? And
in those, how do you turn it on? As in, for FF2 you must say:
<script...
joebloe
|
05-20-2008 03:39 PM
Thomas 'PointedEars' Lahn | 21 | 22 |
|  | I declared a function in a file called somefile.js as follows:
function foo() {
alert ("yippi!"); }
In HTML-file i'm importing it by...
K Viltersten
|
05-20-2008 03:37 PM
K Viltersten | 5 | 11 |
|  | Hi,
What I wanted to do is to call a function from a newly created
element. But it stumbled me.
Here's the line that references the newly created...
DL
|
05-20-2008 01:11 PM
DL | 22 | 23 |
|  | Ok, I've found a solution. In my original code, I thought I should
set the "width" and "height" of the created img to reflect the width &
height of...
david.karr
|
05-20-2008 10:59 AM
david.karr | 0 | 10 |
|  | On Tue, 20 May 2008 00:23:02 +0100, RMSE wrote:
Be a complete dick and get fired with Jaspro.
--
"Remain calm, we're here to protect you!"
Ivan Marsh
|
05-20-2008 10:57 AM
Ivan Marsh | 0 | 7 |
|  | I'm still struggling with this. I even tried adding an image
preloader...
david.karr
|
05-20-2008 10:51 AM
david.karr | 0 | 10 |
|  | For an abstract algebra class that I will be teaching,
I'm trying to convert a text-based game that I wrote
in Common Lisp to a graphical game in...
squash+go@math.ufl.edu
|
05-20-2008 09:23 AM
squash+go@math.ufl.edu | 9 | 10 |
|  | Please forgive this newbie question but java is new to me and I'm
still trying to find a course in my area.
I'm tweaking an online survey and have...
Harlett O'Dowd
|
05-20-2008 08:43 AM
sheldonlg | 2 | 8 |
|  | I need to emulate the missing "maxlegth" attribute in "textarea" fields
but all my Google searches either lead to obsolete scripts that
overwrite the...
Álvaro G. Vicario
|
05-20-2008 08:21 AM
Thomas 'PointedEars' Lahn | 7 | 8 |
|  | JoaquÃ*n Zuazo wrote:
Why have you not just used my code or the reliable test site I pointed you
to instead of this, sorry, mostly clueless...
Joaquín Zuazo
|
05-20-2008 08:13 AM
Thomas 'PointedEars' Lahn | 13 | 17 |
|  | Hello, I'm trying to figure this code out.
<input type="submit" onclick="if(!confirm('Are you sure?') return
false; "... />
I know that if you...
GiJeet
|
05-20-2008 07:30 AM
Lee | 5 | 9 |
|  | VK a écrit :
I've seen 3 successive alerts ... not at once :-)
what these styles are supposed to do ?
--
sm
Xu, Qian
|
05-20-2008 06:32 AM
Dr J R Stockton | 10 | 14 |
|  | eBob.com wrote:
As you can see by now at last, pre-commenting is much better than
post-commenting. Your Question Mark key is borken, BTW.
This...
Thomas 'PointedEars' Lahn
|
05-20-2008 05:58 AM
Martin Honnen | 2 | 10 |
|  | I want to know when a user scrolls the textarea. Since there is no
such an event, I need to scroll all the ways scrolling might be
invoked, that...
konryd
|
05-20-2008 05:49 AM
Thomas 'PointedEars' Lahn | 5 | 6 |
|  | Hi all, let me begin by saying that I *ALMOST* have this complete!
What I'm trying to do is make it so my text area shows the innerHTML
of any select...
Italio Novuas
|
05-20-2008 04:01 AM
Thomas 'PointedEars' Lahn | 3 | 8 |
|  | Hello,
I want to create a small bit of javascript to enable a key based
selection within a text area. My users are in the habit of...
i.dont.need@any.more.email
|
05-19-2008 08:48 PM
i.dont.need@any.more.email | 5 | 8 |
|  | -----------------------------------------------------------------------
FAQ Topic - I have window.status="Moomin"; why doesn't the
statusbar...
FAQ server
|
05-19-2008 06:00 PM
FAQ server | 0 | 7 |
|  | hi,
i am beginner to java script.
i want to validate the textbox that it can accept numers only.and
alphabets only.
jothi.v81@gmail.com
|
05-19-2008 05:42 PM
Dr J R Stockton | 2 | 8 |
|  | Beauregard T. Shagnasty wrote:
The levels refer to the depth of the nested table. The empty dropdown
is not empty in the real app, only this sample...
sheldonlg
|
05-19-2008 04:35 PM
VK | 38 | 39 |
|  | I've seen far too many casaulties of flame wars started by
this preludium. Since none of us two wish to be a troll, i
suggest we deem that as a...
K Viltersten
|
05-19-2008 04:11 PM
K Viltersten | 9 | 12 |
|  | Hello,
I'm hoping someone can shed some light on this, problem is in IE6 and 7. FF is
okay.
I have within my html
<tbody id="dataTable"...
David Gillen
|
05-19-2008 03:50 PM
shawn aslam | 10 | 22 |
|  | Is it possible at all? I need to retrieve document's SSL certificate
properties (like fingerprint name etc). Couldnt find anything in...
Peter
|
05-19-2008 02:25 PM
Peter | 4 | 10 |
|  | eBob.com wrote:
x is a DOM node list, don't use for..in with that, use a for loop
for (var i = 0, l = x.length; i < l; i++)
{
var table =...
Martin Honnen
|
05-19-2008 10:30 AM
Martin Honnen | 0 | 7 |
|  | Does any one know how to create a function that works similar as "Goal
Seek" in Excel?
For example:
var a=8;
var b=6;
function c(a,b) {
return a*b;
}
Michal
|
05-19-2008 09:37 AM
Michal | 2 | 9 |
|  | Bart Van der Donck wrote:
What you are describing is also possible in ECMAScript implementations, with
the bracket property accessor:
// in global...
EricGoogle
|
05-19-2008 09:25 AM
Thomas 'PointedEars' Lahn | 11 | 13 |
|  | Occaisionally my javascript programs produce an alert
cyclic_proto_value. This alert does NOT come from my scripts, anyone
have an idea as to what...
Peter@pfksystems.com
|
05-19-2008 08:25 AM
Thomas 'PointedEars' Lahn | 2 | 11 |
|  | comp.lang.javascript FAQ - Quick Answers- 9.91 - 2008-01-19
1 meta-FAQ meta-questions
2 comp.lang.javascript tips
2.1 Which newsgroups deal with...
FAQ server
|
05-19-2008 03:00 AM
FAQ server | 0 | 9 |
|  | On May 17, 12:15 pm, Marten Kemp <marten.k... (AT) earthlink (DOT) net> wrote:
You know, I wonder...is there anyone programming in machine...
Prisoner at War
|
05-18-2008 10:08 PM
Prisoner at War | 0 | 7 |
|  | Can anyone help with this problem?
I have a class that adds an event handler on a DOM object, and that
event handler calls a method of the class. ...
trib
|
05-18-2008 08:58 PM
RobG | 1 | 9 |
|  | I'm trying to move a DIV element to before one of its siblings using a
javascript function.
This works fine on most browsers:
function...
Graham Charles
|
05-18-2008 07:05 PM
Bjoern Hoehrmann | 2 | 12 |
|  | -----------------------------------------------------------------------
FAQ Topic - How do I run a server side...
FAQ server
|
05-18-2008 06:00 PM
FAQ server | 0 | 8 |
|  | I'm considering building a small sample app, just to explore some
javascript concepts, including animation. I could use some general or
specific...
david.karr
|
05-17-2008 08:23 PM
david.karr | 0 | 8 |
|  | -----------------------------------------------------------------------
FAQ Topic - How do I prompt a "Save As" dialog for an
accepted mime...
FAQ server
|
05-17-2008 06:00 PM
FAQ server | 0 | 8 |
|  | Hi,
We have a script where we are changing the innerHTML value. To do
that, we have concatenated a string, and then we set it.
In one of those...
Mtek
|
05-17-2008 01:59 PM
Mtek | 0 | 8 |
|  | Hi,
How can I read the Content of a directory in my HTML-structure, and
show it with an alertbox or something.
What I actually want, a...
Hannes
|
05-17-2008 11:23 AM
Thomas 'PointedEars' Lahn | 5 | 8 |
|  | Hi. I've had a stab at writting some code to simulate a JavaScript
Stack Trace.
It's incomplete because you can not get line numbers
Here it...
Laser Lips
|
05-17-2008 11:10 AM
Laser Lips | 0 | 9 |
|  | Hi all,
First post to this group and I hope I can get some help. I have been
stuck on this all day....
I am using the Google Maps API to plot...
SyPhy
|
05-17-2008 05:38 AM
Thomas 'PointedEars' Lahn | 1 | 10 |
|  | hi all
my problem is
i have a wave file on client machine . now i want to read this file in
bytes and then send this bytes to server through web...
tosudesh2005@gmail.com
|
05-17-2008 04:32 AM
tosudesh2005@gmail.com | 0 | 8 |
|  | dear sir/madam
I have an html page. A table for friends details is in my form.
There is a button for add morfriends, if any body will press...
vinodkus@gmail.com
|
05-17-2008 12:35 AM
vinodkus@gmail.com | 0 | 8 |
|  | Here is my situation. I am coding in an AJAX framework for an intranet
application behind a vpn. Therefore, I can't give you a URL for the
actual...
sheldonlg
|
05-16-2008 07:50 PM
sheldonlg | 12 | 13 |
|  | -----------------------------------------------------------------------
FAQ Topic - How do I change the text in the...
FAQ server
|
05-16-2008 06:00 PM
FAQ server | 0 | 8 |