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.
|
|
|
|
|
![]() |
||
Popup window problem in netscape 8.1
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
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 |
|
|
![]() |
| Tags |
| popup, window, problem, netscape |
| Thread Tools | |
|
|
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 |