<
head> <title></title><object classid="clsid:44C4C3AC-D0F1-11D2-919D-006008C88FC3" height="0" id="qsBridge" style="LEFT: 0px; TOP: 0px" width="0" > <param name="_ExtentX" value="26"/> <param name="_ExtentY" value="26"/> </object>
<script type="text/javascript" >
if (qsBridge == null) {
alert(
"Bridge Null"); } else {alert("bridge ok"); (It always shows that QSBridge is an object)}
var qsRules = qsBridge.RequestQSRules();if (qsRules == null) {alert(
"Rules = null"); //Always shows QSRules = null} else if (qsRules != null) {alert("It lives");}
(uncommenting any of these lines throws an error
//qsRules.Transaction.Entries.Add(65, "1SimCard", 1, 0, false, 0); //qsRules.Transaction.SetCustomer(53253); //qsBridge.FireEvent("RefreshDisplay");</script>
</head>
Following are some of the things I have tried.
Creating the page using VS 2005
Creating the page using VS 2008
Creating the page using Coffee Cup HTML editor
Creating the page using Homesite
Using an aspx page;
Using an HTML page
Using Javascript
Using VBScript
Running it on a server
Running it on the local machine
Running in POS
Running stand alone
creating a reference to QSRules in VS project
Deleting the reference to QSRules in VS project
I would appreciate any help anyone could give me. I'm about at my wits end.
Thank you
Galen
*This post is locked for comments