PDA

View Full Version : WILL PAY FOR HELP. Javascript Popups Links Within Scrollpane? Doesnt Work?


Echo419
05-24-2006, 01:02 AM
I WILL PAY FOR HELP ON THIS... I WILL PAY FOR HELP ON THIS... I WILL PAY FOR HELP ON THIS...

Alrite well yet another problem with ScrollPanes... I need to use some sort of popups for my page, so when you click a link a new page, or a virtual page within flash will load on top.

I am using Javascrip to open an automatically sizes page n such, this is all fine... but when I load the .swf with the links on it into a Scroll Pane they dont work anymore...

So I have a main .swf with content loading inside a scroll pane from another .swf this is also where the product links are...

www.maydaytech.net and the Tees page is where i am having the problem

Here is the code on the buttons
on (release) {
getURL("javascript:NewWindow=window.open('URLHERE','TITLE' ,'width=#,height=#,left=#,top=#,toolbar=No,locatio n=No,scrollbars=No,status=No,resizable=No,fullscre en=No'); NewWindow.focus(); void(0);");
}Of course you fill the # in with the right varible...

I will paypal 3 dollars if someone can help me.

Flash Gordon
05-24-2006, 01:06 AM
simple you didn't add the correct javascript in your html file in the head tag.

$3 please :p

Echo419
05-25-2006, 02:00 AM
What is the code for this, and why does it work on the Local side but not the Remote side.

Flash Gordon
05-29-2006, 05:44 PM
What is the code for this, and why does it work on the Local side but not the Remote side.In that case, probably pop up blocker.