A wizard:
inline
Fandagled Wizard Widget
This is Page One
Page 2
check somethingbox one
box two

these won't be saved, don't ask me why.
boxone
boxtwo
Next Function check
Username: 
Password: 
to move on enter username: bob and password: villa
inputA
inputB
if(this.domForm.inputA.value == "bob") { if(this.domForm.inputB.value == "villa"){ true; } else { failAlert = NW_WIDGET_FACTORY_alert_box("You can't move on", "Password was incorrect", "200", "10"); document.body.appendChild(failAlert.domNode); false; } } else { failAlert = NW_WIDGET_FACTORY_alert_box("You can't move on", "Username and Password were incorrect", "200", "10"); document.body.appendChild(failAlert.domNode); false; }
Page 4
type here
this is another input
inputC
inputD