Click to See Complete Forum and Search --> : force to start a session in a new window


Deeps
03-17-2000, 07:37 AM
How can i force to start a session a in new window.
deepthi

Srinivas
03-21-2000, 04:52 PM
Hello Deepthi,

When the user submits the user name and the password, call the javascript
fuction on the on submit attribute of the form element like this,

<FORM ACTION="login.Asp" METHOD="Post" onSubmit="return doSubmit()">

in the doSubmit function call the Window.open with the parameters like this.

window.open(URL);

Good Luck,
Srinivasa Sivakumar


"Deeps" <deep.pradeep@mailcity.com> wrote:
>
>How can i force to start a session a in new window.
>deepthi