Connecting Tech Pros Worldwide Help | Site Map

javascript load on same html page based on selected data

  #1  
Old March 2nd, 2007, 09:05 AM
hanna.huovila@gmail.com
Guest
 
Posts: n/a
This is a bit tricky to explain... There is a timeline form where the
user select timeline. On the same page there is another form which is
used after the timeline has been selected. So when the user chooses
timeline and clicks submit the application returns elements from the
database to the next form.The system also shows the selected timeline
on the same html page (not in the form "form" anymore). We have been
using html, jsp and javascript. How do we make this work?

  #2  
Old March 2nd, 2007, 02:45 PM
Darko
Guest
 
Posts: n/a

re: javascript load on same html page based on selected data


On Mar 2, 9:53 am, hanna.huov...@gmail.com wrote:
Quote:
This is a bit tricky to explain... There is a timeline form where the
user select timeline. On the same page there is another form which is
used after the timeline has been selected. So when the user chooses
timeline and clicks submit the application returns elements from the
database to the next form.The system also shows the selected timeline
on the same html page (not in the form "form" anymore). We have been
using html, jsp and javascript. How do we make this work?
Tell us what your exact problem is? Are you using ajax to accomplish
the thing? If yes, then simply grab your data and distribute it to a
container inside the other form. If you're not, that it's even easier
- just generate the page on respond to the first submit, so the page
contains selected values in the second form. I don't see where you got
stuck so I can't know where to help?

Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
Asp.net Important Topics. shamirza answers 0 January 18th, 2007 05:15 AM
VB6 OR VBA & Webbrowser DOM Tiny $50 Mini Project Programmer help gunimpi answers 0 January 10th, 2007 08:55 PM
multiple select Matt Ratliff answers 4 July 31st, 2006 07:05 PM
DOM doc - simple find element one man army answers 27 January 25th, 2006 07:25 AM