Newbies Sandro Padin Posted May 2, 2003 Newbies Posted May 2, 2003 Hi Everyone, This is my first post, and I think this is the correct board to post, but if not, I'm sorry. Anyway, my question is about using Javascript on a page that is powered by FileMaker. I have a javascript that formats a text field's contents into looking like a phone number. Like so: (NNN)NNN-NNNN so as you are typing the numbers the dash and parenthesis gets put in while you are typing. I was wondering if there is any way I can use this javascript to make the FileMaker generated pages/textfields do the same. Or would I have to create my own web interface in order to do this? If the later, does anyone know of books, websites or other resource where I can find information on doing this? Thanks in advance, if my question was not clear enough just let me know and I will elaborate a little more. Sandro Padin
Garry Claridge Posted May 2, 2003 Posted May 2, 2003 You can assign the field value to a Javascript variable; e.g.: jsPhoneNum = "[FMP-Field:fmPhoneNum]"; All the best. Garry
Recommended Posts
This topic is 8219 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