Web Frames in NeoBook

Questions or information that don't quite fit anywhere else

Moderator: Neosoft Support

Locked
User avatar
AsleyCruz
Posts: 113
Joined: Fri Sep 16, 2011 2:12 pm

Web Frames in NeoBook

Post by AsleyCruz »

Hi guys :)
I need some help... if you can, i will thank you in advanced :wink:

I have a file called: index.html with to frames called: menu & content
The frame menu load: menu.html & content load: content.html

When I click a link in menu.html the content will appear in content.html
If I test it in Firefox, everything is OK, but if I compile this files in NeoBook
the content is opened in a new window with Internet Explorer with this
URL "neobook-ie:content.html" & I don't want that.

The question is:
- How can I load the any content in the "frame content" in a compiled application
with NeoBook?

Thanks again boys ;)

.
AsleyCruz
Freelancer - Graphic & Type Designer

FREE NEOBOOK APPS: See Website

.
User avatar
dpayer
Posts: 1394
Joined: Mon Apr 11, 2005 5:55 am
Location: Iowa - USA

Re: Web Frames in NeoBook

Post by dpayer »

ernesto wrote:Hi guys :)
I need some help... if you can, i will thank you in advanced :wink:

When I click a link in menu.html the content will appear in content.html
If I test it in Firefox, everything is OK, but if I compile this files in NeoBook
the content is opened in a new window with Internet Explorer with this
URL "neobook-ie:content.html" & I don't want that.
.

Are you using the "target" attribute with the link on the menu? See this page for an explanation: http://www.w3schools.com/tags/att_a_target.asp

David P.
David Payer
Des Moines, Iowa
USA
Neosoft Support
NeoSoft Team
Posts: 5628
Joined: Thu Mar 31, 2005 10:48 pm
Location: Oregon, USA
Contact:

Re: Web Frames in NeoBook

Post by Neosoft Support »

You can also try using the Browser object's Trap popup windows option. When the Trap popup windows option is enabled, NeoBook will attempt to capture any requests to open new Browser windows and redirect the content to a window that contains a NeoBook Web Browser object. When this option is disabled, any requests to display additional windows will be handled by Internet Explorer.
NeoSoft Support
User avatar
AsleyCruz
Posts: 113
Joined: Fri Sep 16, 2011 2:12 pm

Re: Web Frames in NeoBook

Post by AsleyCruz »

dpayer wrote:
Are you using the "target" attribute with the link on the menu? See this page for an explanation: http://www.w3schools.com/tags/att_a_target.asp

David P.
Hi David!
Yes, I use the "target" to load the content.
If I test it in Firefox, it's ok, but when my app is compiled in NB, doesn't work.

Many thanks David & neoSoft Team...
... I will try this options, although I want to do it just with frames! :wink:

.
AsleyCruz
Freelancer - Graphic & Type Designer

FREE NEOBOOK APPS: See Website

.
Locked