HTML - How To Code A Link To Automatically Open A Dialog Box...
I want to send an email from an aweber list that includes a link for the user to download a file from my website. However, I don't want users to know the actual address(directory) where my file exists on the server).
Right now when the user clicks on the link it automatically takes them to the address where the file exists and opens the file in a web page. How can I code the link so when the user clicks on the link it will automatically open a dialog box for them to save the file to their pc? Similar TutorialsHello I have a page where there multiple links , I want a dialog box to open when ever I click the link . Here is an example www.scribd.com and click on sign up u will have an idea . I'm a complete noob on coding so can anyone help me? I want a site to open in a new window as soon as someone visits without them needing to click on a link. Any help is very appreciated because im a total noob besides the basic commands Hi everyone. I have some links to excel spreadsheets on a website I run. Is there a way I can "Grey Out" the "Open" option when the links are clicked, therefore only giving the user the option to save the file? Hi! I would like to know if it's possible to link informations located in an html file into another html that would be displayed on a web page. I'll explain my situation: I'm managing a simulated hockey league and the simulator I'm using generates after each simulation many html files that contains infos about standings, injurues, etc... What I would like to do is to, rather than putting buttons on my main websites to access the plain black&white html file, take the info inside these html and put them directly on a better web site interface, all this automatically. In a way that I only have to code once my main webpage so it can read my generated html files (that always keep the same file name) and updates my nicely designed web page each time I put newer htmls on my web ftp. Is it possible? Thank you very much for your help. I am working on the HTML help files for some software at work, and I need the weblinks (such as links to our homepage) to open in a new tab in all browsers that support tabs. It does this in IE8, and all FFX, but in IE7, it opens a new window instead. My code is essentially: <a href="link" target="_blank">blah</a>, which should work, and yes, IE7 I am testing in is set to open pop-ups in new tabs. It is the only browser I have tested that does not do this. I even tried replacing _blank with _new, but it did not work. I am using HTML 4.0 Transitional Doctype. Any help would be much appreciated. hi. this may sound noob... but instead of a linking a page like so, <a href="http://www.google.com">google</a> i want to make it so it opens in a another window instead of the one the person is using. thanks hi there, I wonder how to open a new window from a link, set the size and remove the toolbar? In my application the user can click on a car model, and I would like to open a new window (smaller) with only the relevant info. the window should be a new one (so he can simply close it and stay in the main page). thanks for any pointers. I was wondering if there is some code to put within <a> so that the link will open 2 pages instead of one, or open one page, then automatically go on to the second page? thx! Hi Guys, I have recently changed over to DOC TYPE "HTML 4 strict" My page is validating fine apart from where i have used target="_blank" on one of my links. Is there a way around this or do i haev to go back to transitional? The page is here www.creativecogs.com/final Link to the validation error http://validator.w3.org/check?uri=ht...doctype=Inline CC_DESIGN Hi Guys! Me again with a noob question... On this page : http://kunstler.ca/Coordonnees.html I have a GoogleMap image that is a link... But how do I make it open in a new tab or new window? I've tried some stuff on tutorial sites but can't get it to work. Thanks for the help... Maybe some day I'll be the one helping others! Dominick http://kunstler.ca For example, i'm using firefox and there is a link in one website. Now i want to open this link in IE. How to do it? Hi, I need to have an intranet page open fullscreen when someone clicks on hyperlink is this possible in html or do I need to use javascript? here is code for link 'XXXX' is server name when user clicks on this link the login page loads but not fullscreen users want it load fullscreen. <code> <td height="19" colspan="2"><a href="http://XXXX/" target="blank" ><img src="../images/Concerto.gif"target="blank" width="119" height="90" border="1"></a></td> </code> I am in the process of validating my website to be in compliance with W3C's Strict guidelines, and I ran into a problem with one of my links. The link works fine in that it will open up a new browser window, but the page will not validate properly. Is this possible under Strict guidelines? If so, can someone help me out with the proper code? Here is my link as it appears in my website: <a class="death" href="http://www.graveyards.com/" target="_blank"> Reincarnate Me, Please. </a> Thanks in advance for any and all help! Take care and have a great day.... ciao, john. Hello, hopefully you can help me. I have the following code, which opens a new internet browser window: <form> <p align="center"><b></b> <select id="setit" style="color: #0000FF" size="1" name="test"> <option value="">Please Select</option> <option value="http://www.nu.nl">nu</option> <option value="http://www.telegraaf.nl">telegraaf</option> <option value="http://www.google.com">Google</option></select> <input type="button" value="Go" onclick="window.open(setit.options[setit.selectedIndex].value)"> </p></form> What do I need to change so the onclick opens the link in the same internet browser window instead of opening a new one? Many thanks, Ralfie I know frames are not the most popular thing in the world, but I was wondering if there was a way I could make a link on a page open two separate pages in two separate forums... say I have a link port, and I want it to open portside.html in frame "orange" and port.html in frame "main" all with one link... I would include code, but seeing as I have no idea how to do it, I can't Thanks for any help you can give me... knud hiiii alll........ I am creating 2 html pages. when i open first page i want to display a particular form. clicking on link in form 1 we will go to 2nd html page where a image link will appear. when we click on this image link i want to dispaly 1st html page with 2nd form. how to do this please give the html code for this..... Hello All, I am searching for a solution for a friend of mine. He has a new website, that runs perfectly in Firefox, and Chrome, however not in Internet Explorer. He runs IE6 in XP. Yes, i konw, IE6. The issue is that there is a program that will ONLY run in IE6. Upgrade IE, and it will not work. There is no option here. So what I am trying to find is some sort of coding that in Firefox / Chrome, that when that coding is reached (could be a plain .html or .php document) that ie6 will then open up for that page to be viewed. This will enable my friend, to use their new website in either firefox or chrome, however when that program is required, and they click on the link in firefox or chrome, then ie6 will open up and off they go. Any ideas? Chris. I have several links on my site, all in the form of <a href="http://www.mywebsite.com">mywebsite</a> How do I need to change it such that a new instance of the browser is used in which the linked site is displayed. I want my link to open into a new window with no scrollbar or status bar and be 100% of the screen width and 66% of the screen height. Is there a way to do this? thanks in advance. |