When you right click on a link you get the option to save target as...(ie) and save link as...(netscape). Is there some JavaScript to call this function like the JavaScript to open a new window?
In my site I show low quality pictures. When someone right clicks an image and selects 'Save Picture As...', I wish to let him save the high quality picture.
My aim: To click on a link (or what looks like a link to the user), and rather than the file linked to opening in the browser or what ever, the save dialogue comes up so they can download it instead.
I would like this to work with images - "click on the thumbnail to download a larger picture" - kind of thing. JPGs specifically.
Can anyone help? I'm sure it's possible in java script, I just can't find it anywhere. I've found a few ASP scraps but nothing concrete.
I have lots of links in the page, click each one addClass 'voted' to this link. then save the effection into cookies. so that next time refresh web browser, it will save the addClass event. I use jquery cookie here: [URL] My code here, but it will only save 1 cookie. I mean if I clicked link 1, link 2. it always remember the last click. refresh the web browser. only link 2 addClass 'voted'. link1 missed addClass event. so how to save multiple cookie for every link?
I am using ASP.net and javascript. Presently I have a link on the web page, which opens an image....if the user wants to save it , he has to right click the image and then save it. But,I don't want the user to right-click and choose the option "Save Picture As" or "Save Image" of the browser. Instead I want the user to click a link or button that is displayed just under the image. After clicking the link/button, the user should be able to save the image in his/her local hard disk/machine in a particular folder or just under C: or bringing up the file directory dialog box where the user can save in his/her own folder.
I use NETSCAPE established a catalog page in XML, which uses Javascript-DOM to add, remove and sort the products by their prices. But which Javascript function should I use in order to save the modified page into local hard disk? to sort products as well.
Code: <a href="#" onclick="window.location='http://YourSite.com'">click here</a> I want to make it so that it opens a new normal browser window just like target=_blank does.
if i have an xml file on a server, lets say a dvd collection. and i have a form that gets information for a new dvd and i append this dvd to the dom. This i can do no problem so far using javascript the only thing that i can not do is save the changes this is easy in vb.net and c# but seeing as i have to work with the server its a whole new world. I dont want to have to use asp or anything that requiers expensive software and or ides. If it can be done with jscript this would be great. or does this sort of thing depend on the server itself?
I am trying to make a Page with 8 Scrolling Text boxes, and I want to know how, If possible,I could save the page, As is, with everything I entered still on it...It could even stay a html. That is actually prefered....
I have a confirmation page, we would like to have a SAVE button option for our customer to save the page, is it possible to SAVE only the message or page, not for the entire site?
if you have done it before, can you please help...thanks so much in advance. Or please give some suggestions how can we save the confirmaiton message page
Here's the problem when using IE for Windows: I have a website that has Word Documents to download, however these doc's open as word in the browser window. What I want: To automatically launch the save as box from a link Any dhtml tricks/advice for this?
I select an option availabe in select and on selecting yes on the confirm msg save and submit it. Now i select another option and if i select no on the confirm msg I need to get the previously selected option and use it.
The code is as follows:
<html> <head> <script language="JavaScript" > function joesFunc() { var x=confirm('Do You want to select this value ?'); if (!x) { alert('You want to select the previous value which is : '+document.forms[0].preVal.value) document.forms[0].myType.value=document.forms[0].preVal.value; return; } else { alert('You have SELECTED: '+document.forms[0].myType.value) document.forms[0].preVal.value=document.forms[0].myType.value; } document.forms[0].submit(); } </script> </head> <body> <form name="testjsp"> <select name='myType'> <br> <option value=Ɔ'>Please Select <option value=Ƈ'>One <option value=ƈ'>Two <option value=Ɖ'>Three <option value=Ɗ'>Four <option value=Ƌ'>Five </select> <input type="button" value="Retrieve" onClick="javascript:joesFunc()"> <input type="hidden" name="preVal"> </form > </body> </html>
I have this in a FORM tag: OnSubmit="return SendForm(this);
to save the content of the form in a cookie. But I need to save it a on windows print, where I reload the form with a css for print. Therefore the form must be filled in again from the cookie. But how do I save the form without submitting ?
I retrieve the saved data with: onLoad="OldForm(document.forms(0));
I've built a client side webpage for our internal users, which when loaded, generates some HTML within an iFrame. The HTML generated to the iFrame is then saved as HTML. I know it's useless to disable the Save As command, but can I at least intercept when they select this from the menu and display a message?
What I'm trying to do is have a 'Save As' dialog box pop up when I click an anchor tag.What's hidden in the anchor tag is base64 information, so my anchors look like this:
So when I click on this, it gives me the option of downloading my base64 info just fine, but the problem is, the name of it looks to be just the entire base64 string. I was wondering if there was a way I could set this name? I can get the file name, so I'd love to just put 'blah.jpg' as the name that the user downloads.The reason I'm asking is because when I download the file, it comes out as (random characters).bin.part, and if I know the download is a pdf, I try opening it with a pdf viewer, but get yelled at by the MIME type... however, if I simply change '.bin.part' to '.pdf', I can open the file just fine, so I'd love for an automatic naming system, but not sure how to implement that.I've tried the document.execCommand('saveAs', '1', '<filename here>'), but I think this is for an actual file that you serve from the server... I don't have the actual file, just the base64.
I want to save data to the XML file on my machine with a simple HTML page through javascript.
I have noticed that if I change the value of the node it is changed temprorily but not saving permanently to xml file and giving a "Permission Denied" Message.
After a long tiring search on google.I feel it is not permitted to perform such operation on client side.code...
i m new Javascript but knows basics of functions etc. ive created a website, which also has field to Submit Email addresses for newsletters.. Now, i have a TextBox (for users to write email addresses) and a Submit button in which i want to call a Javascipt script function which OnClick takes the value(email address) from the textbox and saves it to a .txt file on server. i think i am just missing a single line, the function name which will store the value.. i searched ovr the net but didnt find it..
I found this script online that lets users on an iPhone drag boxes around the screen. The problem is that when you reload the page, the boxes are in different positions than what they were before the reload. Like, you would drag the boxes around and then reload the page, but the boxes would be in the default locations. I want the boxes to stay in the same spot that they were the previous time they moved them. Does that make sense? Anyways, here's the example I found online: [URL] Only works on iPad/iPhone/iPod Touch.
This is code use to save XML file using Javascipt but it can't not save full Processing Instruction, example we have PI is <?xml version="1.0" encoding="utf8"> when run the code then PI is saved with <?xml version="1.0"> and sometime it doesn't word.code...
I have a long survey form and once its submitted it gets recorded into a database. I would love to be able to save a PDF version of the HTML form with all their radio buttons and textfields filled out at the same time its submitted. It would need a unique name that matches their record in the database (maybe it pulls the data that was entered into one of the form fields for the name).
Whether it gets uploaded to an ftp or just emailed to a mailbox doesn't really matter. The purpose of this is to basically have a visual interpretation of the data by a single user.
I have an image switcher script setup. Its very basic and changes the image displayed on click of a link. Here is what I currently have:
Javascript:
<script type="text/javascript"> function changeIt(imageName,objName) { var obj = document.getElementById(objName);
[Code]....
Its very basic but does what I want. What I'm attempting to do is store the image selected as a cookie so that when users refresh/navigate to other pages the image stays to the one they selected.