like in webbrowser1 have it put some text in a <input type=text name=q>
Printable View
like in webbrowser1 have it put some text in a <input type=text name=q>
are you talking about a local web page file?
or one that is on the internet somewhere
VB Code:
WB1.document.all.q.value = "Hello"
I believe
:)
dont think it matters if its local or on internet
thanks crptcblade
oh yes it would matter if it was on internet because your wouldnt be able to edit the file then...its read only, unless u download it then reupload it
Blaster was talking about giving text to textboxes and stuff like that. But you can edit the file as you view it, I think, using the innerHTML and innerText properties. I think you can use them through the WebBrowserQuote:
Originally posted by FUBAR
oh yes it would matter if it was on internet because your wouldnt be able to edit the file then...its read only, unless u download it then reupload it
-EDIT - You don't actually edit the file, just the view of the document.
:)