HighDots Forums  

Sponsored Links


Javascript JavaScript language (comp.lang.javascript)


Discuss in the Javascript forum.



Post New Thread
Threads in Forum : Javascript Forum Tools
  Rating Thread / Thread Starter Last Post Reverse Sort Order    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 Go to last post
1 11
----------------------------------------------------------------------- FAQ Topic - How do I open a new window with...
FAQ server
07-20-2007 06:00 PM
FAQ server Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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. Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
2 7
----------------------------------------------------------------------- FAQ Topic - When should I use...
FAQ server
07-18-2007 06:00 PM
FAQ server Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
0 13
hello everybody.. can you help me to create an html encrypter?
whebz
07-18-2007 10:12 AM
David Dorward Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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. Go to last post
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 Go to last post
5 13
Im using Scriptaculous v1.7 to perform sortable drag drop. My...
bs9999@gmail.com
07-17-2007 07:33 PM
BloopleTech Go to last post
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 Go to last post
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 Go to last post
0 15
Post New Thread

Display Options
Showing threads 5001 to 5050 of 31961
Sorted By Sort Order
From The
Forum Tools Search this Forum
Search this Forum :

Advanced Search

New posts New posts More than 15 replies or 150 views Hot thread with new posts
No new posts No new posts More than 15 replies or 150 views Hot thread with no new posts
Closed Thread Thread is closed  
 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.