Error reading the number of frame in a HTML page using WebBrowser class
2010-08-06 15:46:46 GMT
Hi, I'm try to get the number of frame in a HTML page using WebBrowser class running on Mono. For example, if I try to navigate in http://localhost/index.html where index.html source code <html> <head> <meta http-equiv="content-type" content="text/html;charset=iso-8859-1"> <title>Test Page</title> </head> <frameset cols="175,*" bordercolor="white" border="0" framespacing="0" frameborder="NO"> <frame src="index04_02.html" name="Menu" scrolling="NO" noresize> <frame src="index04_04.html" name="body" noresize> <noframes> <body bgcolor="white"> </body> </noframes> </frameset> </html> index04_02.html source code <html> <head> <meta http-equiv="content-type" content="text/html;charset=iso-8859-1"> <title>remote IU</title> </head> <body link="#0033ff" vlink="#0033ff" alink="red" bgcolor="#ccccff" >(Continue reading)
RSS Feed