Hi
I've been trying to hand code my pages, after failing in a WSYWYG editor and
giving up.
I'm almost done with the page checking, it's just i'm having a Wend error
Microsoft VBScript compilation error '800a03fa'
Expected 'Wend'
/listing.asp, line 269
on my page, www.tripak.me.uk/listing.asp
I've attached the code at www.tripak.me.uk/listing.txt
I believe that Originally when i used the WSYWYG I created two seperate
recordsets, and the two endings were
<%
rsListing.Close ()
Set rsListing = Nothing
%>
<%
rsTextspec.Clos e()
Set rsTextspec = Nothing
%>
Now i tried deleting the rsTextspec one but i still get an error with the
rsListing one, which is the only recordset i have left.
Am i supposed to delete this? and close it up ealier? (line 210) and how?
I hope somone can help me.
Raphael
I've been trying to hand code my pages, after failing in a WSYWYG editor and
giving up.
I'm almost done with the page checking, it's just i'm having a Wend error
Microsoft VBScript compilation error '800a03fa'
Expected 'Wend'
/listing.asp, line 269
on my page, www.tripak.me.uk/listing.asp
I've attached the code at www.tripak.me.uk/listing.txt
I believe that Originally when i used the WSYWYG I created two seperate
recordsets, and the two endings were
<%
rsListing.Close ()
Set rsListing = Nothing
%>
<%
rsTextspec.Clos e()
Set rsTextspec = Nothing
%>
Now i tried deleting the rsTextspec one but i still get an error with the
rsListing one, which is the only recordset i have left.
Am i supposed to delete this? and close it up ealier? (line 210) and how?
I hope somone can help me.
Raphael
Comment