Go Back   CodingForums.com > :: Client side development > JavaScript programming

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 07-17-2006, 05:24 AM   PM User | #1
mystiqueneha
New to the CF scene

 
Join Date: Jun 2006
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
mystiqueneha is an unknown quantity at this point
javascript in Flash

Hi all,
I want to Submit a Form to the parent Window from a Popup window but i want it do be done of click of a movie clip in flash.

What i am doing is on click of a ASP.NET i am opening another aspx page and embedding flash application in this page. In the flash application, on click of sumit movie clip age is redirected to another url . I need to open this url in parent page.


Any help??
mystiqueneha is offline   Reply With Quote
Old 07-17-2006, 08:55 AM   PM User | #2
_Aerospace_Eng_
Supreme Master coder!


 
_Aerospace_Eng_'s Avatar
 
Join Date: Dec 2004
Location: In a place far, far away...
Posts: 19,293
Thanks: 2
Thanked 1,044 Times in 1,020 Posts
_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light
If you are using getURL to redirect the submit button then you can do something like this
Code:
getURL("javascript:if(opener)opener.location = 'http://www.somesite.com';void(0);");
__________________
||||If you are getting paid to do a job, don't ask for help on it!||||
_Aerospace_Eng_ is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

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

Forum Jump


All times are GMT +1. The time now is 12:03 PM.


Advertisement
Log in to turn off these ads.