Okay, I have a from that I can select with list of files from html. However, how do I make user click on that selection to run the application or load the file. In other words, if have a list of 5 files on selection, i want to do a submit command on html to have it on that either excel or doc file. Possible?
How do I define a excel and word function in html code?
That was not really very clear, but it seems to me you're asking how to have a user click on an HTML link, and it will open a Word or Excel document, correct? If that is the case, then you need to upload the .doc or .xls file to your web server, and then simply create a hyperlink to that document.
Example:
%26lt;a href="sheet.xls"%26gt;Spreadsheet%26lt;/a%26gt;
%26lt;a href="document.doc" %26gt;Document%26lt;/a%26gt;
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment