Once link is clicked show button

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Locked
User avatar
waradmin
Forum Contributor
Posts: 240
Joined: Fri Nov 04, 2005 2:57 pm

Once link is clicked show button

Post by waradmin »

Ok, so I started a topic called Require click on ad and instead of helping people starting to debate the google adsence policy.

So I will ask again, in different wording to make what I want more understandable.

To start I am NOT using google adsense ads.

I want a page that will detect when the user has clicked on a link that opens a new popup window. Once that link has been clicked a button will appear. Is that possible? Yes it is like http://dlurl.net/?7lVvh and No I will not be able to modify the code of the popup windows.

I am doing this for ads but not google ads. This is for a download service I am running. Please do not start to discuss Policy because I simply want to know if there is a way to do something like the site above and how to do it.

I have done a great deal of reading into PHP but have yet to find anything. If you can assist me that would be greatly appreciated.

Thanks in advance.
-Steve
User avatar
Todd_Z
Forum Regular
Posts: 708
Joined: Thu Nov 25, 2004 9:53 pm
Location: U Michigan

Post by Todd_Z »

I think AJAX would be the way to go, when the user clicks the ad, have a call to the download script which will then download the file, or have the button for download appear, [change the visibility from none to '']
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Post by John Cartwright »

Topic Locked. No need to create the same thread again..

and FYI -- those comments about google adsense wern't directed at you. I'll make a note in the other thread to keep on topic.
Locked