Click here to Skip to main content
15,896,606 members

Comments by Member 9671810 (Top 127 by date)

Member 9671810 5-Nov-15 3:07am View    
setCookie("drpname", value, 365);
alert('drpname');

if i use this, i get error "Uncaught ReferenceError: setCookie is not defined"
Member 9671810 4-Nov-15 8:40am View    
i tried using this also but it gives me error..
Uncaught ReferenceError: jsFunction is not defined
Member 9671810 23-Oct-15 3:10am View    
No. but i want to make an error page for dilaying all exceptions, but why isn't this code working? can you figure out cause there are two submit buttons.
Member 9671810 21-Oct-15 21:55pm View    
if i use this pst.setString(1, null); then it gives me error of "Column 'id' cannot be null" cannot be inserted in the table. i use this cause when insert query is fired the id field will the store the incremented value.
Member 9671810 21-Oct-15 21:54pm View    
Deleted
if i use this pst.setString(1, null); then it gives me error of null value cannot be inserted in the table. i use this cause when insert query is fired the id field will the store the incremented value.