Click here to Skip to main content
15,922,533 members
Home / Discussions / Web Development
   

Web Development

 
Generalopening 2 instances of web browser with different dialup settings Pin
doddakiran12-Mar-03 2:55
doddakiran12-Mar-03 2:55 
GeneralAutomatic updates Pin
Brakanjan12-Mar-03 1:30
Brakanjan12-Mar-03 1:30 
GeneralRe: Automatic updates Pin
Jonathan32112-Mar-03 17:34
Jonathan32112-Mar-03 17:34 
GeneralRe: Automatic updates Pin
Brakanjan12-Mar-03 20:20
Brakanjan12-Mar-03 20:20 
GeneralRe: Automatic updates Pin
SimonS19-Mar-03 22:48
SimonS19-Mar-03 22:48 
GeneralRe: Automatic updates Pin
Vasudevan Deepak Kumar14-Mar-03 3:21
Vasudevan Deepak Kumar14-Mar-03 3:21 
GeneralRe: Automatic updates Pin
Jonavis20-Mar-03 22:01
Jonavis20-Mar-03 22:01 
GeneralHelp! can't get the return value Pin
Anonymous12-Mar-03 0:22
Anonymous12-Mar-03 0:22 
Dear all,

I got a problem. I'll like to popup a window, and while it closed, I could get it's return value. I write those codes like this:

(***in main.aspx************************):
...

function popup(){
var r=window.showModalDialog("Search.aspx","QSWindow","Toolbar:yes");
document.all("Textbox1").value=r.returnID;
}


...
POP-UP Search window

(***and in search.aspx*******************):
...

function closeMe(rid){
this.returnID = rid;
}


...
Close ME
...

now I execute the main.aspx at IE6, and It appears an error message when I push 'Close ME' at search.aspx: "..returnID is null or not an object...."

So I can sure I don't get the return value. If someone could tell me why? or tell me another way to pass variables within main/search window using javascript? please~

Peter 2003.03.12 (Taiwan)
GeneralWeb Services Deployment : Referenced Assembly Location Pin
John Pelz11-Mar-03 14:07
John Pelz11-Mar-03 14:07 
GeneralWeb Service Pin
User 988511-Mar-03 12:28
User 988511-Mar-03 12:28 
GeneralRe: Web Service Pin
Chris Maunder11-Mar-03 13:32
cofounderChris Maunder11-Mar-03 13:32 
GeneralRe: Web Service Pin
User 988511-Mar-03 13:48
User 988511-Mar-03 13:48 
GeneralRe: Web Service Pin
Jörgen Sigvardsson13-Mar-03 3:24
Jörgen Sigvardsson13-Mar-03 3:24 
GeneralRe: Web Service Pin
User 988513-Mar-03 3:29
User 988513-Mar-03 3:29 
GeneralRe: Web Service Pin
Jörgen Sigvardsson13-Mar-03 3:36
Jörgen Sigvardsson13-Mar-03 3:36 
GeneralRe: Web Service Pin
User 988513-Mar-03 3:48
User 988513-Mar-03 3:48 
GeneralRe: Web Service Pin
Ryan_Roberts13-Mar-03 3:55
Ryan_Roberts13-Mar-03 3:55 
GeneralRe: Web Service Pin
User 988513-Mar-03 4:01
User 988513-Mar-03 4:01 
GeneralRe: Web Service Pin
Ryan_Roberts13-Mar-03 4:15
Ryan_Roberts13-Mar-03 4:15 
GeneralSSL Certificates Pin
antbates11-Mar-03 6:57
antbates11-Mar-03 6:57 
GeneralRe: SSL Certificates Pin
alex.barylski12-Mar-03 1:20
alex.barylski12-Mar-03 1:20 
GeneralRe: SSL Certificates Pin
antbates12-Mar-03 1:27
antbates12-Mar-03 1:27 
GeneralRe: SSL Certificates Pin
Richard Deeming13-Mar-03 6:09
mveRichard Deeming13-Mar-03 6:09 
Generaltree like sql, (as in this forum) Pin
Hugo Hallman11-Mar-03 6:50
Hugo Hallman11-Mar-03 6:50 
QuestionCalculating Distance or Shipping from a Zip? Pin
joan_fl11-Mar-03 4:00
joan_fl11-Mar-03 4:00 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.