| Author |
Get value from Appserver and display on Html
|
Angela D'souza
Ranch Hand
Joined: Jan 16, 2002
Posts: 469
|
|
Hi, I have java app server as a back end which get the some values from Printers. I want to display such value on web page. I don't want to use an applet or JSP to get this values from server. Is there any other way or is there any HTML API to get value from server and display on web page? Thank you, Angela [ September 30, 2008: Message edited by: Angela D'souza ] [ September 30, 2008: Message edited by: Angela D'souza ]
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56224
|
|
I think you'll need to explain what you are trying to do a bit more clearly. Also, Please be sure to take the time to compose descriptive subjects for your posts; read this for more information. Using a title of " HTML & Javascript" in a forum completely dedicated to questions on HTML & Javascript isn't very helpful. Please go back and change your post to add a more meaningful subject by clicking the .
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56224
|
|
|
Angela, please avoid "ninja edits" where you change your original post after someone has responded. When someone asks you to clarify a post, please do so in a reply rather than editing the original.
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56224
|
|
|
I don;t understand what you mean by "getting data from printers", but it sounds like what you are looking for is Ajax.
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26201
|
|
Originally posted by Angela D'souza: I have java app server as a back end which get the some values from Printers. I want to display such value on web page. I don't want to use an applet or JSP to get this values from server. Is there any other way or is there any HTML API to get value from server and display on web page?
HTML is a client markup language. It doesn't interact with the server. HTML and JavaScript can call the server. You still need a servlet and or JSP to interface the client with the server.
|
[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
|
 |
 |
|
|
subject: Get value from Appserver and display on Html
|
|
|