Guest Posted October 26, 2000 Posted October 26, 2000 Is it true that when setting up a db for use on the web that field names and layouts should not contain spaces but the "_" underscore instead?
dspires Posted October 26, 2000 Posted October 26, 2000 It could be a factor down the road if you ever want to implement javascript functionality in your web page. Javascript doesn't handle spaces in field names, but underscores are fine. I have found javascript useful in field validations etc. It happens instantly on the client side and doesn't require any connunication with the FMP server. [This message has been edited by dspires (edited October 26, 2000).]
Recommended Posts
This topic is 9061 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now