Dear all, I would like to create a filter to check the contents of a comments/guestbook post. I have an array of words to be filtered, that will be compared...
Hi, ... Ah, one of my favorite topics. ... "Split" is a neat function, but it is not as fast as Instr. I'd go with something like strFilterArray =...
Adelle Hartley
adelle@...
Jan 4, 2006 12:55 pm
6976
Instr would work fine. It returns >0 if it finds a string in another string. Just add up all the .IndexOf attempts You would not even need to split the text...
I'm new to ASP, I need to create a form and connect it to SQL server to get data from there by searching specific values like names and numbers, I need some...
1/17-1/20 (Tue-Fri) - VB.net ASP.net 2.0 Visual Studio class 1/31-2/3 (Tue-Fri) - C# ASP.net 2.0 Visual Studio class The classroom is 1 pc per student in...
Dear Adelle, I'm just so happy to inform you that the script you provided me worked. Now our comments page is free from spam posts. Again, thanks a lot. Flor...
Hi everyone, I'm a newbie at ASP programming.. I'm designing a page (Page A) to capture user inputs and then allow user to choose either "Accept" or "Reject"...
You can't response.redirect to another page if you have written anything to the current page. In your code you're writing out some HTML to the page at the very...
http://learnasp.com/freebook/asp/res2.aspx explains the source of the error in detail and the fix. <%response.buffer="true" %> at the top will help. This...
I have a database-driven yearly survey form. The number of questions could vary from year to year. Each question has a series of five radio buttons, which pass...
I have a database-driven survey form where the number of questions will vary based on the year of the survey. The initial survey will have 30 questions. All...
Hello friends Previously I had used msexcel as a database but by creating named range I had managed to access data through msexcel. But now I need to do this...
Hello friend Can any body guide me with some tools that club all my linked file in my webpages and remove Deadlinks and Unlinked file . I am in a mess made by...
There are multiple tools for weeding out dead links. Dreamweaver supports such a thing and there are also some spiders which you could use. I also think visio...
http://validator.w3.org/checklink?check=Check&hide_type=all&summary=on&uri=h ttp://Write_your_site_url_here/ Use this url to find broken links. Change the...
Dan and Charles, Thanks very much for the help given - much appreciated! I've managed to solve my problem by using Response.Buffer = True. I've also...
Hello ASP Wise Men and Women, I am new to the thing and I am just getting the basics down. I am creating a new site for work, and I am down to one thing -...
Just google for web link validator. Nice tool that does the job. ... __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo!...
Dear Sir ; Kindly assist me to create a conding which enable me to convert a text to an image by using ASP coding not ASP.net coding. Kindly help to make it...
You'll need to use a third party component such as ASPImage (http://www.serverobjects.com/comp/Aspimage.htm) or similar, or write your own component in VB and...
Hi guys, am kinda new to xml. Am on a new project and need to integrate asp with xml. How do i display xml info on asp pages and viceversa. any examples etc....
It depends on what you want to do with it, or more to the point, how you want to do it. If you just want to transform the xml into HTML to display, then look...