Click to See Complete Forum and Search --> : beginner-frontpage form and js
Dogdad
05-04-2003, 12:28 PM
I am trying to use the js autotab function (to get a phone number) in a simple frontpage form. I can't figure out how to get the results sent along with the other fp form items like name and address. (Can you embed the js in the form somehow?) Unfortunately all I know is how to work within frontpage. Thanks.
learninghtml
06-21-2003, 11:11 PM
Originally posted by Dogdad
Can you embed the js in the form somehow?
Yes, you can, but only in certain places.
Such as:
onLoad="javascript: myjavascriptfunction(data)"
You will need to edit the HTM/HTML page using a text editor normally (I'm not that familiar with Front Page).
As for the rest of it I'm not entirely sure what your problem is. Post more details about your problem and include the code that's giving you grief if possible.
Maybe I or someone else will be able to help...
Regards
Wozza
06-22-2003, 09:25 PM
Check out www.htmlgoodies.com
It's a great place to learn HTML and whatnot, which makes using Frontpage a HELL of a lot easier (as Frontpage is broken by design, and HTML is really easy).
Javascript's a different matter, of course, which is why this forum has 38,000-odd posts =P
Charles
06-23-2003, 04:29 AM
Originally posted by Wozza
Check out www.htmlgoodies.com The HTML Goodies site is bad, very bad. It's full of inaccurate and incomplete information. And they haven't figured out yet that HTML 4.0 was superseded by HTML 4.01 - something that happened on 24 December 1999.