Popup window problem in netscape 8.1

This is a discussion on "Popup window problem in netscape 8.1" within the JavaScript Forum section. This forum, and the thread "Popup window problem in netscape 8.1 are both part of the Program Your Website category.



Go Back   Webforumz.com > Main Forums > Program Your Website > JavaScript Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Sep 12th, 2006, 11:33
New Member
Join Date: Sep 2006
Location: India
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Popup window problem in netscape 8.1

I want to create a popup window in netscape 8.1 and in the window I want to call a function from the parent window. The popup window has been created. But the function is not working. I created a file upload element in the popup window. In the onchange event of the file element I call that function.

The code is like this

newwindow2=window.open('','Attachment','height=90, width=470');
newwindow2.document.write("<html><head><title>Atta chment</title></head><body bgcolor = 'grey'><b><font color ='red'>Browse a file </font></b><center><input type = 'file' id= 'attach' size = '50' onchange ='javascript:window._content.opener.doAttach1()'></center></body></html>");

This method in the parent window.

doAttach1()
{
alert("hi");
}

In firefox and IE same coding is working properly. Can anyone help me?

Thanks
Reply With Quote

Reply

Tags
popup, window, problem, netscape

Thread Tools

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
Problem displaying popup window over fieldsets Frantic Turtle Web Page Design 3 Jul 5th, 2007 23:37
Forced Selection In a popup window Jamie18 JavaScript Forum 0 Jun 18th, 2007 18:58
Help: Problem with popup window in Flash buckmajor Flash & Multimedia Forum 3 May 22nd, 2007 15:02
slideshow appears in a popup window kivanc JavaScript Forum 6 Jan 10th, 2007 21:08
Javascript popup window with ASP madhuri.t Classic ASP 0 May 3rd, 2006 10:42


All times are GMT. The time now is 09:26.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43