|
Home > Archive > IIS ASP > May 2004 > post the form data and open the page as a modal window
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
post the form data and open the page as a modal window
|
|
|
| Is it possible to post the form data and open the page as a modal window?
Because when I do the following, it will open page2.asp in a new window, but
I still able to manipulate page1.asp. I want to make page2.asp as modal
window.
<form action="http://server2/page2.asp" method="post" target="_blank">
Any ideas?
| |
| Roji. P. Thomas 2004-05-30, 11:54 am |
| Add
onBlur = "self.focus();"
to the body tag of page2
--
Roji. P. Thomas
SQL Server Programmer
"Matt" <mattloude@hotmail.com> wrote in message
news:uWzj0LSREHA.1308@TK2MSFTNGP10.phx.gbl...
> Is it possible to post the form data and open the page as a modal window?
> Because when I do the following, it will open page2.asp in a new window,
but
> I still able to manipulate page1.asp. I want to make page2.asp as modal
> window.
>
> <form action="http://server2/page2.asp" method="post" target="_blank">
>
> Any ideas?
>
>
|
|
|
|
|