473,326 Members | 2,680 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,326 software developers and data experts.

open window problem from flash inside a frame


Hi, I have a curius problem, I hava a flash in a html page. In flash I have
a button to open a pop up with this code:

getURL
("javascript:void(window.open('http://www.onePage.com','popwindow','status=y
es,scrollbars=yes,width=800,height=450,resizable=y es'))");

this works perfect always, but now when the page is inside a frame it
doesn't work, doing nothing.

I have tried with:

window.parent.open
window.top.open

calling a function like: "brOpenWindow" declared in the html file

But nothing works, nevertheless I put the same code in the html file and it
works, but in Flash no, but in flash without frames yes !!!

can anybody help me??

Thanks
Mar 24 '06 #1
1 3622
Alejandro Vidal wrote:
Hi, I have a curius problem, I hava a flash in a html page. In flash I have
a button to open a pop up with this code:

getURL
("javascript:void(window.open('http://www.onePage.com','popwindow','status=y
es,scrollbars=yes,width=800,height=450,resizable=y es'))");

this works perfect always, but now when the page is inside a frame it
doesn't work, doing nothing.
Well, I tried and it works.
I have tried with:

window.parent.open
window.top.open


No need for that. As I said, it should open from the GetURL.
Perhaps it's something wrong in your frameset?
Mar 25 '06 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Joe | last post by:
In the following code, page1.asp is inside the frame of main.html. When the user click submit button in page1.asp, it will submit the for and open a new window called page2.asp. When the user...
5
by: Jeff Stewart | last post by:
It seems that whenever I pass window.open() a relative URL, it fails. The following shows up in the Netscape Javascript Console: Error: " nsresult: "0x80004005 (NS_ERROR_FAILURE)" location:...
2
by: Matt | last post by:
In the following code, page1.asp is inside the frame of main.html. When the user click submit button in page1.asp, it will submit the form and open a new window called page2.asp. When the user...
1
by: stef | last post by:
hi i ve got a problem that is driving me mad all afternoon i have flash site embedded in html and as i don t want to display the url (i ve got my reasons for that) i have built a single frame...
4
by: catyionic | last post by:
Greetings: I have numerous links on index.html...example of one..... <A HREF="stage.html#Flash" target="left">Flash</A> It connects to page named stage.html ... which contains... <a...
3
by: CW | last post by:
I have written a chat program using asp.net. It basically has a hidden frame that's constantly refreshed and uses document.write to write new messages to the chat transcript frame. Because chat...
18
by: len.hartley | last post by:
Hi, I am trying to pop-up a window when the user clicks on an image. The problem is that when the user clicks on the image and the window pops up OK, but the window underneath also proceeds to...
6
by: mistral | last post by:
what is correct way open a PDF document in new window use hyperlink? I want show images thumbnails linked with PDF files, when click on thumbnail, PDF will be opened in new window. Some of PDF...
0
by: Anish Chapagain | last post by:
Hi!! I'm trying to program an application which have multiple windows and is capable of executing method defined inside class of one another, i tries a simpel frame work here and am creating...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.