<% ' SerialObj.asp - Program to illustrate serialization/deserialization of a ' pseudo-object. option explicit %> <% dim car dim fieldNames dim field dim i dim thisPage thisPage = Request.ServerVariables("SCRIPT_NAME") set car = Car_New() if Request("event") <> "" then Entity_URLDecode Request, "car", car end if %> Car Form
VIN: ">
Make: ">
Model: ">
Year: ">
 
">Revert
<% Entity_WriteInternalAttributes car, "car" %>