Forum: JavaScript / DHTML / AJAX Sep 3rd, 2007 |
| Replies: 1 Views: 2,326 |
Forum: JavaScript / DHTML / AJAX Aug 27th, 2007 |
| Replies: 1 Views: 2,326 No ajax responseText received in firefox. Hi ,
I have an ajax code which works well in IE. I receive the responseText and thus the alert messages. However, i receive no responseText in Firefox.
The code snippet is as follows.
function... |
Forum: JSP Aug 10th, 2007 |
| Replies: 3 Views: 781 |
Forum: JSP Aug 9th, 2007 |
| Replies: 3 Views: 781 Entires become blank in jsp Hi,
I have a jsp page where the user is asked to do certain entries. Now if the user leaves any one of the entires as blank or as a wrong entry and presses the submit button, he gets an alert... |
Forum: JSP Jul 12th, 2007 |
| Replies: 1 Views: 972 ping a host Hi,
I have a jsp page where I have a text box to enter an ip address and a button to ping the ip address entered. Can anyone tell me how to implement this using java/jsp/ajax.
Thanks a lot in... |
Forum: JavaScript / DHTML / AJAX Jul 12th, 2007 |
| Replies: 5 Views: 2,464 |
Forum: Java Jul 9th, 2007 |
| Replies: 4 Views: 2,261 selecting radio button values Hi,
I have a jsp which contains a list of radio buttons. I want that when the user selects any one of them the value of the corresponding radio button be passed to a textbox on the same page.
How... |
Forum: JSP Jul 2nd, 2007 |
| Replies: 2 Views: 2,722 Adding a deleting rows Hi,
I am writing a code to dynamically create a table and then add delete and modify records. The table is created from an existing database table. How ever the add and the deleting of records is... |
Forum: JSP Jun 28th, 2007 |
| Replies: 6 Views: 2,568 |
Forum: JSP Jun 27th, 2007 |
| Replies: 6 Views: 2,568 |
Forum: JavaScript / DHTML / AJAX Jun 27th, 2007 |
| Replies: 5 Views: 2,464 Re: javascript table Hi,
I understand that very much. Let me give you a part of the code to help you understand my problem.
This is the table cell which when one clicks
<td width="33%" style="text-align: center;"> <a... |
Forum: JSP Jun 26th, 2007 |
| Replies: 6 Views: 2,568 fetching data from the database Hi,
I have written a jsp file to fetch data from a database table and display it in the form of a table in jsp. The idea is to generate a dynamic table. I have written the following code.
#
<%@page... |
Forum: JavaScript / DHTML / AJAX Jun 26th, 2007 |
| Replies: 5 Views: 2,464 javascript table Hi,
I have an html page which is designed using tables. I would like to know that if I click on a button located in one cell of the table, it should open another page in a new cell of a different... |
Forum: JSP Jun 22nd, 2007 |
| Replies: 2 Views: 3,081 user authentication and authorization Hi,
We are developing a software in j2ee/jboss appserver. I have designed a login page the source code of which is given below,
loginpage.jsp
<%@ page language="java" contentType="text/html;... |
Forum: JavaScript / DHTML / AJAX Jun 20th, 2007 |
| Replies: 1 Views: 919 javascript issue Hi, I have two images, one looks like the up arrow button of a vertical scrollbar and the other looking like the down arrow button of a vertical scrollbar.
I want that when an user clicks on the up... |