|
Read from client machine Hi all, To secure my web site i need to read client Machien's MAC Address with javascript, Can any body help me? ... 17 May 2008 08:02
divisiorn problem <%=2/33334%> returns 5.99988000239995E-05 how can i convert it to a n.nn ? ... 16 May 2008 16:09
CDO.Message problems I use CDO.Message to send mail. The problem is, CDO.Message will send to any malformed address, (eg. smtp:email.address(a)domain.com) and no errors are thrown. That's ok. Is there any way to receive bounced messages? ... 16 May 2008 11:26
IF exist /w FSO IS there a way I can do an If exist to determin if a graphic is displayed? something like this; <p align="center"> if file exist "fileone.jpg" <img border="0" src="fileone.jpg"> if File exist "filetwo.jpg" <img border="0" src="fileone.jpg"> </p> What I am trying to do is post JPGs from a folder stru... 16 May 2008 13:48
Problem getting hacked with this new SQL injection Tool. Adword71 This happened to me too, and it's some new SQL injection -- see http://cyberinsecure.com/phishing-botnet-expands-by-sql-injecting-websites-found-in-google/ "Lance Wynn" wrote: One of my server has been compromised from this virus, and I can't seem to block it out! I have shut down the infected server, bu... 15 May 2008 13:33
Problem getting hacked with this new SQL injection Tool. Adword71 and direct84 One of my server has been compromised from this virus, and I can't seem to block it out! I have shut down the infected server, but I need to figure out how to check for this, and stop it. The site is running iis5 on Windows2000, the backend DB is SQLServer 2000 Can anyone point me to some good resources for ... 16 May 2008 10:38
RSS - Whitespace is not allowed at this location. Trying to create a page like popurls displaying rss feeds from music sites only im trying with one to start from NME.com and the output errors with the message "Whitespace is not allowed at this location." anyone help? DEMO: http://mngr.co.uk/rss1.asp Code: <%@ Language="VBScript" %> <% Option Explicit %> ... 15 May 2008 04:51
Response.Addheader I've searched the web & can't find an answer to this. Is it possible to successfully use Response.AddHeader for a robots meta tag? For example, I want to do <% IF request("PageID") = 252 THEN Response.AddHeader "robots", "noindex" : %> ... 17 May 2008 17:26
Product activation code Hello, I have an ASP provider and an Access Database. I need to build a small webpage where the user can enter his "user id" and a "hardware code", and if the "user id" is correct (will be checked against the db which means the user id must exist) a function will generate a product activation code from his/ her... 14 May 2008 12:56
Freeing Dynamic Arrays Do you have to manually release memory allocated by creating a dynamic array using ReDim? In other words, if I have the following code: ReDim Test(1000) For i = 0 To 1000 Test(i) = "test value " & i Next Do have I have set Test = Nothing to prevent a memory leak? Thanks, Dave ... 14 May 2008 13:43 |