Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
clear form through seperate frame
Name: jake1025 Date: February 8, 2005 at 19:53:21 Pacific OS: win xp home CPU/Ram: 800/256
Comment:
I dont know the best way to word this but i've ran into a situation where i need to be able to clear the contents of a text box (in the main frame) through an inline frame embedded inside the document.
Im sure i could call a javascript function from the child frame like:
Summary: I am trying to create a form that when fillled out, it will email the answers from that form to a specified email address. Unfortunately, with the method=post and action=mailto:someone@someone.com the...
Summary: Can anyone tell me why this isn't sending the inputs to my email? ---------------------- <form> <form method="post" action="mailto:hy_brasyl@yahoo.com"> Character's Name: </dl><input ty...
Summary: FBI Agent: Javascript is used for client side tasks. An example would be opening two pages in two seperate frames with one link. PHP is for server side tasks, such as guestbooks, forums. Jamie: You ar...