Can someone tell me what I have wrong in this code? This is a call center wallboard that I am using from VOIPMonkey website, so it is not my code; and I am not a developer, I tried contacting the author to no luck, the error is below the code:


<!DOCTYPE html> <html> <!----------------------------------> <!-- Created VOIPMonkey     --> <!----------------------------------> <!--#include file="./parameters.cfg"--> <%        WBConnect = "Dsn="& DSN &";" & _          "Host="& DBsource &";" & _          "Server="& ServerName &";" & _          "Service="& ServicePort &";" ...

Go to the complete details ...