Go Back   CodingForums.com > :: Server side development > PHP

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 03-22-2010, 01:59 PM   PM User | #1
fael097
New Coder

 
Join Date: Mar 2010
Posts: 14
Thanks: 1
Thanked 0 Times in 0 Posts
fael097 is an unknown quantity at this point
clear text field on submit

hi, i have a chatbox that shows its result within an iframe, but the text field and the submit buttons are outside this iframe, so when i submit my form, its target is inside the iframe, so my text field wont clear itself. how to do that?
fael097 is offline   Reply With Quote
Old 03-22-2010, 02:15 PM   PM User | #2
angst
Senior Coder

 
angst's Avatar
 
Join Date: Apr 2004
Location: Toronto, Ontario
Posts: 2,112
Thanks: 15
Thanked 122 Times in 122 Posts
angst is on a distinguished road
use javascript.

Code:
onClick="document.getElementById('ChatField').value = '';"
angst is offline   Reply With Quote
Old 03-22-2010, 02:43 PM   PM User | #3
fael097
New Coder

 
Join Date: Mar 2010
Posts: 14
Thanks: 1
Thanked 0 Times in 0 Posts
fael097 is an unknown quantity at this point
this way it will clear the field before it submits the data to the php file :P
fael097 is offline   Reply With Quote
Old 03-22-2010, 02:48 PM   PM User | #4
angst
Senior Coder

 
angst's Avatar
 
Join Date: Apr 2004
Location: Toronto, Ontario
Posts: 2,112
Thanks: 15
Thanked 122 Times in 122 Posts
angst is on a distinguished road
I would need to test it to know for sure, but it should submit the data before clearing.

otherwise use ajax to submit the query.
angst is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 03:06 PM.


Advertisement
Log in to turn off these ads.