2012-07-16 75 views
1

這是錯誤。使用JavaScript代碼

Timestamp: 16/07/2012 06:05:02 م 
Error: missing) after argument list 
Source File: http://www.tfwefffepchat.com/Register.aspx 
Line: 210, Column: 411 
Source Code: 

SendSMS(96892042638,'There is a job equalvalent to you plz visit this link: http://www.twefffepchat.com/ApplyJob.aspx?id=8'); 

SendEmail('[email protected]','Matching Job','sss'); 

SendSMS(96892042638,'There is a job equalvalent to you plz visit this link: http://www.twefffepchat.com/ApplyJob.aspx?id=9'); 

SendEmail('[email protected]','Matching Job','sss'); 

SendEmail('[email protected]','Welcome',Welcome to Online Job Seekers your validation link : http://twefffepchat.com/Validate.aspx?id=__Page');SendSMS(96892042638,'[email protected] You have registered successfuly.your validation link :__Page'); 
+6

看爲'SendEmail'的最後一次通話。第三個參數應該是一個字符串。 – 2012-07-16 14:23:25

+0

在最後一行的'Welcome'前加上一個單引號。 – 2012-07-16 14:23:34

+0

有一個語法顏色的編輯器是非常有用的,你使用什麼編輯器? – haynar 2012-07-16 14:24:58

回答

3

你的錯誤是在這裏:

SendEmail('[email protected]','Welcome',Welcome to Online Job Seekers your validation link : http://twefffepchat.com/Validate.aspx?id=__Page'); 
//           ^Here 

你缺少開引號:

SendEmail('[email protected]','Welcome','Welcome to Online Job Seekers your validation link : http://twefffepchat.com/Validate.aspx?id=__Page');