- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
15 Posted Topics
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 | |
Re: i too got banned from adsense now i am using adbrite.It has lower earnings but doesnt ban anyone ..... | |
Hi friends Can anyone tell me about the difference between <%@include file="abc.jsp" %> and <jsp:include file="abc.jsp"/> :-/ | |
hai friends i want a project title in j2ee to do my project plz help me :sad: | |
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 … | |
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 … | |
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 … | |
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. … | |
Re: Did u get the responseText in IE ? Can u alert the responseText in IE | |
Re: You Provide sufficient information ?. You give the script which works in IE | |
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 … | |
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 | |
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 … | |
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 … | |
Re: yes we can do it in javascript this is the method to be called [code] function noCTRL(e) { var code = (document.all) ? event.keyCode:e.which; var ctrl = (document.all) ? event.ctrlKey:e.modifiers & Event.CONTROL_MASK; var msg = "Sorry, this functionality is disabled."; if (document.all) { if (ctrl && code==86) //CTRL+V { alert(msg); … |
The End.