User1830103616 posted
I am getting this error
Microsoft VBScript runtime error '800a000d'
Type mismatch
/order/search/searchresults.asp, line 597
when I insert the postcode to search the shop, but if I reload the webpage it disappear. Could someone help me to fix it? postcode research
ddd=0
if request.querystring("searchtype") = "postcode" then
If objRds("longitude") & "" <> "" AND objRds("latitude") & "" <> "" Then
' Response.Write("lat1 " & coords(0) & " lon1 " & coords(1) & " [] lat2 " & objRds("latitude") & " lon2 " & objRds("longitude") & "<br/>")
ddd = round(distance(coords(0), coords(1), objRds("latitude"), objRds("longitude"), "M"),1)
'Response.Write("ddd " & ddd & "<br/>")
End If