I am trying to open a FTP file in IE 6, but Its not opening, it throws "Page cannot be Displayed" message. Its work fine in Firefox. Below is the code:<A href="ftp://sysvine.lmt.com/reports/chart.doc">Category Chart</A>even I tried like this:<A href="ftp://username:password@sysvine.lmt.com/reports/chart.doc">Category Chart</A>
I am working on a project in which I have to open my flash demo in a modal window. I got all the code for modal window and it is working great.The only problem is I am not able to open a flash file in modal window.
in the above i'm getting the following error: "Firefox doesn't know how to open this address, because the protocol (c) isnt associated with any program"
i have a requirement like, i need to search the xml file using xpath expression. for that, first i need to load the xml file into javascript function using the below line of code.
function loadXMLDoc(dname) { if (window.XMLHttpRequest) { for ie 7+,all xhttp = new XMLHttpRequest(); alert('entered in method--if');
[Code]....
i am able to load the xml file in all the browsers except IE7,IE8. i am getting an error as "ACCESS DENIED". and the error i am getting the error at line, xhttp.open("GET", dname, false);
I'm trying to load an xml file with jQuery but it doesn't seem to work. This is my code, I made it very simple for testing, but it doesn't work. var test = "./test.xml"; $.get( test, function(data) { $('#textarea').text(data); }); I just don't know how to get the data of an xml file, does the $.get method not work with xml? When I try it with an .html file it works.
I am a newbie to Javascript and JSP. I wish to create a jsp file to read the inputs from an html (registration form called member.html), check validity of inputs using javascript and finally generate an ouput as an html file displaying the user inputs. Following is the code for the member.html file
<HTML> <TITLE>New member application form</TITLE> <script language="JavaScript" src="javaScript.js" type="text/javascript"></script> <!--<HEAD><H2><P align = "center">Welcome...</P></H2>--> <H2><P align = "center"> Member Registration Form </p></H2> </HEAD> <HR> <BODY> .....
The error I experience is that nothing happens when I click submit button. I have installed Tomcat 6.0 and do not seem to have issues with that.
I have a folder "A" with 10 files, all with .txt extensions in it. I want a java script to open all the 10 files in the folder "A" and change the extensions to .js and save it in a folder "B".
I'm was able to successfully use your plugin for firefox, safari, chrome. When the form submits the request with file upload, here is the html I send back to the browser (via Rails): <textarea>{'status': 'success', 'avatar_url': '<%=@user.avatar.url(:medium)%>'}
my website is in php .am using a javascript code to open a file .
function dec() { window.open("www.test.com/files/2010/test.pdf"); }
when i click the hyperlink connected to this function , a browser window is opened .path to the file will be dispaled in the address bar i dont want it like tat. i need to open only the file test.pdf , not in browser window so that path will not be seen .
I would like to include text from an external file in my html file. This is normally done with <object> or <iframe> but in this case the style sheet and internal links (like <a href="#positiononpage">) do not work. So I thought of writing a little script which does the following
- open the file http://something.com/textfile.htm - put the content of that file in variable "var" - document.write(var)
Is this possible? (also without using activeX objects)
How can we open a flv file using the lightbox? I am using the following code <a href="[URL]" class="lightwindow">Link Name</a> But the browser still downloads the file instead of showing it in lightbox. One more thing...is it possible to display some text along with this video in the lightbox?
I have a window open, let's say index.html. On the page I have a link that executes a javascript. I want the javascript to open file new.html in the same window that index.html was displayed in. How do I do this? Everything I try opens a new window.
I'm trying to link to some PDF files from an HTML page that will be used for a presentation. The user wants to have the windows open up in Adobe Reader 7.0 at maximum size (not full screen).
I'd rather a more reliable system than simply resixing the window before hand because I won't always be able to do that before the presentations.
I can make changes to the Adobe Reader configuration or registry (if needed) to make the program always open in full screen. but I would prefer it if I can control the behavior from the HTML link itself.
HTML programming. I have scanned documents by giving numberr to each document in the folder of cd drive. I want to build a HTMl page with java form. I want to connect the submit button in such a way that if the user enters the number/name of the scanned document in the text box of submit buton and clicks the submit button the corresponding form should automaticall open.