Results 1 to 14 of 14

Thread: Javascript:popup not working in IE

Threaded View

  1. #1

    Thread Starter
    PowerPoster lintz's Avatar
    Join Date
    Mar 2003
    Location
    The 19th Hole
    Posts
    2,697

    Resolved Javascript:popup not working in IE

    I'm not sure what has happened but within IE I can no longer open any links that are created with javascript.

    It has worked perfectly until yesterday? It still works in Mozilla but not in IE.

    This is my code.

    Code:
    <script = javascript>
    
    var newwindow;
    function popup(url)
    {
    	newwindow=window.open(url,'name','height=500,width=450');
    	if (window.focus) {newwindow.focus()}
    
    }
    
    </script>
    
    and called like
    
     <a href="javascript:popup('popup.php');""><u>Click Here</u></a>
    Also, the links ppl post on this forum don't open either?

    Any suggestions?
    Last edited by lintz; Oct 27th, 2005 at 06:40 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width