| Thread | Last Post | Replies |
|
| javascript to execute java program | 30 Sep 2008 19:35 GMT | 6 |
I have compile my java program as myjava.class. And I can run as "java myjava" without any program. As now, I need to execute myjava.class in javascript. Please shed a light how to execut "java myjava" in
|
| Load Body html on button click. | 30 Sep 2008 15:11 GMT | 3 |
Can someone tell me, How to load the Body Html from a text file that contains javascript. to Manage my files I am creating an Index Page. <html>
|
| Tapestry template exception | 30 Sep 2008 14:31 GMT | 1 |
Im working on an application that uses Tapestry and DOJO. I added some javascript logic to existing HTML and it fails to run when deployed, javascript executes fine otherwise. org.apache.tapestry.parse.TemplateParseException
|
| Elementos de un array | 30 Sep 2008 11:16 GMT | 19 |
Hola grupo que tal, tengo una inquietud no se si sea sencillo, o me estoy confundiendo; la cuestion es esta: tengo este array. var lista = new Array("uno","dos",tres","cuatro");
|
| setting window size and php | 30 Sep 2008 10:15 GMT | 3 |
I'm rather new in JavaScript, but I have some experience in php. I learned it's rather easy to open a window of a specified size with JavaScript, that you need to specify the opened file, but I don't see how to do that in php.
|
| select? | 29 Sep 2008 20:42 GMT | 18 |
I have a select tag as follows <SELECT ID="Select1" NAME="Select1" ONCHANGE="do_alert()"> <OPTION>1</OPTION> <OPTION>2</OPTION>
|
| Detecting status change in a checkbox | 29 Sep 2008 18:29 GMT | 4 |
I'm not really good with javascript, basically what I'm trying to do is that I want to be able to handle when the status of a checkbox is changed (i.e. checked or unchecked), I see everybody is using onclick but I wonder if this is the correct approach, what if a user changes
|
| Script to auto fill fields based on other fields | 29 Sep 2008 16:00 GMT | 4 |
G'day everyone I'm not a JavaScript programmer, so I wonder if you could point me in the right direction or simply tell me how to do the following. I'd like to submit a patch for the registration page of Pootle
|
| What do these dollar signs and parenthesis do? | 28 Sep 2008 22:50 GMT | 14 |
What is going on here with the dollar signs and parenthesis? $(document).ready(function(){ $("li").behavior("click",function(){ $(this).load(menu.html");
|
| Cursor position in textarea? (XY pos, not caret index) | 28 Sep 2008 18:46 GMT | 3 |
Is it possible to determine the caret position, in terms of x/y pixels, within a textarea? (I want to have a suggestion box pop up under where you're typing... so i need to determine where you are typing.)
|
| javascript+safari | 28 Sep 2008 16:51 GMT | 3 |
document.forms[0].submit I think the above function has problem with safari . It works fine on IE and Firefox. If yes please tell me the alternative.
|
| [beginer]Why this script failed to work? | 28 Sep 2008 14:15 GMT | 4 |
I paste my script below: <html> <head> <script src="http://code.activestate.com/js/jquery-1.2.1.js"
|
| BLOCK POPUPS | 28 Sep 2008 12:37 GMT | 7 |
I wish to block popups opening from a third party webpage when i use it in an inline frame. I want a javascript code for it, instead of depending on the browser controls.
|
| Variable scope problem | 28 Sep 2008 11:43 GMT | 2 |
I have a problem with the code below: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/ TR/html4/strict.dtd"> <html>
|
| Logarithmic scale | 28 Sep 2008 09:39 GMT | 8 |
Hi Is there a way to find a proper distance between large numbers. For example, if i have a set of numbers like: 10, 40, 80, 100, 500, 10000 Now if I have to create a break points between these no.
|