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     
Hi, Recently i started to work with javascript and notice that i have a lot of memory leaks. I built simple example which creates 100,000 strings...
tal.shemesh@gmail.com
02-04-2008 03:55 PM
Thomas 'PointedEars' Lahn Go to last post
3 4
Hi, How to replace a tag by space. Example: var str="<b>abcd</b>"; i need a str with "abcd"; replace <b> and </b> by ""
nithicorent@gmail.com
02-04-2008 03:39 PM
Thomas 'PointedEars' Lahn Go to last post
3 8
Hello Everybody, I'm trying to make a verification script to check if the user has answered to all the questions on the page. here is the...
GioX®
02-04-2008 12:49 PM
Thomas 'PointedEars' Lahn Go to last post
4 5
Hi, I would like to use charCodeAt function but it returns wrong dec. numbers. The question is how to set character of the js. file executed? I can...
czechboy
02-04-2008 09:18 AM
czechboy Go to last post
15 16
I am looking for a multiple level menu system example that does ot require an onLoad event. I have done an extensive search on google, but have not...
sheldonlg
02-04-2008 09:12 AM
sheldonlg Go to last post
0 2
I have a WYSIWYG editor (WidgEditor) I'm using on one of my sites. It's nice, but the only function it has to enter an image into the code being...
wilsoncpu
02-04-2008 07:13 AM
VK Go to last post
2 4
Could someone please help to find a JavaScript function to read the contents of an XML file? I want my XHTML code to read the value of a known...
MP
02-04-2008 06:41 AM
Martin Honnen Go to last post
1 7
Just to get this out of the way immediately, I'm an ignoramus when it comes to HTML and Javascript. That said, I've added a Google search box to my...
stumblng.tumblr
02-04-2008 03:01 AM
stumblng.tumblr Go to last post
2 3
comp.lang.javascript FAQ - Quick Answers- 9.88 - 2007-10-12 1 meta-FAQ meta-questions 2 comp.lang.javascript tips 2.1 Which newsgroups deal with...
FAQ server
02-04-2008 03:00 AM
FAQ server Go to last post
0 4
Today I ran into a problem that had me completely baffled. A function that I have just written, processes data in any one of 4 different data...
crater
02-04-2008 12:19 AM
crater Go to last post
4 5
----------------------------------------------------------------------- FAQ Topic - What is...
FAQ server
02-03-2008 06:30 PM
Thomas 'PointedEars' Lahn Go to last post
2 3
On Feb 3, 7:03 pm, sheldonlg <sheldonlg> wrote: Right... It is either automatically updated property of window object (IE) or automatically created...
sheldonlg
02-03-2008 04:10 PM
SAM Go to last post
12 13
Hi All I need to provide a function on my site whereby a user can enter a number of ip addresses (one per line) so that I can submit this en masse...
Laphan
02-03-2008 02:30 PM
Randy Webb Go to last post
1 5
Hi! I'd like to implement a "global error observer" for my JavaScript scripts. The ideal GEO would be one that would be able to detect any error...
kj
02-03-2008 12:57 PM
Joost Diepenmaat Go to last post
1 2
Hello, I have a common company web site with the home page, products, services, about us and contact pages. I'd like to preload the 4 other pages in...
Charles
02-03-2008 12:33 PM
Charles Go to last post
7 8
boanerges wrote: Question: Is Java the same as Javascript? Answer: No. Please use comp.lang.javascript for javascript questions;...
Joshua Cranmer
02-03-2008 12:27 PM
Joshua Cranmer Go to last post
0 4
Source code: Line 11: { Line 12: oForm.requiredemail.className='backclrPink'; Line 13: alert("The e-mail address you entered is not valid....
FBro
02-03-2008 12:09 PM
Thomas 'PointedEars' Lahn Go to last post
2 3
groupie wrote: Yes, indeed. I ask you *again* to trim your quotes. Not quite. "ASP" "renders" the "page", including the execution of the...
Thomas 'PointedEars' Lahn
02-03-2008 11:24 AM
VK Go to last post
6 7
Thomas 'PointedEars' Lahn wrote: Yeah groupie, you should be aware that language="javascript" is the cause of more problems in javascript than...
Stevo
02-03-2008 09:55 AM
Stevo Go to last post
3 6
I am getting into javascript because I want to extend the IE context menu. I've made the registery changes such that my context menu addition...
eBob.com
02-03-2008 09:35 AM
VK Go to last post
2 3
Hi, Maybe this question alreay was asked, but now, i'm asking today... today each ajax framework is the best one to start (open source...
Nuno
02-02-2008 06:26 PM
Jeff North Go to last post
5 6
hi all life always likes to challenge us,doesn't it? now the problem is after enable the privilege of UniversalBrowserWrite the page of remote host...
shore.cloud@gmail.com
02-02-2008 03:55 PM
Thomas 'PointedEars' Lahn Go to last post
1 13
Hi, I just want to ask what the use of unescape function and when and how to use it.
sam
02-02-2008 02:20 PM
Thomas 'PointedEars' Lahn Go to last post
2 6
Hi, This code is in <head>. If I write this: <script language="JavaScript" type="text/javascript"> <% if (oRs.BOF && oRs.EOF...
groupie
02-02-2008 02:19 PM
Thomas 'PointedEars' Lahn Go to last post
7 8
I wonder if you can help me with the following: What is the Javascript code to store a site-wide cookie? (I want to record whether a person has been...
Mark1234567
02-02-2008 01:29 PM
Thomas 'PointedEars' Lahn Go to last post
4 5
Hi, If cookies are not enabled, can I prevent the logon form being displayed? i.e. all I want is a message telling the user to...
groupie
02-02-2008 01:17 PM
Thomas 'PointedEars' Lahn Go to last post
6 7
two of my html pages both used try { netscape.security.PrivilegeManager.enablePrivilege("UniversalBrowserRead"); } catch (e) { alert("Permission...
shore.cloud@gmail.com
02-02-2008 12:39 PM
shore.cloud@gmail.com Go to last post
0 2
In my page here: http://lanmind01.googlepages.com/25.html I'm trying to pass two select boxes (in the <body>) to the handleSelected function in the...
LAN MIND
02-02-2008 11:28 AM
LAN MIND Go to last post
0 2
Hello everyone. I have a javascript timer counting down inside a web page (technically a .php page). We have the page load items from a database...
fb
02-02-2008 07:03 AM
Dr J R Stockton Go to last post
3 5
Hi, I have a window (192.168.1.223/test.ph) in which one iframe continuously runs. I open another window from that window (192.168.1.223/test1.php)...
Bhishm
02-02-2008 04:56 AM
SAM Go to last post
1 2
The following code was from one of the posts, its caller looks like this: <form ... <input type="button" name="txtBold"...
AwefulService@gmail.com
02-01-2008 07:00 PM
Joost Diepenmaat Go to last post
3 4
----------------------------------------------------------------------- FAQ Topic - How do I direct someone to this...
FAQ server
02-01-2008 06:00 PM
FAQ server Go to last post
0 1
Im needing to resize a DIV tag to the entire height of the page. To me, this doesnt seem like it should be very difficult, but alas, its beating me....
ShutterMan
02-01-2008 04:29 PM
Bart Van der Donck Go to last post
18 19
Hi everybody, There is some problem I'm facing with the navigation in my web application. Every time I call some function to execute some actions...
Marijn
02-01-2008 04:13 PM
Marijn Go to last post
0 4
I need some advice on how to approach a certain scenario, I have a grid in which I will be adding and removing rows dynamically, I am unsure if I...
Tim
02-01-2008 03:53 PM
bobzimuta Go to last post
3 5
White space includes \t\r\n\v\f. I wrongly took it to mean just spaces " " so when I ran the 'trim' function it stripped some of my...
Andrew Poulos
02-01-2008 01:45 PM
Dr J R Stockton Go to last post
2 4
The Magpie wrote: It *seems* to work. Jumping to conclusions is the main problem with this approach. Some tests in a handful of user agents (if...
Omicron
02-01-2008 12:36 PM
Thomas 'PointedEars' Lahn Go to last post
24 25
hi to all, i am trying this way...any one can help me... function initMail(form) { text = "Check out this page: " +...
panda.lopamudra@gmail.com
02-01-2008 10:19 AM
Erwin Moller Go to last post
1 2
"dE|_" <dee-e-ell (AT) crackguitar (DOT) com> writes: You should use window.focus() - there is no document.focus() in the Gecko DOM. Note that...
Joost Diepenmaat
02-01-2008 07:57 AM
Joost Diepenmaat Go to last post
0 5
Dear sir/madam, We introduce ourselves Hallmark Technologies, Offering Training in ALL areas of SAP by Real time consultants Offering ONLINE...
madhu
02-01-2008 02:46 AM
madhu Go to last post
0 1
Is there anyway to include some javascript code to invoke an advertisement? I am using a 3rd party software to advertise with.
Rainmanjam
02-01-2008 01:35 AM
Rainmanjam Go to last post
5 6
Hi, I thought I pretty much understood the whole prototype chain stuff, but now I stumbled upon a difference between IE and Firefox, that is totally...
Robert
02-01-2008 12:37 AM
dhtml Go to last post
5 6
hi to all, i am trying this way...any one can help me...
panda.lopamudra@gmail.com
02-01-2008 12:17 AM
panda.lopamudra@gmail.com Go to last post
0 2
Is it possible in JavaScript to to get the ancestor element of the <a> element below that has an id beginning with 'panel' <div...
harryajh
01-31-2008 06:06 PM
Thomas 'PointedEars' Lahn Go to last post
4 5
----------------------------------------------------------------------- FAQ Topic - Why was my post not...
FAQ server
01-31-2008 06:00 PM
FAQ server Go to last post
0 3
Hi, In our ASP .NET application we present a form wherein the user has to input a number of fields. If in the middle of filling the form, the user...
Yash
01-31-2008 05:25 PM
Thomas 'PointedEars' Lahn Go to last post
8 9
Hi I want to open a window using JS, when a button is pressed. In the new window I'd like to check for which button was pressed. For cetain reasons,...
jodleren
01-31-2008 05:07 PM
Thomas 'PointedEars' Lahn Go to last post
2 4
Hi. I'm *very* new to AJAX/AXAH, so please forgive me if the following question sounds too stupid... I'm in the process of designing the general...
kj
01-31-2008 02:56 PM
kj Go to last post
2 4
I'm looking to create an online practice exam that mimics this one: http://www.castleworldwide.com/tds_v5/hybrid/asp/hybrid_exam_driver.asp Does...
Andy Burghardt
01-31-2008 11:20 AM
Andy Burghardt Go to last post
2 3
I have an autosuggest box which places a list of likely answers into a static div using ajax. Each answer is itself in a div. The autosuggest part...
alx__21@hotmail.com
01-31-2008 10:40 AM
alx__21@hotmail.com Go to last post
1 8
Post New Thread

Display Options
Showing threads 2351 to 2400 of 31658
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.