Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
Member Avatar for sree22_happy

hi friends, When i connect my dialup connection , i am getting this error message [B] "Error 720: A connection to the remote computer could not be established."[/B] can any one knows about this,does anyone have solution for this.Help me please

Member Avatar for Sandeep_12
0
2K
Member Avatar for Doctor Inferno
Member Avatar for sree22_happy

Hi friends Can anyone tell me about the difference between <%@include file="abc.jsp" %> and <jsp:include file="abc.jsp"/> :-/

Member Avatar for haribol
-1
2K
Member Avatar for sree22_happy
Member Avatar for peter_budo
0
171
Member Avatar for sree22_happy

Hi friends, I am facing a problem with Signed jar file. I have two jar files.One contains applet class and other jar file contains supportive classes used by that applet.I was able to self sign the applet jar file let name it as "ScreenApplet.jar" using jarsigner tool. The supportive jar …

0
116
Member Avatar for sree22_happy

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... For that i given the method setServletContext method..... But now i need to detach the spring concept from …

0
89
Member Avatar for sree22_happy

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 accordion java script for sliding menu.... and again i need to use …

Member Avatar for sree22_happy
0
413
Member Avatar for sree22_happy

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 a flash file when the browser is idle.Using document object i can capture the mouse events. …

Member Avatar for MidiMagic
0
81
Member Avatar for toadzky

I am trying to insert/hide a table in my page using AJAX. Works perfectly in Firefox. IE 7 gives me "Error: Access is denied" for the following line: [CODE]xmlReq.open("GET", url, true);[/CODE] Any ideas why?

Member Avatar for ~s.o.s~
0
89
Member Avatar for serkan sendur

i have script using nodeNames of dom elements. Script works in ie perfectly but doesnt work in firefox. How can i get nodeName in firefox? Any help would be appreciated, thanks .

Member Avatar for serkan sendur
0
99
Member Avatar for sree22_happy

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 helpful for my works.Thanks for this community and those people behind this community hatts off for …

Member Avatar for Jx_Man
0
43
Member Avatar for sree22_happy

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

Member Avatar for ~s.o.s~
0
71
Member Avatar for sree22_happy

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 reply soon. var xmlHttp; function getXmlHttp() { try { xmlHttp=new ActiveXObject("Microsoft.XMLHTTP"); } catch …

Member Avatar for sree22_happy
0
210
Member Avatar for sree22_happy

hi friends i have a problem in previewing image in mozilla browser.I will give the code. [code] script code <script type="text/javascript"> function loading(img) { document.getElementById('disp').src=img; } </script> [/code] [code] jsp page code <html:file property="productImage" value="${product.productImage}" styleClass="sni_input" onchange="loading(this.value)"/> <img src="" id="disp"> [/code] only few codes are written.I think you can understand …

Member Avatar for sree22_happy
0
221
Member Avatar for OmniX

I was helping a fellow daniweb user with validation for restricting output to only numerics. Then another user said even it validates a user could copy and paste into the cell. Now that has been annoying me and I have been trying to figure out a way to prevent this. …

Member Avatar for ~s.o.s~
0
1K