Hi Adam,
I'm using the CuteEditor latest version.
there is a TextBox name txtName as well a link to other page(email.aspx) in editor area.
when we click the link the new page(email.aspx) has to call with passing the value of TextBox.
when i do this, the new page opening is correct but the argument has not pass into the ne page.
I used the follwing line into Editor area in cuteeditor
<a href="email.aspx?EmailDetails=" & txtName.text target=_blank><img height=20 alt="Send Details" src="http://cutesoft.net/IRISH/uploads/IRISH/btnSend.gif" width=42 border=0></a>
please help me to sortout this problem...
thank you