Pop-up window overlapping issues

Reply

Join Date: Sep 2006
Posts: 12
Reputation: odinwright is an unknown quantity at this point 
Solved Threads: 0
odinwright's Avatar
odinwright odinwright is offline Offline
Newbie Poster

Re: Pop-up window overlapping issues

 
0
  #11
Sep 19th, 2006
Originally Posted by FC Jamison View Post
Here is a test page.

[html]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
<script type="text/javascript">
function popUp(URL) {
day = new Date();
id = day.getTime();

eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,left=125,top=100,width=150,height=150');");
}
</script>
</head>

<body>
<p><a href="javascript:popUp('http://www.stateofhumanity.org/chatwindow.html')">popup window</a>
</body>
</html>
[/html]

Ah ha! You rocked it... :mrgreen:... Apparently you know your stuff. Send me your PayPal email so I can send you a donation...

When I have my presentation at the Dolan School of business at Fairfield University I'll be sure to mention for others to look out for your avatar on this site.
Reply With Quote Quick reply to this message  
Join Date: Dec 2004
Posts: 1,655
Reputation: tgreer is an unknown quantity at this point 
Solved Threads: 35
Team Colleague
tgreer tgreer is offline Offline
Made Her Cry

Re: Pop-up window overlapping issues

 
0
  #12
Sep 20th, 2006
We're all volunteers here. If you'd like to express your appreciation, then why not make a donation to Daniweb? Thanks!
Reply With Quote Quick reply to this message  
Join Date: Sep 2006
Posts: 12
Reputation: odinwright is an unknown quantity at this point 
Solved Threads: 0
odinwright's Avatar
odinwright odinwright is offline Offline
Newbie Poster

Re: Pop-up window overlapping issues

 
0
  #13
Sep 20th, 2006
Originally Posted by tgreer View Post
We're all volunteers here. If you'd like to express your appreciation, then why not make a donation to Daniweb? Thanks!
Great. No problem. I already made a donation.:cheesy:
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Other Threads in the HTML and CSS Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC