473,320 Members | 2,054 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

Webbrowser control for complex java links

I am trying to find away to follow complex javascript links on websites. These links are not searchable within the html to be accessed but IE is able to interpret the links when they are clicked on. Is there a way to programatically search what is visible in the IE window as opposed to searching through the source code to access that link? I'm using C# but other forms of code would be fine.

Thanks ahead of time!

-Dan
Nov 25 '08 #1
4 1274
Curtis Rutland
3,256 Expert 2GB
IE being able to interpret those links have nothing to do with the way that they are displayed...it has to do with it's javascript engine, interpreting what the javascript says to do.

If you know the command you are searching for, like window.location = "http://someurl.com"; then you can search through the text for that. Otherwise, no I don't know any way to get rendered output.
Nov 25 '08 #2
Thanks for the reply. Perhaps if I give an example of a situation:

If I wanted to follow one of the job links on this page I would just like to follow the link for

AIR OPERATIONS PLANNER 2 (Tanker)

but due to the javascript request following that link does not work correctly:

https://caci.taleo.net/careersection...ch.ftl?lang=en
Nov 25 '08 #3
Curtis Rutland
3,256 Expert 2GB
I see what you mean....I don't know if there is a way to do that...
Nov 25 '08 #4
Plater
7,872 Expert 4TB
I have seen that there is an open source javascript engine available (google chrome uses it), that if you wanted to put in a lot of effort, you might be able to use
Nov 25 '08 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

0
by: Jim Hubbard | last post by:
How would I implement the IDispatch interface to handle the following in VB.Net <BEGIN> Controlling Download and Execution The WebBrowser Control gives you control over what it downloads,...
6
by: Shane Story | last post by:
I am trying to add the Microsoft Web Browseractive X control to a vb.net form. I always get an error on the EndInit line. Parts of the errors says: "Unknown error" "First Chance...
3
by: Robert Skidmore | last post by:
I am trying to figure out a way to get a list of URL that my webbrowser control has accessed, including images, javascript files, and download files. Some of the urls I am trying to capture are...
2
by: Spencer | last post by:
I am using the WebBrowser control in .NET 2.0 but it is throwing an error when trying to run a html page that has some JScript and an applet within it. The page runs fine via a standard IE 6.0...
7
by: Dave Booker | last post by:
I am using a WebBrowser object in my .NET 2.0 application, but it is not shown to the user. Every time a timer event triggers it to perform a m_WebBrowser.Navigate() I get that classic IE 'click'...
11
by: Anil Gupte | last post by:
....and how do I insert one into my form? I used in VB 6.0 last, but cannot figure out where it is in .Net Thanx, -- Anil Gupte www.keeninc.net www.icinema.com
5
by: =?Utf-8?B?bGpsZXZlbmQy?= | last post by:
I am having problems interacting with flash objects (i.e., Adobe Flash Player 9) in web pages when using a System.Windows.Forms.WebBrowser control. The flash objects always seem to display...
1
by: David Veeneman | last post by:
I'm writing an application that will manage a database of documents typed into the application by the user. Some documents will contain links to other documents. If the user clicks on a link, the...
3
by: =?Utf-8?B?TWFya19C?= | last post by:
I recognize that this question has a substantial Java component and I have cross posted it on Sun’s website. But it is a problem of interface with VS.NET and I suspect they will angrily redirect...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.