First  |  Prev |  Next  |  Last
Pages: 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78
initializing style sheets and javascript
I find that if I try to read a style sheet attrib. with javascript (such as document.getElementById("myTabl").style.left;) it returns nothing. If I set the value in javascript first then I can read it. Is there some way around this. The CSS is setting it but I can't read it until I have set it in javascript. T... 17 Apr 2010 21:48
FAQ Topic - How do I access a frame's content? (2010-04-18)
----------------------------------------------------------------------- FAQ Topic - How do I access a frame's content? ----------------------------------------------------------------------- To reference another frame on the _same domain_: A frame's content window can be found from the ` frames ` collection. ... 25 Apr 2010 17:48
How can I make the browser display changes at once?
When making my test page to measure speeds of PRNGs, I met an unexpected problem: neither Firefox nor Chrome displayed the changes to the document before the end of the tests. (Firefox also became *very* unresponsive.) Opera, on the other hand, behaved as expected - the changes I made to the document were immediate... 23 Apr 2010 20:45
FAQ Topic - How can I disable the back button in a web browser? (2010-04-17)
----------------------------------------------------------------------- FAQ Topic - How can I disable the back button in a web browser? ----------------------------------------------------------------------- You can't. The browser's history cannot be modified. However, you can use ` self.location.replace(url); `... 16 Apr 2010 19:33
SQL = "INSERT INTO
OK, something strange is going on here. You replied to my question, (thanks) but when i opened your response i got an earler question. i was trying to post using a thread. Apparently i'm not doing it correctly. So here it is agtaIN, no thread .. I get a lot of "data type mismatch" error messages. The problem ... 17 Apr 2010 19:38
database
how i can insert data into access database with the help of webpage by javascript. ... 16 Apr 2010 11:40
"how do I create an array in jquery?"
http://stackoverflow.com/questions/2650277/how-do-i-create-an-array-in-jquery> Who's with me setting up www.jQueryIsNotJavascript.com? (And no, 'ECMAScript' is quite possible not the correct term here') ... 16 Apr 2010 19:33
FAQ Topic - How can I see in javascript if a web browser accepts cookies? (2010-04-16)
----------------------------------------------------------------------- FAQ Topic - How can I see in javascript if a web browser accepts cookies? ----------------------------------------------------------------------- Write a cookie and read it back and check if it's the same. Additional Notes: http://www.i... 15 Apr 2010 19:12
FAQ Topic - How do I modify the content of the current page?(2010-04-14)
Dr J R Stockton wrote: In comp.lang.javascript message <4bc4f77a$0$286$14726298(a)news.sunsite.dk , Tue, 13 Apr 2010 23:00:03, FAQ server <javascript(a)dotinternet.be> posted: ----------------------------------------------------------------------- FAQ Topic - How do I modify the content of the current ... 17 May 2010 01:34
test code with firefox 3.5.8 or better
There are still loose codes in there that won't remain once I am done. It was having trouble with firefox 3.5.8 or better. I think it was by old way of testing for the browser was incorrect. The page is at... http://www.parksandsonspiano.com/webWindow/window_driver.php Once again, Windows should close, minim... 16 Apr 2010 08:20
First  |  Prev |  Next  |  Last
Pages: 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78