|
|
|
|
Ѩ / 2002-09-03 / 10:52:13 / 203.255.3.190
ȸ : 152
|
[] ̰ ּ......x |
> ġϰŵ翩.......
> request("pwd")<br>rs("pwd")
> ؼ....ôµ....
> ȰҾ......
> ߸ Ȱǰ???
>
>
>
> > > ̰ ҽ ּ......
> > > ƹ ° ... ȳ.....
> > > йȣ Ȯϱ.....ϴ°ǵ.....
> > > if ̻ϰ ..........;;
> > > ĸ鿩......
> > > DB....EͰ...ġϰŴ.....
> > > ٵ.......ڲ.....else Ѿ.....
> > > ..Ʋ....else Ѿµ...ؾ???
> > > ˷ּ.......
> > >
> > > պκ ......
> > > <%
> > > set rs = Server.CreateObject("ADODB.Recordset")
> > > SQL="select pwd from "&db_name&" where idx="&idx
> > > rs.Open SQL,db
> > >
> > > if request("pwd")=rs("pwd") then
> > > SQL2 = "Delete from "&db_name&" where idx="&idx
> > > db.Execute SQL2
> > > Response.redirect "list.asp?db_name="&db_name
> > > else
> > > %>
> > > <script language='JavaScript'>
> > > alert("йȣ ġ ʽϴ....")
> > > history.back()
> > > </script>
> > > <% end if %>
> > -----------------------------------------------------------
> >
> > ġϴ Ȯ ...
> >
> > DB Ŀ ٷ if ð
> >
> > request("pwd")
> >
> > rs("pwd")
> >
> > γ ġ Ȯ .
> >
> > request("pwd") Ȯϰ Ѿ ʴ° ƴѰ ǽɵǴ±...
> >
> > ...
> -----------------------------------------------------------
>
>
-----------------------------------------------------------
̷ ....
pwd1=request("pwd")
..................
pwd2=rs("pwd")
...................
if pwd1=pwd2 then
..................
...
|
|
|
|