Forum: PHP Aug 21st, 2009 |
| Replies: 3 Views: 287 Thanks cwarn,
I have done little change in my code and make the row_tMain variable global and my function was able to put the value directly and no need to eval it.
Hurray :)
Thanks all for... |
Forum: PHP Aug 21st, 2009 |
| Replies: 3 Views: 287 Thanks for reply,
Here my concern is the $filterString comes from a function in which i have to do some juggling of the string and this resultant string is used in many places. I can not put... |
Forum: PHP Aug 21st, 2009 |
| Replies: 3 Views: 287 Hi All,
I have used eval function before this. But I am not sure why this one is not working for me.
I do have one function which returns me some filter string. It returns string something like... |
Forum: C++ Aug 20th, 2009 |
| Replies: 6 Views: 476 |
Forum: C++ Aug 20th, 2009 |
| Replies: 6 Views: 476 Thankx Ashish for your reply,
I want to achieve this by cpp program if it is possible. I also wants to pass some parameters with this.
e.g.
1. If we select files using this than its absolute... |
Forum: C++ Aug 20th, 2009 |
| Replies: 6 Views: 476 Hi All,
I need to create one application which can be install on windows platform. After installation it should add custom menu item in windows right click menu. When we click on this custom... |
Forum: JavaScript / DHTML / AJAX Dec 29th, 2008 |
| Replies: 5 Views: 1,368 I have gone through the above example before. My question is that I want to pass a large no of parameters with the POST request just like
url?paramString=filterBuild&buildId=122_344_533_n_.....
... |
Forum: JavaScript / DHTML / AJAX Dec 27th, 2008 |
| Replies: 5 Views: 1,368 I want to pass a large string in ajax request that would be parsed and resultant data is returned by the server. How can I achieve this ?
Is POST method can read a large string from any html... |
Forum: C Dec 23rd, 2008 |
| Replies: 6 Views: 1,250 Thanks for reply. It means I need to write routine which handle HTTP transfers from scratch. Does any body has work on this ? Can I have a header file or library to handle this HTTP transfers.... |
Forum: C Dec 23rd, 2008 |
| Replies: 6 Views: 1,250 Yes same as browser does. I am using the same request-response method. Using socket I am writing GET request on the on port 80 and waiting for the reply. I am able to get HTTP Header and Response... |
Forum: C++ Dec 23rd, 2008 |
| Replies: 2 Views: 775 May be this content will help to you.
Question
What additional skill and devices are required for activating any electronic devices with the help of c++ programming.
Please give me a... |
Forum: C Dec 23rd, 2008 |
| Replies: 6 Views: 1,250 I need to write a small application which can be used to store html from any web server. I have written some code that is able to fetch HTML page along with header. I need to know is there any way to... |
Forum: JSP Sep 9th, 2008 |
| Replies: 11 Views: 26,600 No, Unfortunately After Two Years I am not able to find any free java hosting service. The Clock is ticking but I am in a need of it. Tell me Also if any one finds it. :) |
Forum: MySQL Aug 25th, 2008 |
| Replies: 0 Views: 1,620 Hi EveryOne,
I am working on 5.1.18 mysql community edition. It has a large number of records. I wanted to create an event to handle some particular tasks regularly. So I... |
Forum: MySQL Aug 25th, 2008 |
| Replies: 1 Views: 710 Try to debug the code. Echo your query on your page and then copy paste that code to your mysql client's console there u can have a brief idea about that. I dont know what is the problem in that but... |
Forum: Motherboards, CPUs and RAM Aug 21st, 2008 |
| Replies: 3 Views: 3,039 Thnks for your reply but how can i test that my chipset is set for DDR1. Is it possible that It is set for DDR2 also or chipset 845 is old to support DDR2. :) |
Forum: Motherboards, CPUs and RAM Aug 21st, 2008 |
| Replies: 3 Views: 3,039 I am little bit confused. I have intel 845 chipset mother board which has two slots in it. I want to upgrade my ram. I found that in my mother board ram is DDR and in market DDR2 ram are there which... |
Forum: JSP Jul 29th, 2008 |
| Replies: 11 Views: 26,600 I m Totally agree with you MyJavaserver's hosting is disabled due to abuse and eatj provides limited time access to its resource. Jsp hosting is not that much than php I have found myjavaserver's... |
Forum: PHP Jul 16th, 2008 |
| Replies: 3 Views: 1,376 I have tried that it gives xml which does not seems to valid xml. It is the problem. But in response Text everything looks fine. Is there any problem in casting text to xml Object ? |
Forum: PHP Jul 16th, 2008 |
| Replies: 3 Views: 1,376 I have written some code to fetch details from database according to the given id.
I am using ajax to help the ui. I can see the responseText in alert box but when i use it as reponseXML than it... |
Forum: Java Jun 19th, 2008 |
| Replies: 3 Views: 5,492 I have tried the same but whenever table is repainted the old values are also set to default is there a way to remember previous stat of the table |
Forum: Java Jun 18th, 2008 |
| Replies: 3 Views: 5,492 I want to develope stock ticker application in java. I dont know how to update JTable's specific cell's backcolour. In my application one thread running in background which randomly update's cell's... |
Forum: JSP Apr 15th, 2008 |
| Replies: 3 Views: 1,976 Thanx for your answer This is my Code which works fine. But i need to pass xslt and xml path dynamically.
<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %>
<%@ taglib... |
Forum: JSP Apr 14th, 2008 |
| Replies: 3 Views: 1,976 Hello To Every One
I have transformed xml document using servlet now i need to know how can i transform xml document using jstl. I have found this code very often but it doesn't work with a... |
Forum: JSP Apr 7th, 2008 |
| Replies: 8 Views: 6,880 You want to download Files from the server using jsp page ? If You want a file browser in jsp than you should search on google for Browser.jsp created by Taylor Bastien, David Levine, David Cowan
It... |
Forum: JavaScript / DHTML / AJAX Apr 7th, 2008 |
| Replies: 8 Views: 3,049 <%@ page contentType="text/html; charset=ISO-8859-1" language="java" import="java.sql.*" errorPage="" %>
This declaration is for java server pages. It has nothing to do with java script. If you... |
Forum: JavaScript / DHTML / AJAX Mar 31st, 2008 |
| Replies: 7 Views: 2,899 I have found the bug. Thanx for your help. My function gives me table in a div and i forgot to remove div while appending it to the document. I have writed code for only one object and it was not... |
Forum: JavaScript / DHTML / AJAX Mar 31st, 2008 |
| Replies: 7 Views: 2,899 I have writed My code below for better understanding.This code works fine for one object but for more than one object it does not work or no error is occur.
function getNodeTable(ip){... |
Forum: JavaScript / DHTML / AJAX Mar 31st, 2008 |
| Replies: 7 Views: 2,899 It works Very good in FireFox and Opera but in ie how ever it doesnot work for multiple objects |
Forum: JavaScript / DHTML / AJAX Mar 28th, 2008 |
| Replies: 7 Views: 2,899 I have one table which is generated using javascript dynamically.
In have write one function which creates table dynamically
for IE i have writed
mytable.onClick=some_function();
for onclick... |
Forum: JSP Feb 23rd, 2008 |
| Replies: 11 Views: 26,600 Try http://www.myjavaserver.com. You will have to solve its registration puzzle which is a factory method problem. myjavaserver[dot]com provides 5 MB space for hostin jsp,servlet. But for learning it... |
Forum: Java Feb 18th, 2008 |
| Replies: 1 Views: 4,646 From the Author Code Reengineered :-
import java.io.IOException;
import java.net.ConnectException;
import java.net.ServerSocket;
import java.net.Socket;
import... |
Forum: Java Feb 18th, 2008 |
| Replies: 4 Views: 2,445 Other Way without Implementing serversocket time out is little tricky but it is also can be implemented. Here Is the Code :-
import java.io.IOException;
import java.net.ConnectException;... |
Forum: Java Feb 18th, 2008 |
| Replies: 1 Views: 4,646 Here is the code to write a serverSocket which listens on a given port. I have used a dummy Socket to change serverSocket's port dynamically. This method uses a inner class which is basically a... |
Forum: Java Feb 15th, 2008 |
| Replies: 4 Views: 2,445 For Those who want to see the answer from this forum below is the code. Use this method and add setport method for setting port value from other class. create new Thread Class's Object with the given... |
Forum: Java Feb 15th, 2008 |
| Replies: 4 Views: 2,445 I am developing an application in which i want to set up ServerSocket's port on requirement. I have given an interface which accepts port number and this port number i want to assign my previously... |
Forum: Java Feb 13th, 2008 |
| Replies: 0 Views: 1,064 Hi, To all posters. I am in a confusion. I want to make a popup using JFrame. I am using JFrame.setUndecorated(true); in one class i made for popup,it works fine when i execute that class but if i... |
Forum: Java Feb 11th, 2008 |
| Replies: 0 Views: 837 Hi to all the posters. I have come up with new problem using crimson parser to parse an xml file. I am creating xml file using crimson parser and DOM object. I have created a xml file using... |
Forum: Java Feb 7th, 2008 |
| Replies: 9 Views: 3,042 Tell me friend and I dont know about your requirement but I can show you what i am going to do. I dont know it is right or wrong. But I want to query clients whenever I want so I have decided this... |
Forum: Java Feb 7th, 2008 |
| Replies: 9 Views: 3,042 Thanx for nothing duckman. I am not a hacker and i dont want to be like hacker. Hacker's does not ask their queries on open forums. If you have better suggestion then tell me. I dont think i have to... |