Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

Coding Forum


You are currently viewing our Coding Forum as a guest. Please register to participate.
Login



Reply
flash: input text default value + hide on enter
Old 04-27-2007, 01:55 PM flash: input text default value + hide on enter
Experienced Talker

Posts: 35
Trades: 0
Created in flash I have a simple, 1 field form that asks for an email address.

I would like to have it's default value to show "E-mail:"

When the visitor enters the field to put in the email address, the default text would dissapear.

Thanks.
webdesigner555 is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 04-27-2007, 09:48 PM Re: flash: input text default value + hide on enter
Kirtan's Avatar
Who Am I?

Posts: 376
Name: Venkat Raj
Location: Salem, South India
Trades: 3
txtvar = "Hello"
function over() {
txtvar = "";
}
function out() {
txtvar = "Hello"
}
text_field.onSetFocus = function() {
over();
};
text_field.onKillFocus = function () {
out();
};

Download sample here.. test.zip
__________________
All the Buddhas of all the ages have been telling you a very simple fact: Be -- don't try to become.
Kirtan is offline
Reply With Quote
View Public Profile Visit Kirtan's homepage!
 
Old 04-30-2007, 01:25 PM Re: flash: input text default value + hide on enter
Experienced Talker

Posts: 35
Trades: 0
neat. thanks.
webdesigner555 is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to flash: input text default value + hide on enter
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.30070 seconds with 13 queries