Records 1 to 20 of 20
|
» ADO
» Array » Components » Cookies » Date/Time » Files » Form » Graphics » HTML Formatting » Language » Math » Misc. » Multimedia » Performance » Printing and reports » Security » Sessions » SQL » Strings » XML |
HTML Formatting ASP Scripts
ASP Script Home » HTML Formatting
20 ASP HTML Formatting Scripts
Sort: Most Viewed | Highest Rated | Newest
Replace HTML Open and Closing TagThis code demonstrate a simple way to utilized asp replace function. We used this in Ex-designz "Quiz-Test" section to display HTML code....Added on: 8/18/2007 Hits: 268 Rating: (3.00) votes 22
URLDecode FunctionThe URLDecode function decodes a URL encoded string back into the original text. ...Added on: 12/5/2002 Hits: 6758 Rating: (3.00) votes 45
HTMLDecode FunctionThe HTMLDecode function decodes an HTML encoded string back into the original html code. ...Added on: 12/2/2002 Hits: 5319 Rating: (3.06) votes 36
Safe ColorsThe script below demonstrates two things: how easy it is to mix Jscript and VBscript in the same file samples of web safe colors. These colors will appear the same on almost everybody's browser. Other colors may appear dramatically different from browser to browser. ...Added on: 11/25/2002 Hits: 5257 Rating: (3.03) votes 36
Pagination NavigationMake seperate pages for returning recordsets that are large....Added on: 11/23/2002 Hits: 4302 Rating: (3.05) votes 41
ASP to static HTML for speedIf you have a large amount of data to give to the user as HTML and this data needs to change once a day then this will speed up the process for the user. The following code will create a file the first time a page is hit for each day. The upside of doing it this way is you have a record ...Added on: 11/16/2002 Hits: 5732 Rating: (2.96) votes 47
clsSortableTable.aspThis is a VBScript class that will generate and write an HTML table filled by a RS. All you have to do is pass set its connection and SQL properties. The table will be pageable and sortable by clicking the column heads. You can set the column heads to text or images. You can also set on of the colum...Added on: 11/16/2002 Hits: 8304 Rating: (2.98) votes 41
Resize and move browser window after openingResize and position the browser window...Added on: 11/13/2002 Hits: 5221 Rating: (3.00) votes 45
Yet another Table coloringThis gives an alternating line color on tables, it also allows a realtime highlighting. ...Added on: 11/10/2002 Hits: 4273 Rating: (3.00) votes 30
ASP/CSS Drop-downThis code creates a CSS drop-down (small text/colours - whatever) that pulls values from a DB. It also validates the browser to check for CSS compatability. Can be nicely adapted for any site! *added (27/06/2K) - This assumes that you have a connection already and you will have to customise a bit of...Added on: 11/6/2002 Hits: 2516 Rating: (3.00) votes 30
RowColor ChangeIf you need a fast and simple cowcolor-changer, this is the shortest you will ever find! For advanced users: put it in your stylesheet...Added on: 11/6/2002 Hits: 5285 Rating: (3.00) votes 35
HTML RemoverThis code will replace a few HTML tags with known equiv.s and Remove all the others. ...Added on: 11/6/2002 Hits: 5348 Rating: (3.05) votes 41
Table BuilderGenerate an HTML table of any ODBC database by passing the dsn entry and the name of the table. You can paste the code into an activex dll. ...Added on: 10/26/2002 Hits: 5365 Rating: (3.19) votes 57
ASP Form Makercreates an HTML form given an ADO recordset. Uses different controls (textbox, checkbox, textarea) for different datatypes. Determines maxlength property based on datatype. Keeps some useful info in hidden fields....Added on: 10/26/2002 Hits: 4766 Rating: (3.00) votes 35
HTML Close buttonCreates HTML / Javascript close button...Added on: 10/20/2002 Hits: 4335 Rating: (3.00) votes 30
HTML Upload Form FunctionCreate HTML Form Upload...Added on: 10/20/2002 Hits: 6409 Rating: (3.00) votes 36
Form MakerThis is an application that creates a form in HTML depending on user specs...Added on: 10/11/2002 Hits: 7771 Rating: (2.93) votes 42
Paging with Alternating ColorsThis script will take the results of a query and sets up number of records per page (set at 10 currently) and alternates the colors of each record and provides a link to get the next 10 results....Added on: 10/8/2002 Hits: 5398 Rating: (3.00) votes 45
Records 1 to 20 of 20
|