You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
608 B
17 lines
608 B
<!-- BEGIN: main -->
|
|
<html>
|
|
<head><title>example 5</title></head>
|
|
<body>
|
|
with SetNullString you can set the default value to be put when no assign is made for a variable.<br>
|
|
the default is to wipe it out, but you can set it up to put a custom string.<br>
|
|
<!-- BEGIN: form -->
|
|
<br>{INTRO_TEXT}<br>
|
|
<form>
|
|
full name: <input type=text size=20 name=fullname value="{FULLNAME}"><br>
|
|
e-mail: <input type=text size=20 name=email value="{EMAIL}"><br>
|
|
income: <input type=text size=20 name=income value="{INCOME}"><br>
|
|
</form>
|
|
<!-- END: form -->
|
|
</body>
|
|
</html>
|
|
<!-- END: main -->
|