About
Pricing
Community
Teams
Start Free Trial
Log in
vbnetcoder
asked on
3/7/2011
java script popup close and then postback main form
I have javascript to open a popup. when this form closes I want the calling form to postback
function OpenChild(strImgType) {
var WinSettings = "center:yes;resizable:no;d
ialogHeigh
t:300px"
var MyArgs = window.showModalDialog("..
/PopupForm
.aspx?Prod
uct_ID=" + prodid + "&ImageType=" + strImgType, MyArgs, WinSettings)
}
JavaScript
ASP.NET
2
1
Last Comment
vbnetcoder
8/22/2022 - Mon
ASKER CERTIFIED SOLUTION
SRigney
3/7/2011
THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
vbnetcoder
3/11/2011
ASKER
ty
I started with Experts Exchange in 2004 and it's been a mainstay of my professional computing life since. It helped me launch a career as a programmer / Oracle data analyst
William Peck