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 .
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
Powered by vBulletin™ Version 4.1.1 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.