473,320 Members | 1,988 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,320 software developers and data experts.

pop up windows won't work in ie7

Hey. Does anyone know good action scripting for getting a new pop up window to open on windows explorer 7 on a pc. My pop ups work fine on all macs but nothing happens when clicking the button on a pc. It could be that they have to enable pop ups but I need good script so a pop will open on all systems. I'm using flash 8. THANKS FOR ANY HELP ON THIS SUBJECT!!!
Dec 24 '06 #1
12 7434
chunk1978
224 100+
Hey. Does anyone know good action scripting for getting a new pop up window to open on windows explorer 7 on a pc. My pop ups work fine on all macs but nothing happens when clicking the button on a pc. It could be that they have to enable pop ups but I need good script so a pop will open on all systems. I'm using flash 8. THANKS FOR ANY HELP ON THIS SUBJECT!!!
having the exact same problem here... hope someone can lend some good advice...
Mar 17 '07 #2
Motoma
3,237 Expert 2GB
Hey. Does anyone know good action scripting for getting a new pop up window to open on windows explorer 7 on a pc. My pop ups work fine on all macs but nothing happens when clicking the button on a pc. It could be that they have to enable pop ups but I need good script so a pop will open on all systems. I'm using flash 8. THANKS FOR ANY HELP ON THIS SUBJECT!!!
Care to show your current pop-up code? It is qu9ite difficult to debug something we cannot see.
Mar 19 '07 #3
jdjang
4
Care to show your current pop-up code? It is qu9ite difficult to debug something we cannot see.
I'm having this same problem too. Although I'm also not successful in IE on my Mac. Here's my code:

<a href="#" csclick="C24EBBE11" onclick="CSAction(new Array(/*CMP*/'C24EBBE11'));return CSClickReturn()"><img src="http://homepage.mac.com/jdjang/.Pictures/pb.jpg" alt="" height="100" width="150" border="0"></a>
Apr 21 '07 #4
Motoma
3,237 Expert 2GB
Wait. Is this actionscript, or javascript?
Apr 22 '07 #5
jdjang
4
It's supposed to be an action script. (my programming knowledge is pretty basic--I don't really know how to read code).
Apr 26 '07 #6
Motoma
3,237 Expert 2GB
Well, the difference between Actionscript and Javascript is that the latter is embedded directly into the HTML document, whereas the former is embedded into a Flash .fla file, which is then placed in the HTML document. It appears that you are trying to combine the two.

To open up a URL with Actionscript, you will want to call the getURL function:
Expand|Select|Wrap|Line Numbers
  1. getURL("http://motomastyle.com","_blank"); //opens in the current window
  2. getURL("http://motomastyle.com","windowname"); //opens in a popup
  3.  
Apr 30 '07 #7
jdjang
4
So, um...where do I put that code? Sorry, I'm new to all this.

FYI, I'm using GoLive 7. I had created my initial code by adding a mouse click action > link > open window.
Apr 30 '07 #8
sandyw
122 100+
So, um...where do I put that code? Sorry, I'm new to all this.

FYI, I'm using GoLive 7. I had created my initial code by adding a mouse click action > link > open window.
GoLive, DreamWeaver scripts will not work on Flash. They are like apple and oranges.

sandyw
Apr 30 '07 #9
jdjang
4
(I'm not working in Flash)
May 11 '07 #10
Motoma
3,237 Expert 2GB
(I'm not working in Flash)
Well, you've posted in the Flash forum, and stated that you are using Actionscript (the programming language of Flash).

I am going to assume you are using Javascript and pass this thread on to that forum.
May 11 '07 #11
acoder
16,027 Expert Mod 8TB
I'm having this same problem too. Although I'm also not successful in IE on my Mac. Here's my code:

<a href="#" csclick="C24EBBE11" onclick="CSAction(new Array(/*CMP*/'C24EBBE11'));return CSClickReturn()"><img src="http://homepage.mac.com/jdjang/.Pictures/pb.jpg" alt="" height="100" width="150" border="0"></a>
Post the code for CSAction and CSClickReturn(). What's csclick? That should probably be "id".
May 11 '07 #12
acoder
16,027 Expert Mod 8TB
Changed thread title.
May 14 '07 #13

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: Patrick L. Nolan | last post by:
I'm trying to find a clean way to launch a Wordpad editor on Windows. By "clean", I mean that it should work on as many versions of Windows as possible, and it shouldn't require installing any...
1
by: sherkozmo | last post by:
I have my SQL 7.0 server set for Mixed security. I see now (finally) the advantages of having windows authentication security for windows groups. I do most of my developing in Access Projects...
6
by: carbon_dragon | last post by:
Ok, so here is the problem. I'm working on a headless server program implemented as a .NET C# Console project. There is a UPS mounted to this server (though not a windows compliant UPS). I can only...
6
by: Charles Neitzel | last post by:
I'm trying to write a windows application in C# (Using Microsoft Visual C# 2005 Express) that is nothing more than a simple UI with buttons on it. The buttons do various things like running...
14
by: | last post by:
Hi All, I am little confused here, hope you can help me. While processing WM_POWERBROADCAST (wParam=PBT_APMQUERYSUSPEND), I MUST to do some lengthy operation(30 sec) before system Suspends or...
2
by: Shahzad Godil | last post by:
I have successfully placed a seperate .Net windows control on my aspx page as well as one ActiveX Control (Visio control) on my aspx. But my orignal design is that Visio activex will be placed in...
7
by: programming | last post by:
Hi all, i have been having trouble with a login script that works on my windows machine, however when i upload it to the Unix server through VPN, the same script won't work! It won't parse...
4
by: Steven De Smet | last post by:
Hello, This is my first post. I searched on the internet for answers but I was unable to solve my problem. So I hope that you guy's can help me with my VB.NET problem I tried to create a...
5
by: dm3281 | last post by:
I'm really starting to hate writing services -- or trying to, anyway. Why do I need to rename my project to the service name? Why do I need to set the "ServiceName" property to my service name?...
21
by: Dan Tallent | last post by:
In my application I have a form (Customer) that I want to be able to open multiple copies at once. Within this form I have other forms that can be opened. Example: ZipCode. When the user enters...
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
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
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...
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)...
0
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

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.