Kahuki Webmaster Forum  

Go Back   Kahuki Webmaster Forum > Website Development & Management > Programming > JavaScript

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-11-2007, 09:52 AM
Rookie
 
Join Date: Jul 2006
Location: Toronto
Posts: 12
RealBiker is on a distinguished road
Unhappy Popup not working in Internet Explorer

The following JavaScript works in Firefox 2, but not in IE6. Is this a known bug in IE? The page validates in Firefox, but shows some unknown "Error on page" in IE. Any idea?

HTML Code:
<script language="javascript" type="text/javascript">
    <!--
        var newwindow;
        function popuo(url, name)
        {
            newwindow=window.open(url,name,'height=550,width=550,left=500,top=350,resizable=yes,scrollbars=yes');
            if (window.focus) {newwindow.focus()}
        }
    // -->
</script>

<a href="javascript:popup('/page1.html');">Page 1</a> 

__________________
Directory Lover Quality Web Directory with 10 Deep Links

Reply With Quote
  #2 (permalink)  
Old 07-12-2007, 04:51 PM
Rookie
 
Join Date: Aug 2007
Posts: 5
fischer is on a distinguished road
There is a typo in your script:

function popuo(url, name)

Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Internet Explorer Vs Firefox Tiara General Discussions 31 05-04-2008 01:44 PM
creating a combobox in php4.0 using javascript but it creates a problem when i run it in internet explorer it? Syco PHP 2 02-07-2007 06:32 PM
google toolbar for internet explorer can't be removed from the control panel,please help.? Malvineous Google 6 09-30-2006 11:06 PM
asp .net web controls not rendering in internet explorer 6.0? n9ncy Programming 1 09-12-2006 12:58 PM
I am asked to re-install #gen_msn_search#, do I need this, if not how do I eliminate the popup? kirti MSN / Live.com 4 08-24-2006 08:12 AM


All times are GMT. The time now is 01:48 PM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0