* Demonstrates the use of Cookies to preserve session information * Begin %rc is Float %sp is Float %fp is Float %dt is Float %i is Float %Checked is String len 10 %s is String len 50 %FPref is String len 50 %rc = $Web_Sub('@@') %rc = $Web_Type('TEXT/HTML') * Create a list of options to be shown to the user later. * ($ListNew and $ListAdd are Sirius "list" functions that create * easily maniplated data structures as an alternative to %arrays.) %sp = $ListNew %rc = $ListAdd( %sp, 'Aisle') %rc = $ListAdd( %sp, 'Window') %rc = $ListAdd( %sp, 'Below overstuffed overhead bin') %rc = $ListAdd( %sp, 'Next to turbine intake') %rc = $ListAdd( %sp, 'Near distressed infant') %FP = $ListNew %rc = $ListAdd( %FP, 'Superheated Starch Globules') %rc = $ListAdd( %FP, 'Mystery Meat Amalgam (Considered flight insurance?)') %rc = $ListAdd( %FP, 'Heavily salted snack') %rc = $ListAdd( %FP, 'Petrified omelette') In JANWEB Include WEB/TEMPLATE_TOP Print '
' Else Print 'Welcome to Strand Travel. Please indicate your preferences below.
' End If * The