Hexagora Forum
Home
|
Profile
|
Active Topics
|
Members
|
Search
|
FAQ
Username:
Password:
Save Password
Forgot your Password?
All Forums
Dynamic HTML Editor
Dynamic HTML Editor
Textfields and value
New Topic
Reply to Topic
Printer Friendly
Author
Topic
Martin1
Super User
Netherlands
626 Posts
Posted - 23 Dec 2008 : 22:19:11
Hello all,
I am currently creating a form and I can add to the textfields a value which can be seen inside the textfield.
However how can I have this value removed as soon as I click inside the textfield?
Regards,
Martin
s.dav
Site Admin
Italy
3364 Posts
Posted - 24 Dec 2008 : 08:38:25
Your page should be something like this (in HTML):
<html>
<head>
<script language="javascript" type="text/javascript">
<!--
function blankField(o)
{
o.value="";
}
//-->
</script>
</head>
<body>
<form name="myForm" action="" method="post">
<input type="text" name="mytext" id="mytext" value="click here" onclick="blankField(this);">
</form>
</body>
</html>
Regards, Davide
Martin1
Super User
Netherlands
626 Posts
Posted - 24 Dec 2008 : 12:53:25
Thanks Davide,
I thought I had overlooked a setting somewhere in DHE but there isn't a setting for it. Maybe it would be a good idea to create a setting for it?
Regards,
Martin
Topic
New Topic
Reply to Topic
Printer Friendly
Jump To:
Select Forum
Forum & Site (Forum e Sito)
Hexagora.com Home Page...
Forum Rules - Le Regole del Forum
Advice, idea and suggestions
Information (or Problems) about Forum and Site
OT (OffTopic, Vario)
Purchase Orders and Activation Issues
Purchase Orders and Activation Issues
Dynamic HTML Editor
Share self-made extensions with other users
Purchase Orders and Activation Issues
News and Announcements
Mobile Development
Dynamic HTML Editor Site
Dynamic HTML Editor
Share templates with other users
Web sites built with Dynamic HTML Editor
Info & Tips for the WEB
Other hexagora products
Purchase Orders and Activation Issues
Programs (Programmi)
--------------------
Home
Active Topics
Frequently Asked Questions
Member Information
Search Page
Hexagora Forum
© s.dav
Snitz Forums 2000