Re: let a popup-window do something in it's 'parent'-window
From: rita tielemans (dol.fijn_at_pandora.be)
Date: 04/05/04
- Next message: Bob Phillips: "Extract LastName with RegExp"
- Previous message: sticky: "Re: vbscript WshShell.exec call in ASP"
- In reply to: y sakuda: "Re: let a popup-window do something in it's 'parent'-window"
- Next in thread: y sakuda: "Re: let a popup-window do something in it's 'parent'-window"
- Reply: y sakuda: "Re: let a popup-window do something in it's 'parent'-window"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 05 Apr 2004 22:25:17 GMT
hi again,
can you help me out a bit more?
i already found out that i can pass a variable to the modal window and read
it there
vPass="ValueToPass"
t=window.showmodaldialog("NieuweRecord.htm",vPass)
from the new window i use :
varValue=window.dialogArguments
now i need to pass an array to the new window
dim vPass(2)
vPass(1)="ValueToPass_1"
vPass(2)="ValueToPass_2"
t=window.showmodaldialog("NieuweRecord.htm",vPass)
it works... it doesn't give any error, but i can't read the
separate values vPass(1) and vPass(2) in the new form...
also, i need to pass back an array to the main form with
dim vPassBack(2)
vPassBack(1)="PassBack_1"
vPassBack(2)="PassBack_2"
window.returnvalue=vPassBack
this works without errors, but again, i can't read the values at the end...
can you help?
tnx,
Rita.
- Next message: Bob Phillips: "Extract LastName with RegExp"
- Previous message: sticky: "Re: vbscript WshShell.exec call in ASP"
- In reply to: y sakuda: "Re: let a popup-window do something in it's 'parent'-window"
- Next in thread: y sakuda: "Re: let a popup-window do something in it's 'parent'-window"
- Reply: y sakuda: "Re: let a popup-window do something in it's 'parent'-window"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|