First  |  Prev |  Next  |  Last
Pages: 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695
history length problem
Hi there, We are using history.go(integer) to go back to the certain page directly. Because there are some pages interaction in between. For example, starting from page 1 to page 2. From page 2, it will reload sometime, or go to page 3 and then go back to page 2 again. If we use history.back, it will only ... 3 Oct 2006 09:58
Ajax bizare
I have a bizare Ajax POST problem. I use Ajax POST to send data to the server. The server get the POST and answer back. BUT if I POST the data once again I recieve the same answer that the first post give me, even if the answer is different. I have used HTTP Analyser Std V2.1.1.15 and I see that the answer is diff... 30 Sep 2006 14:08
Preventing second click in Javascript
I have made some progress and found a few interesting things: 1) I should use just onload="if (btn_id.disabled)", not onload="if(document.formname.btnname.disabled);" on grandparent form; That works in FireFox, but not IE6 [which I target], where I had to use: if(document.getElementById('btn_Id').disabled) ... 24 Oct 2006 08:35
document referrer
does anyone know if there is anything wrong with this code? <SCRIPT LANGUAGE="JavaScript">document.referrer.indexOf("http://www.example.com") != -1){ document.write("http://www.example.com/image1.jpg")} </SCRIPT> ? ... 28 Sep 2006 12:57
Change table background based on content
First of all let me say that I know very little about javascript. what i need to do is to write a javascript functin which will change the background color of the table rows based on entrees in the table. See an example of the webpage that the script will work with here: http://igorpetrusky.awardspace.com/RunStats... 28 Sep 2006 22:01
AfterLoad ?? No Div found ?
I just tried also with: window.afterLoad = addCellHandlers(); it's the same. The function is invoked but foundDivs has always zero lenght . What is going on here? function addCellHandlers() { var foundDivs = document.body.getElementsByTagName("div"); -P ... 27 Sep 2006 07:09
AfterLoad ??
Ok I am trying to attach the handlers dynamically: (within a JS file: ) ------------------------------------------------------- window.onload = addCellHandlers(); function addCellHandlers() { var foundDivs = document.body.getElementsByTagName("div"); var divElement; for ( var i = 0; i < found... 27 Sep 2006 16:15
Get parent iframe element in iframe
inside the iframe, i want to get the iframe element in the parent window parent window: .... <iframe src="a.html" ...> iframe(a.html): <script> var f = parent........... ..... ... 27 Sep 2006 01:25
submit button
I followed this tutorial, and I have it working. http://www.webpasties.com/xmlHttpRequest/ My question is this: After an AJAX form receives it's data from the server, how could i then submit (post) that data to another php file? IN other words, An order entry system where the ajax fills the form with shipping... 27 Sep 2006 00:22
dynamic equivalent ? sample code for testing problem
should show two tables but only one appears at a time and dynamic table never stops loading.... =========================================================== <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999... 25 Sep 2006 18:55
First  |  Prev |  Next  |  Last
Pages: 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695