Java Forums

Main Menu
Home
Today's Posts
FAQ
Search
Contact Us

Java Network
Linux Archive
Java Tips
Java Tips Blog

Sponsored Links





Welcome to the Java Forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community, you will:

  • have access to post topics
  • communicate privately with other members (PM)
  • not see advertisements between posts
  • have the possibility to earn one of our surprises if you are an active member
  • access many other special features that will be introduced later.

Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 06-01-2007, 09:14 PM
Member
 
Join Date: Jun 2007
Posts: 2
elipford is on a distinguished road
will java webBrowser work with frames
I have written a windows form in C# utilizing its webBrowser. The problem is the web page url that I have it navigate to uses frames, and I continually get redirected, because C#'s documentCompletedEvent will not return true until each frame is processed. I can cut and paste the url in IE's address bar and bring the page right up, but not with C#'s webBrowser. Would I have any better luck with Java's web browser?
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 06-03-2007, 11:24 AM
Senior Member
 
Join Date: Dec 2006
Posts: 748
levent is on a distinguished road
There is no built-in web browser support in Java.

But it has a networking support and html rendering support. You can combine these or find sample codes to combine these. Or alternatively you can try to open the URL in default browser of the operating system. Or as a last chance, you can use an open source/commercial component for this.

Here are some urls which can help you to do your own research:

Warrior: Java Web Browser
JRex - The Java Browser Component
https://jdic.dev.java.net/
HTML Rendering : Java Glossary
TeamDev :: In Development :: JxBrowser
Bookmark Post in Technorati
Reply With Quote
  #3 (permalink)  
Old 06-04-2007, 05:26 PM
Member
 
Join Date: Jun 2007
Posts: 2
elipford is on a distinguished road
Thanks for the help!
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Synchronization Doesn't seem to work sherinpearl Threads and Synchronization 1 04-23-2008 08:30 PM
Ho to work with enumerations in java zizou147 Advanced Java 0 03-22-2008 02:53 PM
Trying to get JAVA to work with SQLite mark8569 Database 0 03-20-2008 05:48 PM
how would i get this to work...? deeadeed New To Java 6 12-06-2007 04:58 AM
My own ClassLoader didn't work. snooze-g Advanced Java 1 07-17-2007 01:12 PM


All times are GMT +3. The time now is 01:15 PM.


VBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright ©2006 - 2007, www.java-forums.org