RE: JavaScript Open New Window in ColdFusion template!!

2000-08-24 Thread ron
should be: And in your window.open method, if the value of a parameter is "no", you don't need to list it, as long as you have at least one "yes". -Ron > -Original Message- > From: Anthony Caroleo [mailto:[EMAIL PROTECTED]] > Sent: Thursday, August 24, 2000 10:06 AM > To: '[EMAIL

Re: JavaScript Open New Window in ColdFusion template!!

2000-08-24 Thread Harold Goodson
Anthony, The following will work for you and center the window in the middle of the users screen regardless of their resolution settings. I use this interpolated into a table. You might try to be certain that the script tags for this are between closing and opening TD or TR tags. (take note of

RE: JavaScript Open New Window in ColdFusion template!!

2000-08-24 Thread Howell, Katie
Hey Anthony I'm using this and it's working like a charm: function showDocument(act,id) { var link; var accept = true; if (act == 'E' || act == 'A') link = 'edit.cfm?ID=' + id; { MyWin = window.open(link,"Docs","toolbar=no,scrollbars=yes,r