HTML Form
am 23.01.2008 04:44:26 von magix8Hi,
Maybe this is not really ASP specific, but I would like some advise,
if any.
I launched a modal popup window with code like:
so can see that the popup window name is MyPopup, with MyPage1.asp
In MyPage1.asp, I got FORM statement to post
I have tried with target=3D"_self" or target=3D"MyPopup" in the FORM tag,
but still it
will open another new popup window. Why?
Since I already have MyPopup windows, for any FORM post, I want it to
be at the same window.
Meaning that the popup window name is STILL be the same MyPopup, but
with
MyPage2.asp
Can you help ?
Magix