timcadieux
Programmer
Argh, can someone tell me why this script appears to be trying to load both inlcudes, i get name Redefined errors.
Code:
<!--#include file="../Scripts/setup.asp" -->
<% IF DWAN_dude = "true" then %>
<!--#include file="6_1_DWAN_inc.asp" -->
<% ELSE %>
<!--#include file="6_1_inc.asp" -->
<% END IF %>