T
The Natural Philosopher
OK, whats teh best way of tacling this.
From a user/top level perspective, what I want to do is to have a
little window pop up - just a display switched <div> - and enter some
data, and a password, and then pass that data alone via https back to a
server, and then have the server send some sort of javascript
interpretable page back. To be loaded into that little <div>
Sort of Ajax, but I don't think I need all of that to do this.
I can handle the https and server side code to do whatever is
required..just need to understand how to set up a call/return mechanism
in javascript.
Complete solutions not required - just pointers to a set of functions,
or a useful example or two.
From a user/top level perspective, what I want to do is to have a
little window pop up - just a display switched <div> - and enter some
data, and a password, and then pass that data alone via https back to a
server, and then have the server send some sort of javascript
interpretable page back. To be loaded into that little <div>
Sort of Ajax, but I don't think I need all of that to do this.
I can handle the https and server side code to do whatever is
required..just need to understand how to set up a call/return mechanism
in javascript.
Complete solutions not required - just pointers to a set of functions,
or a useful example or two.