access_asp thread: redirecting to another web page
Message #1 by "ray illuminati" <illuminr@m...> on Sat, 24 Aug 2002 07:04:06
|
|
When using ASP and redirecting processing to another web page I need
that page to be maximized to take up the entire screen instead of
displaying in the form of a pop-up window. What do I need to include to
my code to get this done. Please help.
Ray Illuminati
Message #2 by "Ken Schaefer" <ken@a...> on Mon, 26 Aug 2002 13:18:18 +1000
|
|
You use client-side javascript to do this. The server does not know anything
about the browser window.
Cheers
Ken
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
From: "ray illuminati" <illuminr@m...>
Subject: [access_asp] redirecting to another web page
: When using ASP and redirecting processing to another web page I need
: that page to be maximized to take up the entire screen instead of
: displaying in the form of a pop-up window. What do I need to include to
: my code to get this done. Please help.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|