Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Javascript > Can I do a simple update in an Excel through an html page without using any dynamic web pages?

Reply
Thread Tools

Can I do a simple update in an Excel through an html page without using any dynamic web pages?

 
 
eakkas@gmail.com
Guest
Posts: n/a
 
      09-22-2006
All I need to do is; on the click of a button, import the numerical
data in an html form (only one field) to a cell in a spreadsheet. Both
spreadsheet and the html file reside on the same server but there are
no dynamic capabilities. All I can use is html pages + javascript (or
anything else which do not require any special programs to be installed
on the server). Is this at all possible?

Thanks...

 
Reply With Quote
 
 
 
 
Randy Webb
Guest
Posts: n/a
 
      09-22-2006
said the following on 9/22/2006 2:49 PM:
> All I need to do is; on the click of a button, import the numerical
> data in an html form (only one field) to a cell in a spreadsheet. Both
> spreadsheet and the html file reside on the same server but there are
> no dynamic capabilities. All I can use is html pages + javascript (or
> anything else which do not require any special programs to be installed
> on the server). Is this at all possible?
>
> Thanks...


No, if you don't have "dynamic capabilities". The reason is that you
won't have write privileges to the server. If you have file write
privileges, then read the spreadsheet file in, output it as a plain text
file in spreadsheet format and have the server save it.

--
Randy
Chance Favors The Prepared Mind
comp.lang.javascript FAQ - http://jibbering.com/faq & newsgroup weekly
Javascript Best Practices - http://www.JavascriptToolbox.com/bestpractices/
 
Reply With Quote
 
 
 
 
eakkas@gmail.com
Guest
Posts: n/a
 
      09-23-2006
Okay, thank you...

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
From an ASP page, is there a way write to an EXCEL file without having EXCEL installed on the IIS machine ? fniles ASP General 6 04-27-2009 10:33 PM
Html page without any Html tag in its source lovecreatesbea...@gmail.com HTML 10 07-29-2007 04:51 AM
501 PIX "deny any any" "allow any any" Any Anybody? Networking Student Cisco 4 11-16-2006 10:40 PM
How to update the current web page? (delete current web page + rewrite the page) laryten@yahoo.com Javascript 3 10-12-2006 07:33 PM
How to call a simple perl script from HTML without need of HTTPS but simple HTTP ? Wladimir Borsov Perl Misc 4 05-11-2006 09:29 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57