Ask questions via twitter! Message any question to @answers on twitter. We'll publish the question and send you a reply each time there's a new answer.
Next Question

Answered Question

 
 M¢37  Funded By Mahalo ? |  September 27, 2009 08:30 PM

Is there a way to view word processing documents tabs inside a single window?

I have been searching for a system that would make it possible to view word processing documents inside a single window, with each document being a frame inside that window.
Interesting Question?  Yes (0)   No (0)   
RSS
 
 

Best Answer  Decided by Votes

 
September 27, 2009 09:20 PM
Sure, that's easy. I do it all the time, and I have two general methods:

In both cases I do it by embedding an iframe in the page.

The first is to just make sure the browser has a plug in for the mime-type associated with that extention.

You might have to put a note on the page that includes the iframe that a plug-in is required, with a link for where to go to get the plug-in if they don't already have it.

In that case, you can call the raw file with it's native extention.

The second is for situations where odds are high that your uses will be using browsers enabled for downloading plugins on the fly, then make it so the page that's being called into the iframe is an html file with some embed code to embed the document in the html file that's in the iframe, and then wrap around it some object code that will fish for the plug-in and automatically load it if it's not already there, i.e., here's how I do it for flash files:

(NOTE: replace the [ with a left angle bracket when actually doing it... this board won't display html source)

[object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="300" height="250" id="whatever" align="wherever">
[param name="allowScriptAccess" value="sameDomain" />
[param name="allowFullScreen" value="true or false" />
[param name="movie" value="flash-file-name.swf" />
[param name="quality" value="high" />

[embed src="flash-file-name.swf" quality="high" bgcolor="#whatever" width="whatever" height="whatever" name="whatever" align="wherever" allowScriptAccess="sameDomain" allowFullScreen="true or false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />

[/object>

Notice how the [embed src...> stuff is what gets the document inserted into the html file, but it's the [object...> stuff that gets the plugin if it's not there already.

There's probably other ways to do it, with javascripts etc., and those other ways will probably be added to your question as more answers, so make a list of them all and choose your favorites, but those two are what works 97.3% of the time for me.


Helpful Answer?  (0)   (0)    Tip omicron for this answer
Permalink | Report
   Reply  
 
 
 
September 27, 2009 09:51 PM
I have found a discussion forum related to my question:

http://ubuntuforums.org/showthread.php?t=561394

Report
 
 
 
September 27, 2009 09:53 PM
I found what I was looking for...
http://sourceforge.net/projects/oootabbrowse/

...but I still need to set it up.

Report
 
 

Answer this Question

How tips and payments work

This question has already been resolved. You may add an answer to it but you will not be eligible to win best answer or any associated tips.

Ask a Question


140 characters left
Top of Page
Buy Mahalo Dollars with Credit Card or PayPal

Top Members

This Week All Time
  • buddawiggi
    buddawiggi
    2nd Degree Black Belt
    27808 Points
    M$799.16 Earned
  • opher
    opher
    Purple Belt
    4473 Points
    M$196.22 Earned
  • annelisle
    annelisle
    Purple Belt
    3110 Points
    M$95.22 Earned
   See All
 

Most Popular Tags

mahalo(1631)
iphone(466)
music(463)
google(358)
food(321)
online(298)
beer(279)
money(263)
movies(262)
apple(252)
aotd(235)
health(220)
video(208)
free(206)
dog(205)
   See All
 

Categories

Welcome New Members


 
 
Mahalo Dollars are the currency of Mahalo Answers.

Each Mahalo Dollar costs $1.

Once you earn more than 40 Mahalo Dollars, you can request to be paid via PayPal. Each Mahalo Dollar is currently worth $0.75 when paid out via PayPal. Learn More

 
 

Please log in to use this function.