hi.meral 0 Newbie Poster

well i m using the
new Ajax.InPlaceEditor

here when i click on perticular id's elements's text then it converts to textbox

for eg,
the following code is in my page
<span id='abc' > Some Text </span>

when i click on this span then `some text ` will be in text box

<input type='text' value='Some text' >

but now i want already called the Ajax.InPlaceEditor when page is load.... (without click)