Click here to Skip to main content
15,887,350 members
Home / Discussions / JavaScript
   

JavaScript

 
AnswerRe: object expected Pin
Ankit Aneja12-Jun-11 0:22
Ankit Aneja12-Jun-11 0:22 
GeneralRe: object expected Pin
DaveAuld12-Jun-11 0:37
professionalDaveAuld12-Jun-11 0:37 
GeneralRe: object expected Pin
thatraja12-Jun-11 0:42
professionalthatraja12-Jun-11 0:42 
GeneralRe: object expected Pin
Ankit Aneja12-Jun-11 1:52
Ankit Aneja12-Jun-11 1:52 
GeneralRe: object expected Pin
Shameel1-Jul-11 2:00
professionalShameel1-Jul-11 2:00 
GeneralRe: object expected Pin
thatraja12-Jun-11 0:38
professionalthatraja12-Jun-11 0:38 
GeneralRe: object expected Pin
Ankit Aneja12-Jun-11 1:02
Ankit Aneja12-Jun-11 1:02 
AnswerRe: object expected Pin
Ankit Aneja12-Jun-11 0:28
Ankit Aneja12-Jun-11 0:28 
if len(Request.Form("cmdLoginSubmit"))>0 then

strLogin = trim(Request("strLogin"))
strPassword = trim(Request("strPassword"))

set rsLogin = Server.CreateObject("ADODB.Recordset")
strSql = "Select user_mast.*, usergroup_mast.group_name, usergroup_mast.allow_add, usergroup_mast.allow_edit, allow_delete " & _
"from USER_MAST, usergroup_mast " & _
"where user_mast.USER_CODE='" & strLogin & "' and " & _
"user_mast.USER_PWD='" & strPassword & "' and " & _
"usergroup_mast.user_group =* user_mast.user_group "

dim Obj

set Obj = server.CreateObject("prjCLP.clsCLPUtility")
Set rsLogin = Obj.runSqlReturnRs(strSql)



where prjCLP.clsCLPUtility is dll that i have registered
Ankit Aneja
"Nothing is impossible. The word itself says - I M possible"

QuestionHow to submit the below form using Javascript? Pin
Dotnetkanna10-Jun-11 2:17
Dotnetkanna10-Jun-11 2:17 
AnswerRe: How to submit the below form using Javascript? Pin
Alex Manolescu11-Jun-11 12:11
Alex Manolescu11-Jun-11 12:11 
AnswerRe: How to submit the below form using Javascript? Pin
Atulkryadav16-Jun-11 8:18
Atulkryadav16-Jun-11 8:18 
QuestionJavascript print with out pop up Pin
yesu prakash10-Jun-11 1:01
yesu prakash10-Jun-11 1:01 
AnswerRe: Javascript print with out pop up Pin
Gerben Jongerius10-Jun-11 1:50
Gerben Jongerius10-Jun-11 1:50 
AnswerRe: Javascript print with out pop up Pin
Alex Manolescu11-Jun-11 12:13
Alex Manolescu11-Jun-11 12:13 
AnswerRe: Javascript print with out pop up Pin
Atulkryadav16-Jun-11 8:25
Atulkryadav16-Jun-11 8:25 
Questionjquery and html encoding Pin
fififlowertot10-Jun-11 0:26
fififlowertot10-Jun-11 0:26 
AnswerRe: jquery and html encoding Pin
Gerben Jongerius10-Jun-11 1:46
Gerben Jongerius10-Jun-11 1:46 
Questiononclick event isn't fired Pin
Ali Al Omairi(Abu AlHassan)3-Jun-11 9:59
professionalAli Al Omairi(Abu AlHassan)3-Jun-11 9:59 
AnswerRe: onclick event isn't fired Pin
AspDotNetDev3-Jun-11 18:41
protectorAspDotNetDev3-Jun-11 18:41 
GeneralRe: onclick event isn't fired Pin
Ali Al Omairi(Abu AlHassan)4-Jun-11 2:38
professionalAli Al Omairi(Abu AlHassan)4-Jun-11 2:38 
AnswerRe: onclick event isn't fired Pin
AspDotNetDev4-Jun-11 9:20
protectorAspDotNetDev4-Jun-11 9:20 
GeneralRe: onclick event isn't fired Pin
Ali Al Omairi(Abu AlHassan)4-Jun-11 20:23
professionalAli Al Omairi(Abu AlHassan)4-Jun-11 20:23 
GeneralRe: onclick event isn't fired Pin
Ali Al Omairi(Abu AlHassan)5-Jun-11 4:58
professionalAli Al Omairi(Abu AlHassan)5-Jun-11 4:58 
GeneralRe: onclick event isn't fired Pin
AspDotNetDev6-Jun-11 8:35
protectorAspDotNetDev6-Jun-11 8:35 
GeneralRe: onclick event isn't fired Pin
Ali Al Omairi(Abu AlHassan)7-Jun-11 0:36
professionalAli Al Omairi(Abu AlHassan)7-Jun-11 0:36 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.