when i click on anchor i need to enable text field

audreyapricot

New Member
I have a anchor tag, with id="click_me". When i click on this i should enable input text (\[code\]<input type="text" id="summary" class="summary">\[/code\]), which is disabled first.even i can do it using javascript function, by calling these javascript function() using onclick in the tag; but in my application i shld not use these. I am newbie to php. please suggest me any alternative solution either using DOM or anything else.Thanks in advance
 
Back
Top