NeoWebScript™ Library

Here are a number of working demonstrations of NeoWebScripts™ capabilities, along with the source code. These are simple, fully functionaly NeoWebScripts™, that can be immediately placed in a user directory and work.

set linksList(lotto) {Lottery Picker} set linksList(commands) {Commands and Variables} set linksList(hits) {Hits Per Hour} set linksList(clock) {Clock Arithmetic} set linksList(random) {Random HTML Picker} set linksList(back) {True "Back" Button} set linksList(graffiti) {Graffiti Wall} set linksList(graffitiedit) {Graffiti Wall Editor} set linksList(guest) {Guest Book} set linksList(guestedit) {Guest Book Editor} set linksList(email) {Email Script} set linksList(table) {Format flat file into Table} set linksList(gd_banner) {Gd Welcome Banner} set linksList(gd_arc) {Gd Arc Demo} set linksList(counter.access) {Access Counters} set linksList(counter.graphic) {Graphical Access Counter} set linksList(counter.basic) {Basic NeoWebScript Counter} set linksList(message) {Discussion Board} set linksList(shoppingbasket) {Shopping Cart} set halfLength [expr round([llength [array names linksList]]/2.0)] set count 1 foreach link [lsort [array names linksList]] { set linksArray($count) $link incr count } set count 1 set tabledata {} while {$count <= $halfLength} { lappend tabledata "" "" set count2 [expr $count+$halfLength] if [info exists linksArray($count2)] { lappend tabledata "" } lappend tabledata "" incr count } foreach el $tabledata { html "$el\n" }
Full Demo List
$linksList($linksArray($count))$linksList($linksArray($count2))

Other Resources