Forum: JSP Apr 24th, 2007 |
| Replies: 1 Views: 1,807 Hi All,
Can you please give me sample app or tell me the way to generate ui templates for web components(as in agile technologies.), using beans and custom tags,meta data files,jsps.
Its... |
Forum: JavaScript / DHTML / AJAX Feb 21st, 2007 |
| Replies: 1 Views: 2,995 hi all
A small update for u extra rows are adding in ie now.As i deleted allTables[i].appendChild(row);.
But remaining part is unsolved.please help me in solving the problem |
Forum: JavaScript / DHTML / AJAX Feb 21st, 2007 |
| Replies: 1 Views: 2,995 Hi all,
I need to create extra rows for already existed table in javascript.I added code as shown below.It works well for mozilla but for ie extra rows are not adding .i didnt find where the problem... |
Forum: JavaScript / DHTML / AJAX Feb 14th, 2007 |
| Replies: 3 Views: 3,572 Hi MattEvens
Thank You very much.i did the changes as u specified.Its working fine.
once again thanku Matt. |
Forum: JavaScript / DHTML / AJAX Feb 14th, 2007 |
| Replies: 3 Views: 3,572 Hi all,
I have to create a check box in javascript i just created the checkbox field and called a function in onclick.but onclick event is not firing.i'm getting an error indicating that chkbox has... |
Forum: Java Dec 15th, 2006 |
| Replies: 6 Views: 5,240 Hi,
How can i pass an array from jsp to javascript function.i have to design a grid in jsp.For that i'm using javascript functions.
http://www.code-magazine.com/article.aspx?quickid=0303111&page=3... |
Forum: Java Oct 17th, 2006 |
| Replies: 0 Views: 2,132 Hi ,
can we set cursor position where ever we want in dos prompt from java programming.
i want to clear dos prompt window from java program.and go bak to some position .Is there any way of doing... |
Forum: Java Sep 28th, 2006 |
| Replies: 2 Views: 4,105 Hi , executeUpdate doen't return resultset it returns integer.That may be the cause for the exception .verify once . |
Forum: JSP Sep 4th, 2006 |
| Replies: 0 Views: 1,399 Hi ,
i had data in my server folder.can i have any way to check whether that data is image data or not in jsp?.I can do it by checking whether its extension is jpg ,gifor bmp like wise.but we can... |
Forum: HTML and CSS Sep 4th, 2006 |
| Replies: 3 Views: 2,684 Thanku very much for ur reply.I'm trying like this but no result its resulted true for every input.can u please tell me wts wrong with this?
if(f.age.value!=""&&f.id.value!=""&&f.name.value!="")
{... |
Forum: HTML and CSS Sep 4th, 2006 |
| Replies: 3 Views: 2,684 Hi,
I'm trying to get the data type of a value entered into an input type text field in a form.By using typeof i am getting string always.Eventhough i was entered a number i'm getting the type of... |
Forum: JSP Aug 31st, 2006 |
| Replies: 1 Views: 3,320 Hi ,
I had created a new session in loginpage.I invalidated that session in logout page.if i goback by back button previous page is displaying.how can i rectify that problem.Its my requirement to... |