REGISTER
|
Search Tycoon Talk
|
Freelancer.com
|
Members
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.
Register Here
Forum Rules
Coding Forum
You are currently viewing our Coding Forum as a guest. Please
register
to participate.
Login
Remember Me?
Login via Freelancer.com
Tycoon Talk
>
Web Development and Programming Support
>
Coding Forum
>
flash: input text default value + hide on enter
Link Back
Thread Tools
Search this Thread
flash: input text default value + hide on enter
04-27-2007, 01:55 PM
#
1
(
permalink
)
flash: input text default value + hide on enter
webdesigner555
Experienced Talker
Posts: 35
Trades:
0
Talkupation:
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.
Register
now for full access!
04-27-2007, 09:48 PM
#
2
(
permalink
)
Re: flash: input text default value + hide on enter
Kirtan
Who Am I?
Posts: 376
Name: Venkat Raj
Location: Salem, South India
Trades:
3
Talkupation:
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.
04-30-2007, 01:25 PM
#
3
(
permalink
)
Re: flash: input text default value + hide on enter
webdesigner555
Experienced Talker
Posts: 35
Trades:
0
Talkupation:
neat. thanks.
« Reply to
flash: input text default value + hide on enter
Previous Thread
|
Next Thread
Tycoon Talk
>
Web Development and Programming Support
>
Coding Forum
>
flash: input text default value + hide on enter
Thread Tools
Search this Thread
Show Printable Version
Email this Page
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
Forum Rules
Feeds:
RSS
JS
XML
Feeds for this forum:
RSS
JS
XML
LinkBack
LinkBack URL
About LinkBacks
Bookmark & Share
Digg this Thread!
Add Thread to del.icio.us
Bookmark in Technorati
Tweet this thread
Page generated in
0.30070
seconds with
13
queries