Need code to save the web page using Java Script

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Jayas
    New Member
    • Oct 2006
    • 1

    Need code to save the web page using Java Script

    my task is to embed to excel sheet into web page.To save the modifications in web page i need the codings.
    i've a button. if i click the save button the modified data must be saved. i need codings for that using javascript.
  • acoder
    Recognized Expert MVP
    • Nov 2006
    • 16032

    #2
    You can't normally save using JavaScript unless given sufficient privileges or using JScript execCommand("sa veas") which would save to the client. If you need to save on the server, use Ajax.

    Comment

    Working...