o
k
q
u
e
s
t
i
o
n
s
.
c
o
m

Load HTML source code -

I have a webbrowser that displays a website (url written in a text box) when a display button is clicked. Once the whole of this page is downloaded and displayed I want a text box to show the source code of this page (ie. like when you go view->source in i.e and the source code appears in Notepad). How do you do that?


 

[2005] Browsing Web Pages -
I am new to VB 2005 but have some experience of VB6. I am trying to write a routine to interrogate the source HTML code of a series of web pages. In other words: a. load web page 1 into the web browser and analyse the source code b. then load web page 2 and analyse the source c


Scrmable HTML source code using VB -
Hi, I know that I can simply use some Javascript to scrambly my Html source code before I load it to my server. But is there any VB source code that can scramble HTML just so I can see how VB does it... Thanks


How to load HTML using VB control ! -
Hi ! I need to load some html / XML source and display it to the screen. is there is some control which i give him a source and it display it as HTML/XML ? if not , what else can i do ?


Getting HTML source code -
What's the easiest way to get the source code from a website (ex: the source code from www.abc.com/whatever.html). Thanks in advance! Later, -zer0 flaw


Filtering Data in XML -
Hi, can anyone provide pointers on how to filter data in XML. I have a simple XML based search engine, which passes a paramter from a web page. Based on the search I ( at the moment ) use ASP to check for the occurence of the search work in the XML file. However I am keen t


Getting source HTML from an MS Word webpage as a VB String -
Hello Any help on this would be much appreciated... My VB6 application creates letters in Microsoft Word based on a template but with specific info for each recipient. I want to store each individually-generated letter in my SQL Server database, because each letter must be retr


Load HTML source code -
I have a webbrowser that displays a website (url written in a text box) when a display button is clicked. Once the whole of this page is downloaded and displayed I want a text box to show the source code of this page (ie. like when you go view->source in i.e and the source code appe


Html - raw source -
hello is it possible to obtain the raw html source from the webbrowser document object? Both the innerHTML and outerHTML return an html that the dynamic html(javascript) processed. Thank you ~f


Parsing HTML Fields -
Does anyone know where I can find source code for a class that will take HTML source code and parse out the names and values of HTML form elements from within it? I don't want to have to write the entire class myself unless I have to, no point reinventing the wheel. I thought about us


HTML integration -
hi buddies Today i have something serious 2 do. 1) How to ( import/browse/see ) html file in Vb6 , i mean as we see html in browser and if this file is tall enough then browser provide us scoll bar automatically .I want the same scroll bar should appear in VB. 2) I want to paste my


Source Code For Advanced HTML Editor -
Full Source Code For Advanced HTML Editor v1.2: Features: Edit multiple files at a time, Preview in the built-in browser, Complete help for all html tags, Insert tags from the help panel, Dialog boxes for all html tags, No need to manually code every tag. Advanced features o


how do you do this... -
i want to have the links in my code archive to load on a universal html doc but load a different text file depending on the sniplet name so that if i load the showsniplet.html from a link i can add some sort of command line perameter that will tell it which txt file to load in the body


Parsing HTML with the HTML object library question... -
Ok basically I am working on an application that involves me parsing html. I would prefer to use an html engine/parser like the HTML object library (add as a reference) but I don't want to have to use a web browser control to load the html into it... Is there a way I can load the da


getting html source from secure pages -
hello Im trying to get the html source code of a frame in a website wich is a secure page, i tried using a WebBrowser control, something like : Webbrowser1.Document.frames.listframe.Document.body.innerHTML but i get an "access denied" error, i think it is because the inne


Reading HTML code from a webpage -
I am writing a program to read the baseball standings off of a website and parse them. I need to be able to read/download the html source code into my program. I tried using the WebBrowser control and the innerHtml function but it only returns to me the html source code within the &l


Disable HTML View->Source -
Hi All, I am not an HTML expert (and hence neither javascript or vbscript one either) so pardon me for a silly question. I have noticed that when you choose 'Source' from 'View' menu on the browser menubar it is possible to see the source code of the page. However, I have also no


Do I have any legal grounds -
Ok, So we bought a third party control from the following https://www.easybyte.com/order/rtfent.html We paid the 1999 and received everything except the Source Code, after several emails I was told per the Source Code License Agreement only Fortune 500 companies get the Source. I


HTML Source Code -
Hi Guys, here is a challenge for you's. How do you get the html code of a web site? and how do you get google's source code? I having started coding yet, but if any on code tell me how to get this code it would be appreciated! Many thanks Mathy


HTML Object Library - Doing away with Webbrowser. -
HTML Object Library - Doing away with Webbrowser. I have been using Webbrowser for quite some time along with integrating the HTML Object Library. I would like to do away with Webbrowser completely (I dont want to view the website page/images) I need to know how I would load


How to grab section of HTML from source -
Heres the deal. I need to grab part of a webpage that changes periodically, and to do this, I need my program to look at the source HTML of a website, and find a certain part of the source to grab. Just for an example, I would need my VB6 program to grab the source from www.website.com


[2005] Reading Web Page and Write to Text File -
I've seen this done before, without a webcontrol (browser) which is handy because some of the pages get load errors, which will prevent automated downloads. Here's what I'm trying to accomplish: For a series of web pages (several hundred, I think), download the source code for the


Get HTML source of secured page -
Hey all I'm trying to view the source of a webpage in simple textbox for practice. The webpage i'm trying to get the soucre from is protected by a username and password, which i both have. it has the same authentication method as this website. But when i'm trying to get the sour


Source code preservation with the Webbrowser control -
want to make both a WYSIWYG editor and a text based html editor. 1.How do i do Source Code Preservation for the Webbrowser control. I set the webbrowser1.document.write editbox.text How do i put the webbrowser1 document source code to the editbox with source code preservation


Excel 2003 html source issues -
Hi all... this is my first post so forgive me if I don't know the etiquette at this time. Anyway, I have webbrowser control that loads the URL of a website into it at run-time. I can right-click and copy the source from the notepad that pops up and paste into a text box to parse


HTML source API -
Anyone know how to view the html source code of a web page (Explorer) through VB? Thanks in advance. G.Orrill


A Simple One -
I'm not too good at this VBA stuff so I'd appreciate some 'gentle' help. I have a database made up of .htm pages stored on my computer. They are a part of a complete database of information that enables me to edit them using html in the source code. At present the only way I can d


WebBrowser: Replace part of url link within page -
Hello: Im wondering if this is possable, bare with me, not sure how to word this. Im using a WebBrowser Control which loads a page with a bunch of links in it. The links are formatted like; wwwaddress.com?todo=whatever&somthing=else What i would like to do is have it so wh


Web Site Download -
I know how to get the source code for a webpage using winsock, but how can I get all of the pictures? If you have some free time could you write something that would go through an html file located on the harddrive and download all of the images to the harddrive in the same directory a


[2005] HTML post form -
i have a html page with a form... the submit method of that form is POST... how can i ge the HTML source of the next step of the submitted form with VB.NET... if the form method is GET, i can easily get the html source by putting the values after the URL, like this: mypage.html?var1


Source code makes my program freeze up -
Ok i've been working on an HTML parser and everything works great with 12 lines of code EXCEPT! when the HTML source code gets too large my program freezes. or so i believe that is problem, it's worked with smaller files. So anyway what could be causing this? I use basic string c


Parser error -
Guys, Can anybody help me out with this one please. I have this app working fine on a test server, when I try to deploy it onto our live web server I get the following error, that I've not seen before ? Thanks Bob Parser Error Description: An error occurred during the par


Disabling view source -
if someone wants to find your html source code bad enough, they will. i have yet to come across a page that i cant veiw the source for. Kyle


Help--View source of HTML pages -
I am new in VB and I would appreciate any help. I need to retrieve the html source page of a document loaded on the Webbrowser and display it on a Textbox or RichTextBox. More or less the same as the "View Source" command of the Internet Explorer does. THANKS


Load a html tag in vb6 -
I am creating a custom web control and i need some help. Until now my control can understand the following tags: 1) <html></html> 2) <body></body> 3) <font...></font> 4) <li></li> 5) <br> 6) <left></left> 7) <


Get HTML Source (RESOLVED) -
Could Someone please post how to download HTML source to a text box? Sample could would be great!


A Type Of Web Application -
Ok, i wanna make a program that will take a url and load that page into a textbox so you can see the HTML code. My problem is i cant figure out how to get the HTML file so i can load it into the textbox. Any suggestions.


*** are all these files in the htdocs directory -
index.html.ca index.html.cz index.html.de index.html.dk index.html.ee index.html.el index.html.en index.html.es index.html.fr index.html.he.iso8859-8 index.html.it index.html.ja.jis index.html.kr.iso-kr index.html.lu index.html.nl index.html.nn index.html.no index.html


VB Net 2003 transform xml to html -
Good day, Can anybody help me with this question please? I want to know how to write info back to a program line. This is the source code to transform XML to HTML Dim xslt As New System.Xml.Xsl.XslTransform xslt.Load("c:\database\transform.xslt") xslt.Transform(&q


html to php -
How do you tell a .html file to load a .php file? Kinda like they go to my site and it redirects them to the news.php file... I can't figure out how to just get it to go to the news.php instead of index.html... so i want the .html to load the .php Thanks, Jizz


Importing HTML source code into a string -
Hello all, first off, I am trying to capture the HTML source code of a website to store it into a string, with VB6. I have absolutely no idea how to capture the code behind the page(s) i want, but i know how to accomplish everthing else i am making this program for. I need to kno