PDA

View Full Version : Button



Vidhu
09-27-2004, 07:54 AM
How to make a button for download the page .For example in the form there is a button label download if user want to wish to download the form then he click on button and it start downloading the form .

jeet
09-27-2004, 10:55 AM
Hi there,

simply use the getUrl function in blank taget,
use zip file format to download for user. use below code


on (release) {
getURL("http://www.sitename.com/zipfilename.zip","_blank");
}

Regards
Jeet