re: submit I got it wrong before, sorry.
(:input submit name=post value=test:) will create a button labelled 'test', and your url string will get post=test (:input submit post value=test:) will do the same. (:input submit post Enter value=test:) will NOT have 'Enter' as label, but still 'test'. It seems the value= is used for the label and used as value for any name= parameter. There is no way to have a different label than the value passed. ~Hans _______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
