![]() |
| | #1 |
| Guest
Posts: n/a
| using web browser "links" in C c-program. e.g. to save the html code of cprogramming.com, how do i do that? Also, if i want to detect any active links to other pages in the stored html codethan how should i distinguish those from the html code? |
|
| | #2 |
| Registered User Join Date: Apr 2003
Posts: 32
| >strstr( line, "<a href" ); maybe? Sometimes '<a href' can contain "blank" links, like: Code: <a href="#" onClick="javascript:void test('lala')"></a>
|
| serruya is offline | |
![]() |
| Thread Tools | |
| Display Modes | |
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Web browser based program | Lauris | C++ Programming | 3 | 11-14-2007 05:01 PM |
| Web Browser Control Help | dcboy | C# Programming | 0 | 10-22-2006 09:25 AM |
| Socket web browser | digitaltsai | Networking/Device Communication | 17 | 10-09-2005 08:20 AM |
| Web browser, dialogs, & kicking my pc | jinx | Windows Programming | 1 | 12-22-2001 06:47 PM |