Hi All
this is capricorn i am working on CBrCtlInterface and displaying html page. My problem is that i am not able to copy data from forms in html pages into our buffer
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Demo</title>
</head>
<body leftmargin="0" topmargin="0" marginheight="0" marginwidth="0" bgcolor="#FFFFFF" link="#0033cc" text="#000000" alink="#0033cc" vlink="#800080">
<form>
This sample page uses the Soft Key Observer to change the left sofkey to say "Input"
when the input box is activated. It will change back to say "Options" when the
input box is deactivated. Notice too that the Option menu has a new item added called
"Edit" when the input box is activated as well.
</br>
<input type="text" name="Ecom_BillTo_Postal_Name_Prefix" size="12" maxlength="100"><br/>
</form>
</body>
</html>
if copy above data in textdocument and make html page you will get form and i am displaying these pages through CBrCtlInterface and i want to get text that user input into that text box.
Hope you understand my problem
Waiting for your response.
Regards
Capricorn



