Click here to Skip to main content
15,921,716 members

Comments by binijoy (Top 5 by date)

binijoy 15-Nov-12 6:30am View    
no error...the select menu is created..bt it is empty.the datasourceid datas are nt tke...if i put runat=server then the row is not added
binijoy 15-Nov-12 6:18am View    
no its not working
binijoy 16-Mar-12 7:14am View    
i tried it <script src="Jquery/jszip.js" type="text/javascript"></script> <script type="text/javascript" language="javascript"> function Download(imgurl) { var zip = new JSZip(); zip.add("image.jpg","top_bg.jpg"); zip.add("smile.gif", "R0lGODdhBQAFAIACAAAAAP/eACwAAAAABQAFAAACCIwPkWerClIBADs=", {base64: true}); content = zip.generate(); location.href="data:application/zip;base64," + content; }</script> bt instead of R0lGODdhBQAFAIACAAAAAP/eACwAAAAABQAFAAACCIwPkWerClIBADs= i want to use the imageurl
binijoy 16-Mar-12 7:14am View    
i tried it <script src="Jquery/jszip.js" type="text/javascript"></script> <script type="text/javascript" language="javascript"> function Download(imgurl) { var zip = new JSZip(); zip.add("image.jpg","top_bg.jpg"); zip.add("smile.gif", "R0lGODdhBQAFAIACAAAAAP/eACwAAAAABQAFAAACCIwPkWerClIBADs=", {base64: true}); content = zip.generate(); location.href="data:application/zip;base64," + content; }</script> bt instead of R0lGODdhBQAFAIACAAAAAP/eACwAAAAABQAFAAACCIwPkWerClIBADs= i want to use the imageurl
binijoy 16-Mar-12 7:07am View    
i tried it

<script src="Jquery/jszip.js" type="text/javascript"></script>

<script type="text/javascript" language="javascript">
function Download(imgurl)
{

var zip = new JSZip();
zip.add("image.jpg","top_bg.jpg");
zip.add("smile.gif", "R0lGODdhBQAFAIACAAAAAP/eACwAAAAABQAFAAACCIwPkWerClIBADs=", {base64: true});
content = zip.generate();
location.href="data:application/zip;base64," + content;

}</script>
bt instead of R0lGODdhBQAFAIACAAAAAP/eACwAAAAABQAFAAACCIwPkWerClIBADs=
i want to use the imageurl