The forum operates in read-only mode. Please head to StackOverflow for support.
<% dim oFCKeditor1 set oFCKeditor1 = New FCKeditor oFCKeditor1.BasePath = "../_script/fckeditor/" oFCKeditor1.Create "isi" %>
dim oFCKeditor1 set oFCKeditor1 = New FCKeditor oFCKeditor1.BasePath = "../_script/fckeditor/" oFCKeditor1.Value = isi oFCKeditor1.Create "isi"
Re: how do i put the default value on the ASP text box?