Search results

  1. L

    So, Muslims, are any of you for freedom of expression?

    You could ask the same of Christians. Most would be offended that you ask them to do those things regarding god or the bible.
  2. L

    Download file html with javascript?

    If I remember right, you can either: a) zip the file with all its resources and use that for your link, b) put the file in an ftp folder and let your user download it that way, c) set the file's mime-type to text/plain so the user will see its source code, d) instruct the user to save the file...
  3. L

    Load a spreadsheet in HTML Page and update dynamically?

    I haven't ever heard of Google ZohoSheet, but I do know this: HTML can only structure content. It can't do things like load a spreadsheet, so it's likely that Google ZohoSheet uses a specialised script library (probably JavaScript or a Server-side scripting language), so you should investigate...
Back
Top