| | Rating Thread /
Thread Starter | Last Post  | Replies | Views |
|  | I have the following:
<tr onMouseOver="alert('Over a row')">
and I want to modify the event to be:
<tr onMouseOver="alert('Over THIS row')">
in...
Wojtek
|
07-20-2007 06:17 PM
dhtmlkitchen@gmail.com | 1 | 11 |
|  | -----------------------------------------------------------------------
FAQ Topic - How do I open a new window with...
FAQ server
|
07-20-2007 06:00 PM
FAQ server | 0 | 6 |
|  | I have a form
<td ID="but" width="20%" style="height: 30px; vertical-align: top ;">
<form class="frmform" name="close01" action="index.htm"/>
<p...
ft310
|
07-20-2007 04:31 PM
Dr J R Stockton | 20 | 28 |
|  | Hi,
I am working on some custom google map. This map will do an XML
Request then a marker is click to retrieve that data for that marker.
Where I...
blaine@worldweb.com
|
07-20-2007 03:22 PM
blaine@worldweb.com | 0 | 9 |
|  | Hello,
I have got problem with IFRAME element on my page. I made dynamic
IFrame:
var iframe = document.createElement("IFRAME");
And I try to set...
mero123@o2.pl
|
07-20-2007 03:07 PM
alex.dennis@gmail.com | 1 | 9 |
|  | DutchMaster11 wrote:
I count three toggleTR calls in onClick (sic) handlers that clearly
overlap. You only need one. I am not surprised that you...
David Mark
|
07-20-2007 02:55 PM
David Mark | 4 | 12 |
|  | I started a JS project (my first) a year or two ago, got distracted &
am just now getting back to it.
By luck I had somehow found a way to collect...
murrayatuptowngallery
|
07-20-2007 02:19 PM
David Mark | 3 | 6 |
|  | hi to all!
i expect the following code to work:
res = "<a href = #>hello</a>";
re = /\<\w+\>/gi;
res = res.replace(re," ");
re = /\<\/a>/gi;
res =...
pistacchio
|
07-20-2007 01:48 PM
Dr J R Stockton | 4 | 9 |
|  | Hello,
I use a floating div with overflow:auto properties for specific reason
(to avoid the bug of overlapping elements). Anyway, the problem is
that...
vunet.us@gmail.com
|
07-20-2007 01:19 PM
David Mark | 5 | 11 |
|  | I have the name of an object in the form of a string. Is there a way
to access it as an object without eval? basically can I do this:
function...
conzett@gmail.com
|
07-20-2007 12:44 PM
-Lost | 2 | 8 |
|  | Hi, all :)
Does anybody know about IE freezing while huge html data inserted via
innerHTML?
I try to google it, try to research this bug. But...
borisov.gleb@gmail.com
|
07-20-2007 12:17 PM
Sean Inglis | 1 | 5 |
|  | if I have
+10book (yes estrae)
5book (yes)
200book23aa (yes)
-60book (yes)
..42aa3aaa (yes)
+book ...
artev
|
07-20-2007 10:14 AM
Dr J R Stockton | 6 | 7 |
|  | wp.prototype.loadHtmlToCtrl = function (ctrl, html) {
alert(1);
ctrl.innerHTML = html;
alert(2);
}
5-10 seconds between two alerts depends on string...
borisov.gleb@gmail.com
|
07-20-2007 04:03 AM
borisov.gleb@gmail.com | 2 | 6 |
|  | how can i go to a different page element e.g. #thisdiv onmouseover?
(this is not as stupid as it sounds its for a page to view div
contained with in...
libsfan01
|
07-20-2007 04:01 AM
libsfan01 | 0 | 9 |
|  | Hi!
I have a form where I have embedded a table. Inside a column in each row
is a checkbox. I want:
A) to get the values of the checkboxes
B) to...
Tamer Higazi
|
07-20-2007 12:57 AM
Evertjan. | 6 | 7 |
|  | Below is my MouseOvers Class which is now working fine. It currently
implements the event handler by specifying the handler functions in...
Owen Brunker
|
07-20-2007 12:22 AM
Owen Brunker | 8 | 9 |
|  | I have the following:
<tr onMouseOver="alert('Over a row')">
and I want to modify the event to be:
<tr onMouseOver="alert('Over THIS row')">
in...
Wojtek
|
07-19-2007 07:07 PM
David Mark | 4 | 13 |
|  | -----------------------------------------------------------------------
FAQ Topic - Why doesn't the global variable "divId" always
refer to the...
FAQ server
|
07-19-2007 06:00 PM
FAQ server | 0 | 7 |
|  | I am having this scenario:
In the middle of an event handler, the document in one of its frames
will be replaced with a new one. What the order will...
jackchang1@gmail.com
|
07-19-2007 02:15 PM
jackchang1@gmail.com | 0 | 4 |
|  | hi to all!
i have the following code (i stripped down the code to a short
example, but still it does reproduce the problem):
var objs = new...
pistacchio
|
07-19-2007 12:14 PM
-Lost | 4 | 7 |
|  | hi to all!
having a problem with javascript, i've stripped the script down to a
few lines in order to post it here asking for help.
<code>
var objs...
pistacchio
|
07-19-2007 11:22 AM
pistacchio | 2 | 5 |
|  | Hi, I made a function prototype :
<head>
<script type="text/javascript">
function test (value) { alert (value); }
</script>
</head>
Now, I hope to...
iaminsik
|
07-19-2007 11:12 AM
David Mark | 1 | 7 |
|  | how can i do this pseudocode in js:
onmouseover='window.location=#section4'
it throws an illegal character error on me at present
thanks
marc
libsfan01
|
07-19-2007 10:58 AM
David Mark | 1 | 10 |
|  | I made a post more than 24 hours ago that hasn't shown up yet, so I'm
just crossing my fingers that I'm not wasting my time in writing this
one. If...
Jason
|
07-19-2007 09:33 AM
David Mark | 1 | 29 |
|  | I'd like to make some changes to the following javascript and wonder
if anyone knows how to decode it?
<script language="javascript">
var...
tonicvodka@hotmail.com
|
07-19-2007 08:42 AM
Rik | 3 | 20 |
|  | Hello all,
the open source project JSSP (JavaScript Server Pages) has been released
today.
JSSP runs in a Java servlet container (Tomcat, JBoss etc)...
Leo Meyer
|
07-19-2007 06:21 AM
Leo Meyer | 0 | 11 |
|  | Hi NG!
I want to find the ID from the object-tag.
<object data="test.svg" type="image/svg+xml" id="extern1"></object>
I try for example in...
dutzend
|
07-19-2007 05:42 AM
dutzend | 0 | 16 |
|  | Hi!
I am looking for a solution to iterate JSON fields. If somebody can give
me an advise I would thank him/her very much.
Tamer
Tamer Higazi
|
07-19-2007 04:21 AM
Marc | 1 | 9 |
|  | Hi ng,
I must detect the ID of the object-tag from within the SVG.
<object data="test.svg" type="image/svg+xml" id="extern1"></object>
I try for...
dutzend
|
07-19-2007 03:30 AM
dutzend | 0 | 13 |
|  | Hi,
Following code seems to be working in IE but not in firefox.
<table border="0" cellpadding="0"...
Manish Tomar
|
07-19-2007 01:47 AM
Manish Tomar | 0 | 5 |
|  | Hi NG,
I must find the ID of the object-Tag from within the SVG.
<object data="test.svg" type="image/svg+xml" id="extern1"></object>
I try in...
dutzend
|
07-19-2007 01:22 AM
-Lost | 1 | 15 |
|  | To set a cookie, you're supposed to set document.cookie to something
like this:
cookie_name=cookie_value; expires=unixtime; path=/path/
Reading...
yawnmoth
|
07-18-2007 09:09 PM
yawnmoth | 2 | 15 |
|  | On Jul 17, 6:33 am, canoe... (AT) telecom-digest (DOT) zzn.com wrote:
It does not work as you are trying to treat a table cell like an...
David Mark
|
07-18-2007 09:00 PM
One Dumm Hikk | 1 | 10 |
|  | On Jul 16, 8:42 pm, David Mark <dmark.cins... (AT) gmail (DOT) com> wrote:
<snip>
And you are seeing right. It is what happens when I post on...
Marshall Dudley
|
07-18-2007 08:57 PM
One Dumm Hikk | 2 | 7 |
|  | -----------------------------------------------------------------------
FAQ Topic - When should I use...
FAQ server
|
07-18-2007 06:00 PM
FAQ server | 0 | 16 |
|  | I am trying to determine the start and end dates of daylight savings
time (DST) according to the user's locale specified in their system. I
am so...
Daz
|
07-18-2007 02:01 PM
Dr J R Stockton | 10 | 14 |
|  | artev wrote:
It seems to me that rif_a_num is a select element and that you want to
iterate over its options collection, so do that:
for (... i...
RobG
|
07-18-2007 12:41 PM
artev | 1 | 14 |
|  | I'd like to make some changes to the following javascript and wonder
if anyone knows how to decode it?
var clocksize=80;
var...
tonicvodka@hotmail.com
|
07-18-2007 10:39 AM
tonicvodka@hotmail.com | 0 | 13 |
|  | hello everybody..
can you help me to create an html encrypter?
whebz
|
07-18-2007 10:12 AM
David Dorward | 1 | 20 |
|  | how can i use a javascript function to insert dynamic text into
textarea based on the returned values of an array?
thanks. have read the dom but...
cyprian
|
07-18-2007 09:59 AM
cyprian | 0 | 11 |
|  | Hi,
Following code seems to be working in IE but not in firefox.
<table border="0" cellpadding="0"...
Manish Tomar
|
07-18-2007 09:48 AM
David Mark | 1 | 11 |
|  | I have a form, and in this form I allow users to enter HTML code
through the use of a document.selection onclick event. Something...
Jason
|
07-18-2007 09:17 AM
David Mark | 1 | 22 |
|  | Hi NG!
I want to find the ID from the object-tag.
<object data="test.svg" type="image/svg+xml" id="extern1"></object>
I try for example in...
dutzend
|
07-18-2007 07:53 AM
dutzend | 0 | 11 |
|  | Hi Ng,
i must find the id from the object-tag in the embed svg.
<object data="test.svg" type="image/svg+xml" id="extern1"></object>
in test.svg i...
dutzend
|
07-18-2007 04:31 AM
dutzend | 0 | 7 |
|  | Hi Ng,
i must find the id from the object-tag in the embed svg.
<object data="test.svg" type="image/svg+xml" id="extern1"></object>
in test.svg i...
dutzend
|
07-18-2007 04:14 AM
dutzend | 0 | 11 |
|  | I have a list of data values that are in an html <span id=x>1. My List
One</span>. I want to be able in CSS (not change the html) to remove
the 1....
sgconger@gmail.com
|
07-18-2007 02:15 AM
Evertjan. | 1 | 13 |
|  | Alright,
What am I doing when I define a varialble as such:
var myVariable = { ... }
.... and what is this called?
Blue Streak
|
07-17-2007 09:51 PM
RobG | 5 | 13 |
|  | Im using Scriptaculous v1.7 to perform sortable drag drop. My...
bs9999@gmail.com
|
07-17-2007 07:33 PM
BloopleTech | 2 | 36 |
|  | I am working on the same exact thing using only client-side code. I
came across some code which determines if the user's locale observes
DST. I...
mikepuglisi@gmail.com
|
07-17-2007 07:26 PM
mikepuglisi@gmail.com | 0 | 13 |
|  | -----------------------------------------------------------------------
FAQ Topic - How do I access a property of an object using
a...
FAQ server
|
07-17-2007 06:00 PM
FAQ server | 0 | 15 |