Posted on: 12/31/2014 5:03:25 PM | Views : 508

I've this page and what I'm doing is tring to get data from the url, and show them in the label, It only show me the first Transection number the rest does not appear nor does their HTML label.
<br/> Transection Number: <label id="transId" /> <br/> Amount Payed: <label id="price" /> <br/> Transection Status: <label id="transStatus" /> <br/> Item Quantity: <label id="qty" /> <br/> <%--<input type="button" id="amount"/>--%> </div> </form> <script type="text/javascript"> (function ($) { $.extend({ getQueryString: function (name) { function parseParams() { var params = {}, e, ...

Go to the complete details ...