change the window.location as in:

<img src="print.gif"
ondblclick="window.location='http://localhost/test2.html'">

-----Original Message-----
From: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED]]On Behalf Of Vadlmudi Harischandra
Sent: Wednesday, May 30, 2001 2:57 AM
To: [EMAIL PROTECTED]
Subject: Good Afternoon


  Hai Dear Bros & sisters,
           Can Any one solve my problem..??

  problem is..
   I had one .html page .. ther I had some code like this..

  <a  href="http://ipaddr/subdir/.html..."; onDblClick="function()"><img
src="http://..";></a>

   Now I want to go to next page , only on double clicking the image ...But
I am going only with single click..

 I tried this one also..
< a href="#" onDblClick="funname()"><img src=".."></a>

 Now I am able to see some messages , which are written with some alert() or
some , in the same page..on Double clicks


MY REQUIREMENT IS:
   I have to move to next page , only when I am double click on some
image(image is may be an hyperlink or may not be..any one is OK for me)... I
am using Java Script
Here.....


 If any one worked on this , pls respond asap..

with adv.thanks



_____________________________________________________
Chat with your friends as soon as they come online. Get Rediff Bol at
http://bol.rediff.com

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to