Click here to Skip to main content
15,913,685 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: Web Site is not Accessible by its IP? Pin
Guffa11-Nov-07 5:16
Guffa11-Nov-07 5:16 
GeneralRe: Web Site is not Accessible by its IP? Pin
AliAmjad11-Nov-07 7:32
AliAmjad11-Nov-07 7:32 
GeneralRe: Web Site is not Accessible by its IP? Pin
Guffa11-Nov-07 8:56
Guffa11-Nov-07 8:56 
GeneralRe: Web Site is not Accessible by its IP? Pin
AliAmjad11-Nov-07 22:11
AliAmjad11-Nov-07 22:11 
AnswerRe: Web Site is not Accessible by its IP? Pin
Vasudevan Deepak Kumar11-Nov-07 23:38
Vasudevan Deepak Kumar11-Nov-07 23:38 
Questionupdate tables row with vbscript in asp Pin
idsanjeevjha9-Nov-07 16:59
idsanjeevjha9-Nov-07 16:59 
AnswerRe: update tables row with vbscript in asp Pin
Guffa10-Nov-07 3:54
Guffa10-Nov-07 3:54 
QuestionRe: update tables row with vbscript in asp Pin
idsanjeevjha11-Nov-07 16:08
idsanjeevjha11-Nov-07 16:08 
hi i wants to display some rows on page and some in these wants to modify then how is possible i am using this code and wants to help in thats.
[code]
">
Normal
Abuse
clsoe


If Not IsEmpty(Request.Form("submit")) then
vopenflg = Request.Form("vopenflg")
vopenflg=trim(vopenflg)
conn.close
conn.Mode = adModeReadWrite
conn.open
<% R.open "select top_id,open_flg from topmaster ",conn, adOpenStatic, adLockOptimistic, adCmdText
if request("vopenflg"&R("top_id"))<>"" then
R("open_flg")=vopenflg
R.update
R.Close
conn.close
end if
end if
end if%>
[/code]

sanjeev

AnswerRe: update tables row with vbscript in asp Pin
Guffa11-Nov-07 19:51
Guffa11-Nov-07 19:51 
GeneralRe: update tables row with vbscript in asp Pin
idsanjeevjha11-Nov-07 20:55
idsanjeevjha11-Nov-07 20:55 
AnswerRe: update tables row with vbscript in asp Pin
Guffa11-Nov-07 21:17
Guffa11-Nov-07 21:17 
GeneralRe: update tables row with vbscript in asp Pin
idsanjeevjha11-Nov-07 22:09
idsanjeevjha11-Nov-07 22:09 
AnswerRe: update tables row with vbscript in asp Pin
Guffa12-Nov-07 1:57
Guffa12-Nov-07 1:57 
GeneralRe: update tables row with vbscript in asp Pin
idsanjeevjha12-Nov-07 15:55
idsanjeevjha12-Nov-07 15:55 
AnswerRe: update tables row with vbscript in asp Pin
Guffa12-Nov-07 22:11
Guffa12-Nov-07 22:11 
QuestionRe: update tables row with vbscript in asp [modified] Pin
idsanjeevjha12-Nov-07 22:56
idsanjeevjha12-Nov-07 22:56 
AnswerRe: update tables row with vbscript in asp Pin
Guffa13-Nov-07 12:46
Guffa13-Nov-07 12:46 
GeneralRe: update tables row with vbscript in asp Pin
idsanjeevjha13-Nov-07 16:56
idsanjeevjha13-Nov-07 16:56 
AnswerRe: update tables row with vbscript in asp Pin
Guffa14-Nov-07 3:05
Guffa14-Nov-07 3:05 
QuestionASP Email Script Not Working Pin
MelDrop9-Nov-07 5:06
MelDrop9-Nov-07 5:06 
Questionhow to break a table into two tables with javascript? Pin
andylaw8-Nov-07 22:47
andylaw8-Nov-07 22:47 
AnswerRe: how to break a table into two tables with javascript? Pin
Guffa9-Nov-07 12:38
Guffa9-Nov-07 12:38 
GeneralRe: how to break a table into two tables with javascript? Pin
andylaw9-Nov-07 15:41
andylaw9-Nov-07 15:41 
GeneralRe: how to break a table into two tables with javascript? Pin
Michael Sync10-Nov-07 23:10
Michael Sync10-Nov-07 23:10 
Questionproblem with registration of new website on IIS Pin
0x49D18-Nov-07 20:01
0x49D18-Nov-07 20:01 

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.