• 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

Doubts in jsp

 
Ranch Hand
Posts: 48
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I have two frames my Jsp page.In left side of Jsp page contains retrieve database values through radio button.The database values are
get into Jsp page and automatically refresh my database values in every five seconds through Ajax coding.I got the output of selected radio button values through text box in the same Jsp page and right side of the Jsp page. In right side of the page contains text box and Transfer Button and Dial Button.If i want to get the values of getting radio button and dynamic input of the text box values when click transfer button into another one Jsp Page.Is it possible.Please give me solution to do continue this process.



Regards,
Suganya
 
Ranch Hand
Posts: 368
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
How you are calling another JSP after clicked on Transfer button?
 
R Sugan
Ranch Hand
Posts: 48
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

This is my coding People1.jsp
 
Sheriff
Posts: 9707
43
Android Google Web Toolkit Hibernate IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I couldn't understand properly what you want to say but it looks that you want to get the values from one frame to another using javascript. I think you should read some tutorials like this one or use a simple google query like javascript frames to understand what you can do to achieve your goal. That's all that I can help as I cannot understand the problem properly.

[Edit: didn't see Sugan's second post]

Sugan, you have posted a code but I can't see any frames in that. Can you either post the complete code for both the frames as well as the page which contains both the frames or post a screenshot or something of the two frames to make it easier to understand your problem...
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic