javascript

javascript execution from c#

window.execscript("mycode","javascript") is not working when tried to execute,also not giving any exception at that point.Any suggestion is welcome. Thanks in Advance ...

how to find dynamically created table with rows id in javascript

i created dynamically a table with 3 rows not by using table tag, .... i need to find these rows in scripting...in button click, if any of these rows is empty then need to generate an alert message like enter current row..... how can i do this... please suggest me... ...

How to change month dynamically in JSP?

In my program, there are two buttons and in the center of the two buttons there is a space for month to display dynamically using JSP, e.g. << current month >>. The << and >> are two buttons. I need a logical or a programmatic explanation for the following to occur: When I click on the left button the previous month of the current mon...

Java Applet Development - JavaScript code to check whether JRE is installed on client machine.

Java Applet Development - JavaScript code to check whether JRE is installed on client machine. ...

find and replace strings in jquery

$('img').click(function(){ var add_to_list = $(this); // database query for element }); Currently add_to_list is getting the value 'images/image.jpg'. I want to replace the 'image/' to nothing so I only get the name of the picture (with or without the extension). How can I do this? I couldn't find anything. Also please provide ...

How to test if a coordinate is in a diamond area?

code link: http://jsbin.com/ozoma3/edit codes (can copy/paste to a .html file, and run it) : <HTML> <HEAD> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"&gt;&lt;/script&gt; <style> *{margin:0;} #main{ background-image:url('http://clip2net.com/clip/m10494/1277192389-c-811b.png'); width:660px; he...

is a full featured phonetic search algorithm neccessary?

Hello together, i need some decision help today :-) interface A) an input field where the user can type his search parameters. interface B) next step he will come to some mask, where he can refine his search. if he enters some defined words (there are about 10) in A the corresponding checkboxes in B should be be checked. Next to the...

Box characters within JSON response

This is my JSON String which is generated using Java: [{\"userFirstNm\":\"Tamás\",\"userAsscId\":\"37732\",\"userLastNm\":\"Török\",\"userLanId\":\"a37732\"}] Using an alert in JavaScript displays boxes inside string and breaks my eval function. Please find details in attached screen shot. ...

javascript .children not working in Camino Browser

This is an odd one, for whatever reason, getting the children of an element doens't work in Camino browser. Works in all other browsers. Anyone know how to fix this? Google is no help :( var site_result_content = document.getElementById(content_id); site_child_nodes = site_result_content.children; alert('started'); for(i=0;i...

Reason behind a JavaScript parsing error in MSIE 8

Given something like var obj = { foo: function(){ try{ doSomething(); }catch(ex){ //@TODO - report error } } } MSIE 8 would throw up a "Missing semi-colon on line #" which was where the @TODO was. After I sed'd the dozens of @TODO's to be !TODO, MSIE was able to prop...

Should I use a JavaScript validator?

I've tested my JavaScript in several browsers and it all works fine. However when I run it through JSLint, there are a few (minor) errors it picks up. If the code works, is it important to fix these? ...

How is a click outisde of an element detected ?

In the jQuery autocomplete/menu widget (the autocomplete widget is based on the menu widget, which is a still unreleased widget), how is a click outside of the menu detected ? (A click outisde of the menu closes the menu) I have added a srollbar (similar to the classic select element) to that menu in a custom combobox widget I am writin...

freeswitch : javascript application is not working

Hi all, I am learning freeswitch applications.In this the application called 'javascript' which is used to execute our java scripts. I have created the following java script. var languageCode = "en"; var soundDir = "sound/"; function playFile(fileName, callBack, callBackArgs) { session.streamFile(soundDir + languag...

chrome extension - need to show the description on hover of the links as a popup.

chrome extension - popup page has links. need to show the description on hover of the links as a popup to the left side of the link(means the description div will come outside of the extension wondow).(popup page has popups) similar to vertical drop down menu... should work in the chrome extension. ...

Which is better to be use JSF's Action event or Javascript?

In my application i am enabling and disabling a button according to the value selected by the user from the <h:SelectOneMenu>. I am using a valueChangeListener for the same operation.My doubt is whether it is good to use javascript or the valueChangeListener for better performance. ...

Web Sockets questions

Hi, I have a couple of questions concerning Web Sockets. The latest Firefox 4.0 nightlies support Web Sockets. So does Webkit (Chrome 4 + Safari 4/5). Internet Explorer 9 is supposed to feature Web Sockets at some point according to Microsoft (before the stable release). Anyway, my questions are: I am building a JavaScript admin int...

how to Scroll down in a html table using arrowkeys?

Hi, I'm developing a web application and encountered following problem. there are two tables in my page and when i select a row in table1 , first row in table2 get selected.I want to scroll down the table2 using arrow keys(without click in any row of table2). But when I use arrow keys, scroll bar doesn't work. It work only after I cli...

Calling JavaScript function before the end of body

How do I call a JavaScript function before the end of the body of an HTML page? ...

a javascript message from a servlet

hi how could i display a javascript message from a servlet. I am searching examples thanks for help. ...

JavaScript error : 'document.advanced_search.keywords', null or not the object.

Hello, I'm developing the ajax search script. it's the simple code, I get javascript error. I can't see the error! And I don't understand why I have an error here: <script> var keywords = document.advanced_search.keywords.value; alert(keywords); </script> <form name="advanced_search"> <input name="keywords" type="text" value="213123...