Here is a quick $25 for a small syntax error regarding a semi-colon in javascript on one of my pages. I am getting the error below. I don't have time to go track it down right now so I will pay first person with a solution. The answer must be posted to this thread and not PMed to me so its clear to everyone who was first. Thanks, Doug Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Win64; x64; Trident/4.0; .NET CLR 2.0.50727; SLCC1; Media Center PC 5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30618; .NET4.0C) Timestamp: Mon, 28 Jun 2010 14:35:30 UTC Message: Expected ';' Line: 994 Char: 16 Code: 0 URI: http://www.webnetsecure.com/How_to_stop_wig_from_moving_on_head-qna34817.html Message: Expected ';' Line: 994 Char: 16 Code: 0 URI: http://www.webnetsecure.com/How_to_stop_wig_from_moving_on_head-qna34817.html Message: Expected ';' Line: 994 Char: 16 Code: 0 URI: http://www.webnetsecure.com/How_to_stop_wig_from_moving_on_head-qna34817.html Message: Syntax error Line: 1043 Char: 15 Code: 0 URI: http://www.webnetsecure.com/How_to_stop_wig_from_moving_on_head-qna34817.html
<input type="submit" name="btnSubscribe" value="Subscribe" onClick="javascript:subscribeuser('34817','', this.form);return false"/> replace it by <input type="submit" name="btnSubscribe" value="Subscribe" onClick="javascript:subscribeuser('34817','', this.form);return false;"/> Regards Alex
take a look at the code shown here: <textarea id="newtext" onchange="showval(34817,,1)" onfocus="intervalID = setInterval('showval(34817,0,0);', 2000);" onblur="clearInterval(intervalID);" rows=4 style="width:400px;font-family:arial,helvetica,verdana;font-size:12px"></textarea> it should have a value like: showval(34817,123,1)
<textarea id="newtext" onchange="showval(34817,,1)" onfocus="intervalID = setInterval('showval(34817,0,0);', 2000);" onblur="clearInterval(intervalID);" rows=4 style="width:400px;font-family:arial,helvetica,verdana;font-size:12px"></textarea> on the above line..the below code should be changed onchange="showval(34817,,1)" to onchange="showval(34817,'',1)" for Message: Syntax error Line: 1043 Char: 15 Code: 0 if the parameter doesn't have any value please enclose it with just ''
Hey guys i dont have the time to try stuff. Really wish I did. I am swamped. Simply do a save-as to your local HD and try out your solutions and post when Internet Explorer doesn't give this error. (I think its an ie specific error). Then you can report that you have a solution. Right now its just a guess, which I can do too, but I just don't have the time. I am really under the gun.
Yes..frnd..I did the same thing..saved it from your source and verified...if you fix the above code it works without any errors..
<TEXTAREA id=newtext onblur=clearInterval(intervalID); style="FONT-SIZE: 12px; WIDTH: 400px; FONT-FAMILY: arial,helvetica,verdana" onfocus="intervalID = setInterval('showval(34817,0,0);', 2000);" rows=4 onchange=showval(34817,,1)></TEXTAREA> replace by <TEXTAREA id=newtext onblur=clearInterval(intervalID); style="FONT-SIZE: 12px; WIDTH: 400px; FONT-FAMILY: arial,helvetica,verdana" onfocus="intervalID = setInterval('showval(34817,0,0);', 2000);" rows=4 onchange='showval(34817,0,1);'></TEXTAREA> error is gone now I have tested it Regards Alex
Kishore 415 posted the first working solution that was tested although others were certainly on the same track. Please pm me your paypal so I can send payment.