Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: How to update webpage with saved values using onChange()


Message #1 by kwesi_abraham@y... on Wed, 20 Mar 2002 19:48:13
Hello Christine,
Thanks for your quick response, and no need to be sorry.  I should have 
been more specific.  Have a good day.
kwesi

> sorry, i didn't know you need java code.
i use asp.net, c# and javascript

-----Original Message-----
From: kwesi_abraham@y... [mailto:kwesi_abraham@y...]
Sent: Wednesday, March 20, 2002 5:48 PM
To: javascript
Subject: [javascript] RE: How to update webpage with saved values using
on Change()


Hello,
Thanks for your suggestion.  How can I access Java code (without using 
applets) from a javaScript?  Can I do that?  If I have to use the applet 
tag, how can I do it without having the applet run when I run the app.  I 
would just like to call methods in the Java code.
Thanks very much.
kwesi

> javascript function should work.
you can just retrieve session variable by
Session["session_name"]

-----Original Message-----
From: kwesi_abraham@y... [mailto:kwesi_abraham@y...]
Sent: Wednesday, March 20, 2002 11:48 AM
To: javascript
Subject: [javascript] How to update webpage with saved values using
onChange()


Hello,
I would like to update a web page with data stored in a session (also 
stored in a file) when the user chooses an item in a <select> box 
(dropdown list box), using onChange().  What is the best way to do this?
I am thinking that I could call a javascript function to handle it.  
However, I also think I need to hook the function to a java class (object) 
that will extract the data from the session and "package " it for the 
javascript function to use.
I would appreciate some tips.
Thanks,
kwesi
---
Change your mail options at http://p2p.wrox.com/manager.asp or 
to unsubscribe send a blank email to 
---
Change your mail options at http://p2p.wrox.com/manager.asp or 
to unsubscribe send a blank email to 

  Return to Index