Reply to this topicStart new topic
> reshowing textarea fields

Solid Contributor

Group: Members
Joined: 30-April 03
Posts: 97
From: West Mdlands, England
post Oct 25 2005, 08:24 AM
im coding a form and want to reshow any valid data to the user if they have omitted other required fields and not have to retype them.

using asp and its working fine for input and radiobuttons using the values in my session variables.

however where it falls down is for textarea fields which are probably the most important as users woont want to key them all in again if its another invalid field they need to complete.

im trying
CODE




<textarea name="jobduty" cols="40" <%=Session("strJobDuty")%>></textarea>





but the entered text is wiped out (on submit) even though the value is stored in this session variable if i write it to the screen.

how do i get this value to show in the textarea field?
[/code]
Offline Go to the top of the page

Member

Group: Members
Joined: 19-June 04
Posts: 14
From: Heidelberg, South Africa
post Oct 25 2005, 09:45 AM
Guessing a bit, I don't know much about asp but I think you have a > in the wrong place. It should be before you print the data not afterwards.

CODE


<textarea name="jobduty" cols="40"><%=Session("strJobDuty")%></textarea>

Offline Go to the top of the page

Star Member

Group Icon
Group: 1000 Post Club
Joined: 9-January 05
Posts: 1,532
From: Perth, Western Australia
post Oct 25 2005, 12:14 PM
evvo,

Paul is right. Its not an .asp issue. Its just the relative location of where the value in the textarea tags needs to sit.

In between rather than inside like the rest of your input tags.
Offline Go to the top of the page
Reply to this topic Start new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:
Jump to Forum:
 
Lo-Fi Version Time is now: 9th February 2010 - 02:21 PM
Meet our Moderators: cre8pc : projectphp : sanity : Black Phoenix : bwelford : EGOL : Ruud : rustybrick : AbleReach : swainzy : joedolson: eKstreme: dazzlindonna : SEOigloo: iamlost : RisaBB
Cre8asite RSS Feed