Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
Troyan #1
Re: Javascript: Capturing form submission
Sure you can...
window.parent.FRAME_NAME.document.FORM_NAME.BUTTON _NAME.onclick=functi
on() { alert('Troyan'); }
[]s
--
- Rio de Janeiro, Brasil
- Troyan <dnunes[at]email[dot]com>
Troyan Guest
-
Submission Form?
Hi, I am trying to create a submission form that, after hitting the "submit" button, is automatically sent to a specified e-mail address. I tried... -
Submission Form
Hey, At www.HookWeb.net/feedback.htm I am creating a submission form that forwards the information the surfer enters in the form. But I can only... -
multiple form submission
Can someone point me in the direction of a resource to learn how to submit multiple forms on a single page through a single submit button. The... -
Form submission fills form values with garbage
Hey all, I'm attempting to do some form processing on a server that has register_globals off, however, I've run into a confusing situation and... -
The woes of a PHP form submission
Good evening to the skilled Ladies and Gentlemen of the PHP world. I am fairly new to all of this but learning quickly. I have run in to a need... -
marc_wilson #2
Re: Javascript: Capturing form submission
Thanks for the reply Troyan.
However that does not work since only the child page (form page) gets
refreshed when the form is submitted. Thus that code in the parent page will
not get called. I can add code to the child page to refresh the parent page
but I need to capture it without changing or adding any code to the child page.
marc_wilson Guest
-
Troyan #3
Re: Javascript: Capturing form submission
You can use a similar code in the parent page... You'll need to know
when the child page is loaded (something like constant checking the
child page) and then add a onclick or on submit to the form.
window.CHILD_PAGE.document.FORM_NAME.onsubmit=func tion() { ... };
If you need more help, send me the url of the page. Then I can make
a personalized code... and it will be almost inexpensive...
(Ps.: Sorry for the errors, I'm brazilian)
--
- Rio de Janeiro, Brasil
- Troyan <dnunes[at]email[dot]com>
Troyan Guest



Reply With Quote

