User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
DaniWeb is a massive community of 374,496 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,890 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Showing results 1 to 36 of 36
Search took 0.01 seconds.
Posts Made By: sree22_happy
Forum: RSS, Web Services and SOAP Apr 10th, 2008
Replies: 0
Views: 957
Posted By sree22_happy
Webservices Help

hi friends

i am using xfire for webservice with spring ... i incorporate the spring servletContextAware interface for starting my server so that i can start it while tomcat server starts up......
Forum: JavaScript / DHTML / AJAX Apr 7th, 2008
Replies: 3
Views: 1,739
Posted By sree22_happy
Re: Need help in javascript and modal window

In this code i am getting the modal window .. but when i put this accordion menu script its not working the modal window page.....I want a modal window in which i can put tab contents or sliding...
Forum: JavaScript / DHTML / AJAX Apr 7th, 2008
Replies: 3
Views: 1,739
Posted By sree22_happy
Re: Need help in javascript and modal window

<html>
<head>
<script type="text/javascript" src="modal.js"></script>
<script type="text/javascript" src="jquery-1.2.2.pack.js"></script>
<script type="text/javascript"...
Forum: JavaScript / DHTML / AJAX Apr 4th, 2008
Replies: 3
Views: 1,739
Posted By sree22_happy
Need help in javascript and modal window

hi friends,

I need your help............. I have a div content in my home page.while clicking on that div i need a modal window... i have done that using jquery. In that modal window i need to call...
Forum: JavaScript / DHTML / AJAX Feb 12th, 2008
Replies: 1
Views: 1,231
Posted By sree22_happy
Question How to capture window events in javascript

hi friends,

Can anyone tell me how to capture window events.I searched for events but i found resize,scroll. Does any mouse click ,mouse move ,mouse over events exists.My problem is ,i want to load...
Forum: JavaScript / DHTML / AJAX Feb 8th, 2008
Replies: 2
Views: 719
Posted By sree22_happy
Re: how to get nodeName with javascript in firefox

You Provide sufficient information ?. You give the script which works in IE
Forum: JavaScript / DHTML / AJAX Feb 8th, 2008
Replies: 9
Views: 1,053
Posted By sree22_happy
Re: IE AJAX issue

Did u get the responseText in IE ?
Can u alert the responseText in IE
Forum: Community Introductions Feb 6th, 2008
Replies: 3
Views: 265
Posted By sree22_happy
News Hi Late Introduction

Hi all friends,

I am an old member of this community.I am from india.My name is sree.I am an MCA (Master in Computer Application) holder and working as a software developer.This community is so...
Forum: Windows NT / 2000 / XP / 2003 Feb 1st, 2008
Replies: 5
Views: 2,965
Posted By sree22_happy
Re: Error 720: A connection to the remote computer could not be established.

Does anyone have any options to recover from this error
Forum: Windows NT / 2000 / XP / 2003 Jan 31st, 2008
Replies: 5
Views: 2,965
Posted By sree22_happy
Question Re: Error 720: A connection to the remote computer could not be established.

Details are

I am using windows xp.I want to connect internet using bsnl dial up connection.I used to connect through bsnl dial up connection.But now a days i cant connect and showing the error...
Forum: Windows NT / 2000 / XP / 2003 Jan 30th, 2008
Replies: 5
Views: 2,965
Posted By sree22_happy
Troubleshooting Error 720: A connection to the remote computer could not be established.

hi friends,

When i connect my dialup connection , i am getting this error message

"Error 720: A connection to the remote computer could not be established."

can any one knows about this,does...
Forum: JSP Jan 30th, 2008
Replies: 1
Views: 458
Posted By sree22_happy
Question How to create Charts and Diagrams in JSP/Servlet

hi friends,

I want to create a chart (pie,linear) and bar diagrams for my project in struts.Anyone knows about this,please help me.Thanks in advance
Forum: JSP Jan 30th, 2008
Replies: 2
Views: 4,235
Posted By sree22_happy
Forum: JavaScript / DHTML / AJAX Jan 30th, 2008
Replies: 24
Views: 4,160
Posted By sree22_happy
Solution Re: Problem with ajax and mozilla browser

thanks a lot it worked fine.........
Forum: JavaScript / DHTML / AJAX Jan 29th, 2008
Replies: 2
Views: 1,051
Posted By sree22_happy
Forum: JavaScript / DHTML / AJAX Jan 25th, 2008
Replies: 2
Views: 1,051
Posted By sree22_happy
Question Problem in previewing image after upload in Mozilla

hi friends

i have a problem in previewing image in mozilla browser.I will give the code.


script code
<script type="text/javascript">

function loading(img)
{
Forum: JavaScript / DHTML / AJAX Jan 25th, 2008
Replies: 24
Views: 4,160
Posted By sree22_happy
Re: Problem with ajax and mozilla browser

yea the exception was

TypeError : xmlObj.childNodes[0].firstChild has no properties
Forum: JavaScript / DHTML / AJAX Jan 24th, 2008
Replies: 24
Views: 4,160
Posted By sree22_happy
Re: Problem with ajax and mozilla browser

It again doesn't work ?
var xmlObj = xmlHttp.responseXML.documentElement;
alert(xmlObj);

i put this alert message.when explorer it displays [Object] and in Mozilla it displays...
Forum: JavaScript / DHTML / AJAX Jan 24th, 2008
Replies: 24
Views: 4,160
Posted By sree22_happy
Question Re: Problem with ajax and mozilla browser

function useHttpResponseSuggestId()
{
if (xmlHttp.readyState == 4)
{
if(xmlHttp.status == 200)
{
var textout = xmlHttp.responseText;
...
Forum: JavaScript / DHTML / AJAX Jan 23rd, 2008
Replies: 24
Views: 4,160
Posted By sree22_happy
Re: Problem with ajax and mozilla browser

my firefox version is 2.0.0.3 !
Forum: JavaScript / DHTML / AJAX Jan 23rd, 2008
Replies: 24
Views: 4,160
Posted By sree22_happy
Re: Problem with ajax and mozilla browser

i am getting the textout value as above stated response.After that two try blocks are their.In IE the second try block is executing but in mozilla it enters in both the try block but returns...
Forum: JavaScript / DHTML / AJAX Jan 23rd, 2008
Replies: 24
Views: 4,160
Posted By sree22_happy
Re: Problem with ajax and mozilla browser

I am getting the response from firebug

<?xml version="1.0"?>

<code>

<name>sree</name>

</code>
Forum: JavaScript / DHTML / AJAX Jan 23rd, 2008
Replies: 6
Views: 1,799
Posted By sree22_happy
Re: Validation - Paste (Ctrl V)

yes we can do it in javascript
this is the method to be called

function noCTRL(e)
{
var code = (document.all) ? event.keyCode:e.which;
var ctrl = (document.all) ? event.ctrlKey:e.modifiers &...
Forum: JavaScript / DHTML / AJAX Jan 23rd, 2008
Replies: 24
Views: 4,160
Posted By sree22_happy
Re: Problem with ajax and mozilla browser

Problem is when i run this code in IE it works fine.It takes the second try method in the index.jsp
When it comes to mozilla it throws an exception from the first try method as "Please use a new...
Forum: JavaScript / DHTML / AJAX Jan 23rd, 2008
Replies: 24
Views: 4,160
Posted By sree22_happy
Re: Problem with ajax and mozilla browser

its calling the ajaxcontroller.java file which was written below

AjaxController.java

public class AjaxController extends HttpServlet {

/** Processes requests for both HTTP...
Forum: JavaScript / DHTML / AJAX Jan 23rd, 2008
Replies: 24
Views: 4,160
Posted By sree22_happy
Re: Problem with ajax and mozilla browser

The problem is again in mozilla browser

Below is my index.jsp page in that i written the script of ajax


var xmlHttp;

function getXmlHttp()
{
Forum: JSP Jan 21st, 2008
Replies: 2
Views: 4,235
Posted By sree22_happy
Question Difference between <%@include%> and <jsp:include>

Hi friends
Can anyone tell me about the difference between <%@include file="abc.jsp" %> and <jsp:include file="abc.jsp"/> :-/
Forum: JavaScript / DHTML / AJAX Jan 18th, 2008
Replies: 24
Views: 4,160
Posted By sree22_happy
Re: Problem with ajax and mozilla browser

thanks and let me check if any problem i will reply soon ?
Forum: JavaScript / DHTML / AJAX Jan 17th, 2008
Replies: 24
Views: 4,160
Posted By sree22_happy
Re: Problem with ajax and mozilla browser

Actually the problem may be in this code

if(xmlHttp.status == 200)
{
var textout = xmlHttp.responseText;
try
{
var x= new DOMParser().parseFromString(textout,...
Forum: JavaScript / DHTML / AJAX Jan 7th, 2008
Replies: 24
Views: 4,160
Posted By sree22_happy
Question Problem with ajax and mozilla browser

Hi friends,

i have a problem in ajax.The code will get values when i use IE but it doesnt work with mozilla browser.It showing the alert message ? I am adding the code along with this.Expecting the...
Forum: Java Jan 7th, 2008
Replies: 18
Views: 7,010
Posted By sree22_happy
Re: Any j2ee project titles

thanks for the replies !
Forum: Java Apr 20th, 2006
Replies: 18
Views: 7,010
Posted By sree22_happy
Re: Any j2ee project titles

i need some help for my project and not for english
Forum: Java Apr 20th, 2006
Replies: 18
Views: 7,010
Posted By sree22_happy
Re: Any j2ee project titles

what is this i don't understand what are you trying to say ?
Forum: Java Apr 20th, 2006
Replies: 18
Views: 7,010
Posted By sree22_happy
Question Re: Any j2ee project titles

hello friends

my project name is e-auction
can u give me some points regarding this project
i would like to do this project using j2ee as front end and oracle as back end
Forum: Java Apr 19th, 2006
Replies: 18
Views: 7,010
Posted By sree22_happy
Re: Any j2ee project titles

hai friends i got a project title but can u help me the details of dat project
Forum: Java Mar 19th, 2006
Replies: 18
Views: 7,010
Posted By sree22_happy
Any j2ee project titles

hai friends i want a project title in j2ee to do my project plz help me :sad:
Showing results 1 to 36 of 36

 
All times are GMT -4. The time now is 1:59 pm.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC