Can someone check this code and tell me why I'm getting "unterminated string constant"?
dim varlocation
varlocation = lstLocation.getValue
lstLocation is a listbox dtc accessing a recordset.
also I am passing the information via a form and submit button with the following onClick:
onClick="location='displayJobs.asp?location=<%=varlocation%>'"
Is this correct?
dim varlocation
varlocation = lstLocation.getValue
lstLocation is a listbox dtc accessing a recordset.
also I am passing the information via a form and submit button with the following onClick:
onClick="location='displayJobs.asp?location=<%=varlocation%>'"
Is this correct?