Results 1 to 3 of 3
Related
-
Shopping cart for downloadable products Forum: Website Scripts Forum
Replies: 1 -
Providing downloadable wav files on my site Forum: HTML Forum
Replies: 1 -
how can i make something downloadable. Forum: HTML Forum
Replies: 1 -
How do i make media file downloadable? Forum: HTML Forum
Replies: 1
-
11-20-2003, 10:42 AM #1
downloadable link and popup demensions?
i need to know how to make a downloadable link. for example i want to create a link and when i click it i want the download screen to pop up in my browser. how would i do this?
my other question is how do i make a popup window to open a certian size? and how do i make that window so that it cannot be resized and i want this window to also have no scroll bar or tool bar ( file, edit, view, etc.). Just a blank window.
if you dont understand ill try to clarify
thankyou
-
11-20-2003, 12:46 PM #2
Hiya,
A download will start from any link that links to a file that the browser cannot open itself. So if its a zipfile -
Code:<a href="myFile.zip">Download</a>
As to the popup, best bet would be to play with the Popup Generator in our Webmaster Tools, this will not only make them for you, but the code it produces is excellent and should help you see how to make them yourself.If one of our members helps you, please click theicon to add to their reputation!
No support via email or private message - use the forums!
Before you ask, have you Searched?
-
11-20-2003, 01:00 PM #3