First  |  Prev |  Next  |  Last
Pages: 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121
ajax form works on www.mydomain.com but not mydomain.com (w/o www)
Here is the site: http://www.fthisgame.com if you click the submit an ajax form comes up. It works on the above link but if you go to http://fthisgame.com then it no longer works. What is the problem here? Thanks ... 28 Nov 2009 16:45
escape ' ' in " " (in a string!)
hi guys.. i have this code: var myhtml = "<tr>" + "<th style='color:#006296'>" + standortname + "</th>" + "<th>" + "Standort von: " + "</th>" + "<th>" + "Anzeigen: <input type='checkbox' class='checkbox' name='show' value='show' onClick='" + createMarker... 25 Nov 2009 13:47
alert and pop-up blockers
It seems to me that pop up blockers do not prevent alert, confirm, and prompt boxes appearing. Or do some prevent? If there are significant number of (also alert-box-) blockers in use, how to make an own box (e.g. a div), which does prevent the user proceeding without clicking the button (or reacting with the... 28 Nov 2009 05:47
Security risk to eval?(NO sql)
Evertjan. wrote: optimistx wrote on 25 nov 2009 in comp.lang.javascript: Assume: 1) A programmer has written a htlm page with javascript code, which is loaded to and executed in client's computer. 2) The http-server, which is sending the page, does not execute php, does not use aja... 25 Nov 2009 04:52
Visionary things about smalltalk, JS ...
There are funny things going on in the computing scene. The GUI's and their 'usability look, feel' seem to change. Please have a look at this GUI first, enjoy! http://www.ommwriter.com/ Isn't that pure beauty? Can u imagine to have such a IDE, yes, even (database) application? Then look at your old fash... 24 Nov 2009 13:21
scroll bar of body tag
Hello, How can i get scroll bar's bottom position of body tag ? Thanks in advance. ... 24 Nov 2009 09:58
Firefox and cross domain ajax calls
We have a script at http://localhost:8080/a.html which loads http://localhost:8081/b.js using script tag. A button defined in a.html invokes a function from b.js. The function makes AJAX call to http://localhost:8081/c.html Firefox 3.5.5 allows the call to c.html. It can be seen in Firebug and Tamper data plugin... 24 Nov 2009 09:58
Positioning DIV for Predictive-Test/LOV/Suggest-list
Hi, The following is what I'm using to work out where to position the container-div for my bespoke Auto-Complete list: - var dimTarget = lovTarget; var offsetTop = dimTarget.offsetTop + dimTarget.offsetHeight; var offsetLeft = dimTarget.offsetLeft; while(dimTarget = dimTarget.offs... 23 Nov 2009 06:18
Using Javascript to look at a frame's contents from another (sibling) frame
In comp.lang.javascript message <ed6eac53-0d59-47ea-8442-504e0ef4e481(a)x5 g2000prf.googlegroups.com>, Sat, 21 Nov 2009 03:29:42, Aaron C <farfromunique(a)gmail.com> posted: Where I'm stuck is getting javascript in _top to read ANYTHING in _bott. I don't know if I have bad syntax, or if i'm missing a step in my ... 21 Nov 2009 19:14
Encapsulation and js, html, css
It is fun to add a piece of short code to a project, eg. a method of a nice object/constructor without worrying, which other possibly numerous locations in the same project have to be changed. But as the code grows, everything starts to depend on everything else, the code feels like spaghetti, entangled, and... 28 Nov 2009 21:10
First  |  Prev |  Next  |  Last
Pages: 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121