Javascript Confirm Function Issues with IE6

Published by: San (8/15/2008)

I had a javascript confirm function running on my site for years from now. That function was perfectly working on all the browsers that i tested before implementing on the site but one fine morning i checked not working with IE6 anymore. It does work on some of the machines and even perfectly working in FireFox on my PC. Any guess?


Comment (0)

How to Change the Image onMouseOver

Published by: San (9/21/2007)

I have a html page where I am using a .jpg image and I want it to change to another image on mouse over. I know this uses a simple javascript to go inside the img tag and the picture keeps on changing when mouse comes over and goes out. Can any one help with a sample code to fix this problem?


Comment (0)

JSP Web Services Example - XML, XSLT in JSP - XML Web Services in Java

Published by: San (9/19/2007)

I am trying to code a web service for remote server to write out little information. Can you help me in finding an example of jsp web services? I am trying to use the xml response as the requesting server is going to parse the information and publish it the user. Please help me in finding a jsp web services using xml.


Comment (0)

How to Email from JSP Page?

Published by: San (9/19/2007)

I have a page where user uses the form to submit the information and the page sends out the email. This is a jsp page, I am not using a smtp server which has the user validation on it. Anonymous user can send emails using that smtp server. Can you help me with jsp codes to send an email?


Comment (0)

How to Configure 404 Error or Page not Found on Tomcat

Published by: San (9/12/2007)

I have tomcat 6.x installed on my Windows 2003, how can I configure 404 error to point my 404.jsp page and compile the java code written into it.


Comment (1)

Sending Email from JSP Pages Using smtp.gmail.com

Published by: San (9/4/2007)

How can I send emails from a jsp page? I have a page where i have a form and it sends out emails on submition. Please let me know the code and classes to include in jsp page to send emails.


Comment (0)