| Thread | Last Post | Replies |
|
| Window and iframe question | 31 Mar 2008 23:15 GMT | 38 |
Can I rewrite the following statement window.frames.frm1.document.designMode = "On"; with window["BusinessNews"].frames.notes#currentrow#.document.designMode =
|
| Writing to iframe issue with Internet Explorer | 31 Mar 2008 20:22 GMT | 4 |
My web site application has to write syncronosly to an iframe. It puts in an iframe the directions came from google maps api. This is not an error from google maps api. i want the directions to be written in the iframe and in IE the
|
| Wanted: JavaScript to create HTML from suitable JSON | 31 Mar 2008 20:07 GMT | 9 |
I want to provide a mini-help system on a web page, to help the user when s/he is filling in a form. I thought I'd hold the help data in JSON format, and translate it to HTML via JavaScript in response to user actions.
|
| Very strange problem with Class object | 31 Mar 2008 19:18 GMT | 8 |
I simply ran out of ideas why this piece of code works so strange, it's a very simple class creating object: var Class = function(tpl) { return function() {
|
| dynamically loaded DIV | 31 Mar 2008 16:44 GMT | 7 |
I have a <div> on my page that is dynamically loaded via javascript. This part works fine, however any javascripts or javascript function calls that happen to be in the dynamically loaded content, do not work!
|
| Javascript Focus() - not playing friendly | 31 Mar 2008 16:24 GMT | 3 |
<script language="javascript"> function setMyFocus() { if (document.getElementById("price").value == "xyz")
|
| Adding successive input fields - best practices? | 31 Mar 2008 16:17 GMT | 3 |
I'm writing a Rails app that uses some Javascript to allow users to click a button to add more input fields to the page. I have the code working, but it's very unelegant, with the HTML forms packed into the Javascript code.
|
| dynamic table issue in Firefox | 31 Mar 2008 15:48 GMT | 2 |
I've been playing around with dynamic tables for the last couple days and have run into some interesting issues. I know how to work around this issue, but was wondering if anyone had any insight as to why it's happening in the first place:
|
| Other scripting languages? | 31 Mar 2008 15:18 GMT | 22 |
I am new to web programming with javascript and I was wondering if javascript is the only scripting language that run in browsers like Firefox, IE and Opera or are there others? The scripting that I am refering to is scripting that will show in the
|
| In need of expert advice regarding javascript file upload | 31 Mar 2008 15:03 GMT | 4 |
I am developing a google maps mash up. I have a form in the infowindow (information bubble that pops up) what I would like to do offer users the ability to upload a file from inside this window.
|
| Putting DIV wrapper around all code in body | 31 Mar 2008 14:56 GMT | 12 |
I need to put all body content into wrapper when page is loaded. Via javascript of course. Initial DOM <body>
|
| tinyMCE | 31 Mar 2008 12:43 GMT | 1 |
C'è qualcuno che è pratico di questo editor? Non riesco a recuperare il contenuto della textarea, alert (miatextarea.value) mi risulta sempre vuoto (e mi manda a puttane il controllo se è stato digitato del testo prima di fare il submit).
|
| Firewall Blocks Javascript | 31 Mar 2008 09:06 GMT | 7 |
I am just getting into more and more web development. I have been developing pages using ASP.NET and recently started to add in some basic javascript funcitons. In the last page I built I had simple javascript to add the value of two textboxes and put the result in a
|
| Check if radio button is checked | 31 Mar 2008 09:00 GMT | 11 |
I have 24 radio button groups, and 7 options for each group. I wrote code below trying to see if each radio button group is checked. But it does not work. Any help? Thanks. (24 radio button groups are named question[0] to question[23].
|
| Strange problems with JSON and Safari | 31 Mar 2008 03:12 GMT | 3 |
I'm trying to develop an AJAX application for the iphone which uses JSON (as it's smaller than passing around HTML or XML). Problem is Safari's not playing nice with JSON. I have this response from my script:
|