Pls kindly Read the Following ASP/VBscript Code:
<Script Language="VBScript">
<%
if pn = "" then
%>
msgbox "Enter Vehicle Name First"
history.back
<% end if %>
</script>
Sir the Problem is that if user does't enter the name in to the fields then this code is showing a msgbox "Enter Vehicle name first" but other field information information is inserted into the backend.
while it shouldn't.
Pls kindly reply sooooon
My email. jasvir275500@yahoo.com
<Script Language="VBScript">
<%
if pn = "" then
%>
msgbox "Enter Vehicle Name First"
history.back
<% end if %>
</script>
Sir the Problem is that if user does't enter the name in to the fields then this code is showing a msgbox "Enter Vehicle name first" but other field information information is inserted into the backend.
while it shouldn't.
Pls kindly reply sooooon
My email. jasvir275500@yahoo.com



