Hi
I have a axwebrowser control and through it I am editing my website page
On my main site page I have an attribute that I need that makes a field readonly
Although it is important to leave it like that on the site, I still need to edit the field through the Vb.net application. Only way to do this as what I see is to remove the readonly (Without doing all the website through VB.Net)
Is there a way to edit the code on the site through VB.NET in order to remove the readonly attribute and be able to edit that textfield?
This is part of the code
<input readonly type="text" size="40" maxlength="40" name="CustomCod e" value="0153151" >
I just need to remove this readonly attribute here
Again I am using the axwebbrowser (COM)
Please help soon and thanks
I have a axwebrowser control and through it I am editing my website page
On my main site page I have an attribute that I need that makes a field readonly
Although it is important to leave it like that on the site, I still need to edit the field through the Vb.net application. Only way to do this as what I see is to remove the readonly (Without doing all the website through VB.Net)
Is there a way to edit the code on the site through VB.NET in order to remove the readonly attribute and be able to edit that textfield?
This is part of the code
<input readonly type="text" size="40" maxlength="40" name="CustomCod e" value="0153151" >
I just need to remove this readonly attribute here
Again I am using the axwebbrowser (COM)
Please help soon and thanks
Comment