|
-
Jul 28th, 2001, 10:25 PM
#1
Thread Starter
Lively Member
How do you add text to a webpage?
like in webbrowser1 have it put some text in a <input type=text name=q>
-
Jul 28th, 2001, 10:27 PM
#2
Hyperactive Member
are you talking about a local web page file?
or one that is on the internet somewhere
-
Jul 28th, 2001, 10:31 PM
#3
VB Code:
WB1.document.all.q.value = "Hello"
I believe
Laugh, and the world laughs with you. Cry, and you just water down your vodka.
Take credit, not responsibility
-
Jul 28th, 2001, 10:33 PM
#4
Thread Starter
Lively Member
dont think it matters if its local or on internet
thanks crptcblade
-
Jul 28th, 2001, 10:34 PM
#5
Hyperactive Member
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
-
Jul 28th, 2001, 10:37 PM
#6
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
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 WebBrowser
-EDIT - You don't actually edit the file, just the view of the document.
Laugh, and the world laughs with you. Cry, and you just water down your vodka.
Take credit, not responsibility
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|