|
 |
asp_discuss thread: window.showModalDialog
Message #1 by "Ben Schumacher" <bschumacher@a...> on Thu, 19 Dec 2002 19:43:42
|
|
Is there a way to make something like this work?
<%
window.showModalDialog("www.yahoo.com")
%>
Thanks,
Ben
Message #2 by "SEAK, Teng-Fong" <tfseak@f...> on Fri, 20 Dec 2002 13:50:29 +0100
|
|
This is supposed to work in client side.
> -----Message d'origine-----
> De : Ben Schumacher [mailto:bschumacher@a...]
> Envoy=C3=A9 : jeudi 19 d=C3=A9cembre 2002 20:44
> =C3=80 : asp_discuss
> Objet : [asp_discuss] window.showModalDialog
>
>
> Is there a way to make something like this work?
>
> <%
> window.showModalDialog("www.yahoo.com")
> %>
>
> Thanks,
>
> Ben
Message #3 by "Ben Schumacher" <bschumacher@a...> on Fri, 20 Dec 2002 14:30:44
|
|
I was hoping to generate the popup while still at the Server.
> This is supposed to work in client side.
Message #4 by "SEAK, Teng-Fong" <tfseak@f...> on Fri, 20 Dec 2002 15:45:26 +0100
|
|
This is contradictory. The word window of window.showModalDialog
refers to browser window. Since a server is, by definition,
window-less,
you can't expect this to work.
You could :
1) open a browser in the server machine and debug there ;
2) write what you want in a file and read it within a text editor.
> -----Message d'origine-----
> De : Ben Schumacher [mailto:bschumacher@a...]
> Envoy=C3=A9 : vendredi 20 d=C3=A9cembre 2002 15:31
> =C3=80 : asp_discuss
> Objet : [asp_discuss] RE: window.showModalDialog
>
>
> I was hoping to generate the popup while still at the Server.
>
> > This is supposed to work in client side.
|
|
 |