ASPNL logo (1 kb)

Hosted by Nedcomp (18 kb)

 
ASPNL Forums Home   Search   FAQ   Login   Register   Member List  

  Viewing User Profile for: Zarray
 About  Contact
Joined: 08-13-2006 07:13 PM
Last Login: 09-22-2007 11:47 AM
Website:
Location: Unavailable to anonymous users.
Occupation: Unavailable to anonymous users.
Interests: Unavailable to anonymous users.
Signature:
Email: Unavailable to anonymous users.
MSN IM: Unavailable to anonymous users.
AIM: Unavailable to anonymous users.
Yahoo IM: Unavailable to anonymous users.
ICQ: Unavailable to anonymous users.
 Post Statistics
Zarray has contributed to 4 out of 20,309 total posts (0.02% of total).
Most Recent Posts:
Functies Controleren Input/output 9/22/2007 11:49:50 AM   (Total replies: 1)
De volgende functies kan je gebruiken om text om te zetten naar htmlentiteiten. Dit is tegen het cross site scripten. Ook is er tegen sql injection een functie om te controleren of het toevallig slechte input is. <% '================================================ ' AUTHOR: FRISO ' AUTHORS HOMEPAGE: '/ HTTP://www.allfreeware.freeweb7.com '================================================ function EncSpecChar(ltext) '__________OUTPUT FILTER dim I dim lNewText for I=1 to ...

Re: Getal uitlezen 1/7/2007 11:40:09 AM   (Total replies: 0)
Volgens mij moet je dan vbCrlf replace met "", als k je probleem goed begrijp

ado vraag 8/13/2006 7:19:48 PM   (Total replies: 1)
ik heb dus de volgende code gemaakt. Die moet querys die geen data terug geven uitvoeren zoals update en insert to enzo. <% function OpenDataBase dim conn Set conn = Server.CreateObject("ADODB.Connection") conn.Open("DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=" & Server.MapPath("*************")) end function function CloseDatabase conn.close set conn=nothing end function function nExecute(sSQL)'No data returned conn.execute(sSQL) end function %> Omdat ik een ...

Re: Geeft Fout weer , ik zou hulp echt dankbaar zijn. 8/14/2006 10:02:47 AM   (Total replies: 1)
volgens mij moetje server.mappath gebruiken omdat include virtual vanaf de root werkt, en dan moet je dus iets van <!--#include virtual=server.mappath & "/klanten/vtauth.asp"--> hebben denk k

Search for more...