Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
problem with javascript pop up windows
Old 11-04-2004, 12:13 AM problem with javascript pop up windows
Junior Talker

Posts: 1
Trades: 0
this is really simple but really has me frustrated

i've created a very simple script for a pop-up window: (it is actually generated by PHP but this is the output)
Code:
 <script type="text/javascript" language="javascript">
 <!--
 function create_window()
  {
   popup_window = window.open("./comments.php?post_id=1", "Add a comment", "location=no, scrollbars=yes, menubars=no, toolbars=no, resizable=yes, width=400, left=100, top=50");   
   popup_window.focus();
  }
//-->
 </script>
and here's the code for the link that calls it:
Code:
<a href="javascript:create_window()" title="view or add comments for this article">Comments</a>
really simple ain't it? in fact on the platform i was testing on (Mozilla on a Red Hat 9) it worked perfectly. BUT when i tested it on IE 6.x the window just refuses to appear! AND the frustrating part is other website's pop-up windows seem to be working ok! am i missing something? i'm really at a lost. >

thanks in advance.
gabby is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 11-04-2004, 12:34 AM
foobar's Avatar
Extreme Talker

Posts: 225
Trades: 0
Check that IE isn't blocking the pop-up.

That's about the only thing I can think of really ...
foobar is offline
Reply With Quote
View Public Profile Visit foobar's homepage!
 
Reply     « Reply to problem with javascript pop up windows
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.78011 seconds with 12 queries