how we can set the text start with string is which is not editable after it we can concat a number.
example: is1
is2
is3
in the example is in textfield is not editable and 1,2 3 will fill by user
how to start word with
Moderator: General Moderators
the only way i can think of a way (provided i understand what you mean) is
Code: Select all
$var_to_insert = 'is' . $user_specified_number . '';reply for confusion
as micked answered, i am not talking about php code. in php i know it's very simple but i want to know :
Now I am explaining more:
suppose ther is textfield in the form . in which there is some text.
i want to make text readonly but after that text in same textfield i want to insert some text.
user does not have permission to change that readonly text. after that he can concate text.
Example: hello raj
the above text is written in text field where hello can not be editable and raj is editable.
how can we do this using client side scripting?
Now I am explaining more:
suppose ther is textfield in the form . in which there is some text.
i want to make text readonly but after that text in same textfield i want to insert some text.
user does not have permission to change that readonly text. after that he can concate text.
Example: hello raj
the above text is written in text field where hello can not be editable and raj is editable.
how can we do this using client side scripting?
Doing what you said will require 2 text fields, jspro2.
Rajan stated he wants to do it one.
Rajan, you can't set the readonly option only to part of the text in a textfield.
What I suggest on doing, is just printing the text to the left of the tex fiel, like this
Rajan stated he wants to do it one.
Rajan, you can't set the readonly option only to part of the text in a textfield.
What I suggest on doing, is just printing the text to the left of the tex fiel, like this
Code: Select all
----------------
hello | raj |
----------------- n00b Saibot
- DevNet Resident
- Posts: 1452
- Joined: Fri Dec 24, 2004 2:59 am
- Location: Lucknow, UP, India
- Contact: