View Single Post
Old 06-13-2002, 08:27 AM   PM User | #8
welo
New Coder

 
Join Date: Jun 2002
Location: Portland, Oregon
Posts: 87
Thanks: 0
Thanked 0 Times in 0 Posts
welo is an unknown quantity at this point
Thanks jkd. That's more what I had in mind. Lemme try it out!

Edit:
Okay, that worked perfectly. For instance, Click Here.

Code:
	<script type="text/javascript"><!--
window.onload = function() { 
var PopUpUrl="http://commemoratewtc.com/history/artwork/ideogram01.html"
var newWin; 
if (typeof window.popped == 'undefined' || !window.popped) { 
newWin = window.open(PopUpUrl,"","width=472,height=422,toolbar=no,location=0,directories=0,status=0,scrollbars=no,menubar=0,resizable=0"); 
newWin.popped = true; 
window.location.replace('http://commemoratewtc.com/history/artwork/ideogram.php'); 
} 
} 
// -->
	</script>


[edit#2]

Okay, just hit a minor glitch. If I open the popup from the page I get two popups, one of which contains the page I launch from. Go Here and click on the image to launch the popup. You'll see what I mean. Pretty close though. I suppose I could just target the page running in the popup, though it'll reload the existing page unnecessarily. Ideas?

[/edit#2]
__________________
Llamasery Enlightened Internet Strategies
"Psychics will lead dogs to your body." --Alleged fortune cookie message

Last edited by welo; 06-13-2002 at 09:29 AM..
welo is offline   Reply With Quote