|
First
|
Prev |
Next
|
Last
Pages: 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697
Sarissa, memory leak I have a memory leak happening... I believe it is due to Dom parser... could anyone help me with this: Do I need a delete??? /////////////////////////////////////////////// //Code on Main HTML page: <html> <head> <SCRIPT LANGUAGE="JavaScript" SRC="Engine.js" ></SCRIPT> <SCRIPT LANGUAGE="JavaScript" SRC="Sariss... 18 Sep 2006 12:44
Cookie question Hey, I recently bought "The Javascript and DHTML Cookbook" by Danny Goodman. I'm at Chapter 1, part 1.9 "Reading and Writing Strings for Cookies" and was just interested in a utility function that grabs a cookie value: function getCookieVal(offset) { var endstr = document.cookie.indexOf (";", offset); ... 17 Sep 2006 08:36
Redirect after download My objective is to redirect to another web page after download is complete. I have an activeX called to download a few dlls using the following code document.writeln(' <OBJECT ID="MQC" '); document.writeln(' CLASSID="CLSID:98c53984-8bf8-4d11-9b1c-c324fca9ca" '); document.writeln(' CODEBASE="test.ocx#Version=... 13 Sep 2006 04:16
How to access field name or ID of current element? I am trying to write a simple routine multiplying one value of a field to another. i.e cost1 multiple by cost2.. But since I have many lines of these, I want to write a function by accessing the "fieldname" and passing it to the function in the onChange event. For example, if I am in the cost1 field, I would like... 12 Sep 2006 05:17
David Flanagan's 5th edition *JavaScript* >From Flanagan's JavaScript: The Definitive Guide 5th edition. 1.1.2 JavaScript is Not Simple Programmers who attempt to use JavaScript for nontrivial tasks often find the process frustrating if they do not have a solid understanding of the language. 1.2 Versions of JavaScript Any browse... 12 Sep 2006 04:45
Ho do I do this Hi I have a page (Selection.html) with 2 frames lFrame,rFrame. the source for lFrame is Load.php and the source for rFrame is choose.php. Now in load.php I want to have a javascript function Show(theId) which when called will make rFrame display the source choose.php?id=theId. Can someone help with how the javascr... 11 Sep 2006 07:57
AJAX Redirect How do i implement server side redirect when the request was submitted using AJAX? ... 9 Sep 2006 05:00
Problem with XmlHttpRequest (0x80040111 / nsIXMLHttpRequest.status)on several configurations R.Manikandan said the following on 9/7/2006 8:11 AM: Hi All, This topic is already existing in the group but i was not able to add reply to the existing one, since it has crossed 30 days. Anyway, i came across the same error and have modified the code from <a href = "" onClick = "Javascript:s... 12 Sep 2006 15:00
Problem with XmlHttpRequest (0x80040111 / nsIXMLHttpRequest.status) on several configurations Hi All, This topic is already existing in the group but i was not able to add reply to the existing one, since it has crossed 30 days. Anyway, i came across the same error and have modified the code from <a href = "" onClick = "Javascript:somename( );">somename</a>" to <a href = "javascript:void(0);" on... 22 Sep 2006 09:07
how to simple line graph throygh CANVAS hi frnds, Im want to draw a linegraph dynamically through canvas. So I want a sample line graph code and how to draw lines between pixels. Can anyone give me some sample code on canvas for these things Rgrds.. Dinesh... ... 6 Sep 2006 02:26 |