codetoad.com
  ASP Shopping CartForum & BBS
  - all for $20 from CodeToad Plus!
  
  Home || ASP | ASP.Net | C++/C# | DHTML | HTML | Java | Javascript | Perl | VB | XML || CodeToad Plus! || Forums || RAM 
Search Site:
Search Forums:
  pop-up window focus  sreedevi2006 at 09:38 on Monday, May 29, 2006
 

I have launced a pop-up window by clicking on a button and minimised it.
When I again click on the button the minimised window must receive focus and be displayed.
How do I do this?


This is not happening with the code below

<html>
<head>
<title>
Pop-up Window
</title>

<script>
function dispPop()
{
features="height=400,width=500,status=yes,toolbar=no,menubar=no,location=no,scrollbars=yes,top=200,left=200";
window.open("pop.html","a b c;",features);
}
</script>
</head>
<body>
<input type="button" onclick="dispPop();" value="pop-up"/>
</body>
</html>








CodeToad Experts

Can't find the answer?
Our Site experts are answering questions for free in the CodeToad forums








Recent Forum Threads
•  Re: How can I read ASCII data file in C++
•  Display new link everyday for whole year in a sequence
•  sending soap requests
•  New to Data Access Classes
•  format date/time to return to database - second attempt
•  format date/time to return to database
•  Trying to create a C++ Object Oriented game
•  Re: Help: Trouble with z-Index and SELECT lists
•  Popup blockers


Recent Articles
ASP GetTempName
Decode and Encode UTF-8
ASP GetFile
ASP FolderExists
ASP FileExists
ASP OpenTextFile
ASP FilesystemObject
ASP CreateFolder
ASP CreateTextFile
Javascript Get Selected Text


© Copyright codetoad.com 2001-2006