Forums
This topic is locked
Comparing Querystring Values
Posted 28 Apr 2003 07:46:00
1
has voted
28 Apr 2003 07:46:00 Ben de Groot posted:
When I Compare (rscontent.Fields.Item("ContentID"

If (request.querystring("contentid"


Selectcontentid = request.querystring("contentid"

end if
if (rscontent.Fields.Item("ContentID"

Replies
Replied 28 Apr 2003 14:44:09
28 Apr 2003 14:44:09 Vince Baker replied:
It all looks fine, are you sure that the correct name is being selected in the querystring? No spelling mistakes?
And also, change response.write "something" to response.write("Something"
Regards
Vince
Visit my home: www.chez-vince.com
VBScript | ASP | HTML | SQL | Oracle | Hosting
And also, change response.write "something" to response.write("Something"

Regards
Vince
Visit my home: www.chez-vince.com
VBScript | ASP | HTML | SQL | Oracle | Hosting