• 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

regarding ajax

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

I am doing jsp with ajax i do not know how to get values after call request please tell me


Thanking You.
 
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The fact that JSP is being used on the server has no bearing on Ajax whatsoever. So i;ve moved this to a more appropriate forum.

You're going to have to give us more detail on what part's stumping you. Ajax is a big area and you haven't given us anything to go on.

 
santhosh kumar vk
Ranch Hand
Posts: 152
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi

after i get values from database it is look like signature i want to show in jsp please help me and if you give validation using ajax it will be better any one example using ajax validation.


Thanking you.
 
author
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

santhosh kumar vk wrote:hi

after i get values from database it is look like signature i want to show in jsp please help me and if you give validation using ajax it will be better any one example using ajax validation.


Thanking you.



Have you done a basic tutorial on Ajax? They should teach you how to send a value up to the server and how to display what is returned.

Eric
 
santhosh kumar vk
Ranch Hand
Posts: 152
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi

can you send me link to study basic to get values from server and how to show in jsp and i have very interest but there is no proper material please help me.




Thanking you.
 
Bear Bibeault
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You keep using the word "JSP"... but remember that once the page gets to the browser, it's just an HTML page. No JSP-ness about it.
 
santhosh kumar vk
Ranch Hand
Posts: 152
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi

Please give me any material link to study ajax.
 
Ranch Hand
Posts: 15304
6
Mac OS X IntelliJ IDE Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

santhosh kumar vk wrote:hi

Please give me any material link to study ajax.



Please don't ask us to "give" you things. It's really annoying. There are a slew of books and online material just waiting for you to google for them.
 
Author
Posts: 12617
IntelliJ IDE Ruby
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Here the online materials google *you*:



 
Ranch Hand
Posts: 608
Firefox Browser Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Also w3schools (www.w3schools.com) is a pretty good place to start when learning any new web related technology!
Here is the direct like -- http://www.w3schools.com/ajax/default.asp

@David - I love the post you've been putting in (seen a couple) -- got to rate them as some of the best best post I've seen around here
 
reply
    Bookmark Topic Watch Topic
  • New Topic