• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

problem in execution of onClick of image

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
Can any one help on this :
i have jsp stmt:
<a href="javascript:copyToList('selectedlistbox','availablelistbox')"><img border="0" src="<%= imagePath %>button_move_left.gif" width="28" height="23" name="Button_Move_Left" alt="Button_Move_Left"></a>

To test this i am submitting the form
WebImage image=addUserResponse.getImageWithName("Button_Add_All");

WebResponse res=image.getLink().click();

But i am getting response as same window , not getting the response page which come after clicking on button

can any one help on this?
Thanks in advance
santha



Plese let me know the way ,
I will be very thankful
Thanks
santha
 
reply
    Bookmark Topic Watch Topic
  • New Topic