Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-help-dev] opening an HTML page outside the framework?



Erik,

To open a single document in a window without help frames, add
"?noframes=true" to the URL.  In your example, it would be <a
target="_blank" href="myFile.html?noframes=true">.  The same way can be
used to open a single page from an infocenter, for example
http://help.eclipse.org/help21/topic/org.eclipse.platform.doc.isv/guide/arch.htm?noframes=true
 will not be replaced by frameset when opened.

Konrad Kolosowski
Eclipse Help System



                                                                           
             Erik Hennum                                                   
             <ehennum@xxxxxx.c                                             
             om>                                                        To 
             Sent by:                  platform-help-dev@xxxxxxxxxxx       
             platform-help-dev                                          cc 
             -admin@xxxxxxxxxx                                             
             g                                                     Subject 
                                       [platform-help-dev] opening an HTML 
                                       page outside the framework?         
             11/10/2003 08:51                                              
             PM                                                            
                                                                           
                                                                           
             Please respond to                                             
             platform-help-dev                                             
                                                                           
                                                                           








Ingenious Help Developers:

We'd like to have a link within a help content page that opens an HTML file
in its own browser window (as in <a target="_blank" href="myFile.html">).
For instance, the HTML file could be very large or could contain a wide
image.

The browser window opens correctly but, because Eclipse inserts the
JavaScript to open the framework, the framework displays around the
content.

The only workaround I've found is to have an HTML page in the web
application directory that displays the content in an iframe that fills the
entire page (so the content is no longer in the top window).

Does Eclipse 2.1 support a URL that doesn't insert the JavaScript when
serving content?


Thanks in advance,


Erik Hennum
ehennum AT us DOT ibm DOT com

_______________________________________________
platform-help-dev mailing list
platform-help-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-help-dev




Back to the top