Author Topic: popup onclick download button?  (Read 4822 times)

0 Members and 1 Guest are viewing this topic.

Offline nobita

  • Jr. Member
  • **
  • Posts: 61
  • ondesktop.org
    • View Profile
    • Car Wallpapers
popup onclick download button?
« on: May 08, 2007, 05:42:07 PM »
I want to open a popoup when my user click on download button,

How can do to add this feature?

Thank you!

Offline nobita

  • Jr. Member
  • **
  • Posts: 61
  • ondesktop.org
    • View Profile
    • Car Wallpapers
Re: popup onclick download button?
« Reply #1 on: June 20, 2007, 09:55:11 AM »
In fuctions.php file, i have changed a line to:

Code: [Select]
$download_button = "<a href=\"".$site_sess->url(ROOT_PATH."download.php?".URL_IMAGE_ID."=".$image_row['image_id'])."\"".$target." onclick=\"popup=window.open('test.html'); return false;\">Click here to download!!!</a>";

But it not work, when click into download link then it redirect me to test.html page only.

Any one have some ideas?

Offline nobita

  • Jr. Member
  • **
  • Posts: 61
  • ondesktop.org
    • View Profile
    • Car Wallpapers
Re: popup onclick download button?
« Reply #2 on: June 24, 2007, 06:21:50 AM »
bummmmmmmmmmmmmmmmmmmmmmmm