I have a classic ASP page containing a javascript function that runs string.replace commands, such as string.replace(/\\x3C/g,""); // < character (note I also tried one \ instead of 2 before the 3C)
Hi! I am creating a sports betting ASP.NET (VB) web application (like in http://www.interwetten.com). I show the available events to the users from which they select, to create a betting coupon. Each event line in the coupon contains the following columns: event_start_date, ...