Hello. This is my first message here. I am an experienced programmer, Pascal, C, C++. Recently I've written a small Java app, quite a few PHP pages and a little Javascript code.
I know how to open up a new window in JS and fill it with HTML including images from the onload event in BODY. I'd like to have the user fill out a fieldd on a FORM and then pass that back to the main page as a value in an INPUT tag. How do I get the value from the user? I pass it back through return(), right?
Basically I am after an HTML-formatted prompt box.
Thanks.
I know how to open up a new window in JS and fill it with HTML including images from the onload event in BODY. I'd like to have the user fill out a fieldd on a FORM and then pass that back to the main page as a value in an INPUT tag. How do I get the value from the user? I pass it back through return(), right?
Basically I am after an HTML-formatted prompt box.
Thanks.