mardi 17 mars 2015

how to bring sql query to another page with javascript


Vote count:

-1




This is my current javascript condition



function fnResetPeril(obj)
{
var code = obj.value;

if (code.length > 0)
{
document.GetDescForm.action = "search_multivalue.jsp?COND=PERIL_TYPE='P' AND INSCODE = '<%=SESPRINCIPLE%>' AND MAINCLS='<%= CLS %>' AND CLASS = '<%=CLASS%>';
document.GetDescForm.submit();
}
}


how can i make CLASS like '% something %' -

- CLASS like '%"+<%=CLASS%>+"%' ( not workin, error ) -

- CLASS like '%<%=CLASS%>%' ( not working , error)



asked 59 secs ago







how to bring sql query to another page with javascript

Aucun commentaire:

Enregistrer un commentaire