Skip to content

Instantly share code, notes, and snippets.

View FarzadWadia's full-sized avatar

Farzad F Wadia FarzadWadia

  • Ahmedabad, Gujarat, India
View GitHub Profile
@americos
americos / csv.html
Created January 31, 2013 16:08
Sample of Downloading data a .csv using a .jsp and a Form Post
<html>
<head>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
<script>
$(document).ready(function(){
$("#csv_form").submit(function(event) {
event.preventDefault();