问题描述
我想创建一个跟踪IE运行的应用程序.当导航任何新的URL时,它将在数据库中找到该特定URL在数据库中.如果是,则应用程序应修改背景色,背景图像和字体等.目前,我认为要使用的是解析HTML中的WebPage并修改backcolor和font ..的标记值,然后再次显示页面.知道该怎么做吗?如果有人有任何想法,请让我知道.
我已经编写了用于验证和读取网页的代码.它将显示带有网页内容的输出控制台.
I want to create one application which keeps track of the IE running. when any new url is navigates.., it find in the database that the particular url is in database. if yes then the application should modify the back color, background image and font etc.. Currently what i think to use is Parse the WebPage in HTML and Modify the tag value of backcolor and font .. and then display the page again.. Dont know how to do this?? if any body have any idea plz let me know.
I have written code for authenticating and reading a webpage.It ll show the output console with the comtents of the webpage
推荐答案
这篇关于即时修改html文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!