this is an update of code by Marcelo Franco at www.industriavirtual.com.br where he created a framed left nav using html and javascript (client side). his js file remains untouched. his html has been translated into an asp (server side) file using vbscrip ...(description truncated)
The code creates SQL Statements on the fly. You don't have to sit and go thru that huge database creating a page long SQL statement. This little asp page allows you to select the DSN and the table name and it will generate the UPDATE / INSERT and DELETE s ...(description truncated)
Did you ever want to be able to automate certain tasks in your asp application? I know I have written a lot of applications where I said, “I wish that I could automatically delete the old records in this forum” or “I wish old greeting ca ...(description truncated)
This code only puts the current Date & Time on your website. IT's very simple, BUT I haven't found it anywhere else on this site, so I decided to put this script up for you!
This is a simple navigation tree menu. Clean code with nice graphics. Easy to setup. Please vote me. Demo at: http://www.industriavirtual.com.br/teste/besttree(ScreenShot)
Displays a path to navigate through each subdirectory in the path to your web page. This is called bread crumb navigation. Many sites use this with the words You Are Here. It is suggested that you do not use this type of navigation alone.
(ScreenShot)
Kept getting an error with ASP that I couldnt debug. So I came across this script. also ported it to PHP aswell. Hope its useful to someone as it was me.