Click here to Skip to main content
16,010,918 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Wanted some help Pin
Christian Graus19-Nov-06 22:21
protectorChristian Graus19-Nov-06 22:21 
GeneralRe: Wanted some help Pin
Bradml19-Nov-06 23:43
Bradml19-Nov-06 23:43 
QuestionClosing A Window [modified] Pin
#realJSOP17-Nov-06 8:28
professional#realJSOP17-Nov-06 8:28 
AnswerRe: Closing A Window Pin
Steve Echols17-Nov-06 8:55
Steve Echols17-Nov-06 8:55 
AnswerRe: Closing A Window Pin
led mike17-Nov-06 9:48
led mike17-Nov-06 9:48 
GeneralRe: Closing A Window Pin
Ginu U Santhark19-Nov-06 19:32
Ginu U Santhark19-Nov-06 19:32 
AnswerRe: Closing A Window Pin
Steve Echols17-Nov-06 10:24
Steve Echols17-Nov-06 10:24 
AnswerRe: Closing A Window Pin
Bradml17-Nov-06 21:43
Bradml17-Nov-06 21:43 
I'm not a JavaScript guru, I'm more server side orientated, but I think that you should be able to reference the pop up via its name as long as you are doing it from the same domain as you launched the popup from.

Here is my example:

PAGE 1:
<<SCRIPT LANGUAGE="javascript"><br />
<!--<br />
<br />
function open_window(){<br />
<br />
window.open ('popup_page.html', 'POPUP', config='height=100,<br />
width=400, toolbar=no, menubar=no, scrollbars=no, resizable=no,<br />
location=no, directories=no, status=no')<br />
}<br />
--><br />
</SCRIPT>


PAGE 2:
<<hr />
Brad
Australian
"The Probability of you doing that makes 0 look like a big number" - My Mate Oxley</div>
Questionscripts Pin
Nakul Sharma17-Nov-06 4:12
Nakul Sharma17-Nov-06 4:12 
AnswerRe: scripts Pin
Fred_Smith17-Nov-06 12:45
Fred_Smith17-Nov-06 12:45 
AnswerRe: scripts Pin
Bradml17-Nov-06 21:46
Bradml17-Nov-06 21:46 
GeneralcreateTextRange Useage Pin
Bassam Abdul-Baki17-Nov-06 4:11
professionalBassam Abdul-Baki17-Nov-06 4:11 
QuestionWhy switch case doesn't work on JavaScript?? Pin
Savas Cilve17-Nov-06 2:58
Savas Cilve17-Nov-06 2:58 
AnswerRe: Why switch case doesn't work on JavaScript?? Pin
Ernesto Manuel17-Nov-06 3:34
Ernesto Manuel17-Nov-06 3:34 
AnswerRe: Why switch case doesn't work on JavaScript?? Pin
Guffa17-Nov-06 3:38
Guffa17-Nov-06 3:38 
GeneralRe: Why switch case doesn't work on JavaScript?? Pin
Savas Cilve17-Nov-06 3:44
Savas Cilve17-Nov-06 3:44 
GeneralWho wants to criticize my website [modified] Pin
BigAndy17-Nov-06 2:38
BigAndy17-Nov-06 2:38 
GeneralRe: Who wants to criticize my website Pin
guiqul16317-Nov-06 2:45
guiqul16317-Nov-06 2:45 
GeneralRe: Who wants to criticize my website Pin
BigAndy17-Nov-06 2:54
BigAndy17-Nov-06 2:54 
GeneralRe: Who wants to criticize my website Pin
guiqul16317-Nov-06 3:07
guiqul16317-Nov-06 3:07 
GeneralRe: Who wants to criticize my website Pin
François Gasnier17-Nov-06 3:17
François Gasnier17-Nov-06 3:17 
GeneralRe: Who wants to criticize my website Pin
Pete O'Hanlon17-Nov-06 3:21
mvePete O'Hanlon17-Nov-06 3:21 
GeneralRe: Who wants to criticize my website Pin
BigAndy17-Nov-06 3:22
BigAndy17-Nov-06 3:22 
GeneralRe: Who wants to criticize my website Pin
Paddy Boyd17-Nov-06 3:30
Paddy Boyd17-Nov-06 3:30 
GeneralRe: Who wants to criticize my website Pin
Franz Klein17-Nov-06 4:16
Franz Klein17-Nov-06 4:16 

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.