Help me

  • Thread starter Thread starter BB
  • Start date Start date
Something like what? Please use a better Subject so we all can have an Idea
of what you want
 
To start with, you could look at the HTML in the page. Basically, it's a
combination of server-side ASP, a client-side Java applet, and client-side
JavaScript. I would guess that the client-side JavaScript is used to
manipulate the form elements on the page, and the server-side ASP
dynamically sets new properties in the applet. Looks like it was
custom-built, so the answer is, you would have to custom-build one
yourself.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
http://www.takempis.com
The more I learn, the less I know.
 
Back
Top