HTML - Link Downloads File (no Right Click)
Hey
I have some music (mp3) on my site. I want to make a link so when someone clicks the link it will download the file. I don't want them to have to right click and click save target as or anything like that. Can this be done? if not in just html can you use other code to do it? Thanks SkaFreaks Similar TutorialsI need to create a link on my company's website. Once the users click the link, it should download an excel file. the file is dynamic and it should change according to the person that logs in.. I am new to html. can you guys provide me ideas to do this... Thanks Ragha Hello EveryBody! I Have Some Reports In PDF Format I Am Going To Offer On My Site. My Question Is, How Can I Set It Up To Have The File Instantly Download To The Customer Once Payment Has Been Confirmed? I Do Have A PayPal Payment Button. Do I Have To Somehow Edit That Code? I Greatly Appreciate Any Feedback I Can Get On This. Thanks Alot. Hi all I have a download page on my site, but whilst my site is currently undergoing a facelift, I want to place all my downloads onto an index page that will simply show a list of all the downloadable files within a certain folder I've seen it on a few sites before. It is just a simple list of all the files....click on one and it will download Does anybody have any ideas on how I do this please? I've got a page of results, and at the bottom it has page numbers and a link for next page etc all head in a div. Sometimes it is display correctly with 20px margin-top, but other times, it has no margin-top, but will move down to its correct position when you try click on it. Anyone had this sort of thing before? Thanks Hello, I can't seem to find the syntax which allows users to download a file by clicking on a link. For example, a user would click on a "Download" link which would pop up the download dialog box which prompts the user to save the file to their hard drive. Simply doing an a href link opens up and plays the file instead. Just to note, the file they would be downloading would be an mpg file. Thanks in advance for your help! Hey guys, I want to click a button that is behind an image (set in absolute position). The button that I am trying to click is within an iframe so I cant use any sort of javascript to click it. The click must be real and not faken. Iframe containing button ----> Image over it Is there anyway I can setup the image so I would be able to click thru it (add transparency setting or something like that)? The image must remain visible but I want to be able to click the button that is under it. The goal is to make the visitor click the image but it would actually click the button in the iframe behind it. Thanks alot guys, Hello all, i created a link & made it non underlined, & i need to make it underline after i clicked on it can anyone tell me how i can do this? the code for my link is <a href="frontpage.view.php" style=text-decoration>Home</a> Does anyone know if there is an HTML code, were when you click at a certain point on the screen, it is a link to another document? Im not sure if this is posted in the right place but anywho im just wondering if this is possible (note:im a total noob) i have a table HTML Code: <table border="0"> <tr> <!--the embed code of a youtube video--> </tr> <tr> <p> video #1<br /> video#2 <br /> video#3 <br/ > and so on </p> </tr> and im wondering if its possible to click on one of the video #1,2 or 3 and set a javascript variable to a certain amount and change the embed code of the youtube video corresponding to the video # you selected. Is this possible or am i dreaming?? Thank You, why789 Hello, I have a trouble with my web site , all my hyper links i created are opened in the same windows..... Can anyone give me the code or help on how to make another window out when the hyper link is been clicked? Thanks Regards Steve I have a form and instead of clicking on a "Submit Button". I would like to have a text link that can be clicked to submit the action. Any ideas. Ladies and gentlemen, I'm just a beginner to HTML. I'm trying to develop my own web page but there is still lots of things under construction. Now just the home page and some of hyperlinks are finished and available. Most of other hyperlinks are unavailable and under construction, that's why when I click over these unavail. hyperlink, the browser always tell me "the page can not be displayed"... My idea is that I would like to know how to displayed a specific page which has the message "Sorry, this page is currently under construction". So everytime I cick over any link that is unavailable, it will show me this particular page with the message on... Does anynbody know how to do this, could you please advise me how to write code to get this done. Please help me, your help is highly appreciated... Many thanks & best regards, Hao. Currently, I have a link that pops up. My issue is that within that popup, I have a link that I want to: - target the parent window - close on click I can get the link to either target the parent window or close on click, but I can't get it to do both. Help? I am programming a website for an iPhone or iPod Touch (well, currently planning on it) and I need to be able to handle a download and direct that download to a specified folder. Is there any way I can do that? (and yes I know Mobile Safari can't download most files, but it's for jailbroken iPhones so it's okay). I have created a website for my Dungeons & Dragons gaming group and part of the website has a section where they can download various documents that I have created over the years for the group. Is there any simple and easy (and free!) way that I can require them to put in a password in order to download these files? I am not looking for any fancy encryptions or something that would stump a hacker, but just something that would stump your casual viewer who is not a member of my D&D group. Any and all help is greatly appreciated. Thanks! Take care and have a great day.... ciao, john. Hi guys i have downloads site if you click on download button you will redirect to other web page in new window to download the file i want address bar in this other web page still viewing my url site (mask other web page url) this is my download button code, what code that i need to add to do this Quote: <a href="downloads.php?do=file&id={$file['id']}&act=down" {$target}><img src="$stylevar[imgdir_button]/download.gif" alt="{$vbphrase['ecdownloads_download']}" title="{$vbphrase['ecdownloads_download']} {$file['name']}" border="0" /></a> please share your knowledge Is there a way to have one document link the coding from another htm file? What I mean is that for my website, I want there to be a logo or menu at the top of every page. So I want to know if there's a way to put it in without putting in the code of it at the top of every document and instead, just linking it to an html file that already has the code. My client wants a client login button on his website that will open up a piece of software on his and his employee's PC's (Microsoft terminal services client). Simply linking to C:\WINDOWS\system32\mstsc.exe doesn't seem to work. I'm guessing it's due to safety on the browsers behalf. Does anyone know how to make this work? Thanks. PS - I'm on a Mac, but my employer is on PC and it doesn't work for him either. Hello friends, I work for a company that sends out a monthly newsletter by email. We are trying to motivate people to print out the file to have it instead of just looking at it once in their inbox and forgetting it. So what we were thinking is we could make a file with "Print Newsletter for Pricing" in the price slots, then have another file with all the pricing that when they clicked a (presumably HTML) link like "Print File Here" it would then call up the PDF File with all the prices and print it. Is this possible? Amen, Christapher Hi, I make a HTML navigation menu to link to different sheets (word, exel..) on my PC: I make the link as follows: <A HREF="file:///C:\file.xls">click here</A> or <A HREF="C:\file.xls">click here</A> but the destination files are opened IN the browser instead of the program (like Exel or Word).. How can I solve this? thanks! Bart |