Click here to Skip to main content
15,901,505 members

Comments by Zoidberg Why Not (Top 3 by date)

Zoidberg Why Not 4-Jul-14 8:01am View    
change if(fname == " ") to if(fname == "")
Zoidberg Why Not 4-Jul-14 7:55am View    
here... http://www.laits.utexas.edu/~anorman/BUS.FOR/course.mat/SSim/life.html
maybe this can give u an idea,
Zoidberg Why Not 4-Jul-14 7:52am View    
you have commented the jquery library, thats causing the issue, uncomment <%--<script type="text/javascript" src="../../js/jquery-1.8.0.min.js"></script>--%>
and things should work