Nov 2, 2006 #1 letimati Technical User Joined Feb 3, 2006 Messages 36 Location 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 Joined Jun 25, 2002 Messages 1,952 Location 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 Joined Jun 14, 2004 Messages 6,450 Location 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 Joined Feb 3, 2006 Messages 36 Location GB Sorry I just checked its the line above this that was giving the error, sorry for wasting your time Upvote 0 Downvote