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?



Yo . .  .

Is it possible to do the same thing from the contents? with a relative
pathe to the file?

____________________________________  The Bobster

turekr@xxxxxxxxxx



                                                                                                                             
                      Dorian Birsan                                                                                          
                      <birsan@xxxxxxxxxx>             To:       platform-help-dev@xxxxxxxxxxx                                
                      Sent by:                        cc:                                                                    
                      platform-help-dev-admin@        Subject:  Re: [platform-help-dev] opening an HTML page outside the     
                      eclipse.org                      framework?                                                            
                                                                                                                             
                                                                                                                             
                      11/11/2003 07:09 AM                                                                                    
                      Please respond to                                                                                      
                      platform-help-dev                                                                                      
                                                                                                                             





Erik, try adding noframes=true as a url parameter.

-Dorian


                                                                           
 Erik Hennum                                                               
 <ehennum@xxxxxxxxxx>                                                      
 Sent by:                                                               To 
 platform-help-dev-admin@ecl          platform-help-dev@xxxxxxxxxxx        
 ipse.org                                                               cc 
                                                                           
                                                                   Subject 
 11/10/2003 08:51 PM                  [platform-help-dev] opening an HTML  
                                      page outside the framework?          
                                                                           
      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