Nov 2, 2006 #1 letimati Technical User Feb 3, 2006 36 GB Hi i am getting a syntax error from this can anyone tell me where i am going wrong. Thanks in advance. syntax error var regexS = "[\\?&]"+name+"=([^&#]*)";
Hi i am getting a syntax error from this can anyone tell me where i am going wrong. Thanks in advance. syntax error var regexS = "[\\?&]"+name+"=([^&#]*)";
Nov 3, 2006 #2 adam0101 Programmer Jun 25, 2002 1,952 US Just that line by itself works for me. If you post more code we might be able to help you find where the problem is. Adam http://adameslinger.blogspot.com/ Upvote 0 Downvote
Just that line by itself works for me. If you post more code we might be able to help you find where the problem is. Adam http://adameslinger.blogspot.com/
Nov 3, 2006 #3 cLFlaVA Programmer Jun 14, 2004 6,450 US yeah. all that is, is a string. how are you using it, because it seems (from the variable name) that you are planning to use it as a regex. *cLFlaVA ---------------------------- [tt]"quote goes here"[/tt] [URL unfurl="true"]http://www.coryarthus.com/[/url] Upvote 0 Downvote
yeah. all that is, is a string. how are you using it, because it seems (from the variable name) that you are planning to use it as a regex. *cLFlaVA ---------------------------- [tt]"quote goes here"[/tt] [URL unfurl="true"]http://www.coryarthus.com/[/url]
Nov 3, 2006 Thread starter #4 letimati Technical User Feb 3, 2006 36 GB Sorry I just checked its the line above this that was giving the error, sorry for wasting your time Upvote 0 Downvote