It seems like that I'm unable to pull data from Word, Excel, JPG's etc into the floating window?
Return to Recent Questions
Q:
It seems like that I'm unable to pull data from Word, Excel, JPG's etc into the floating window?
A:
You can use the following content for the popup window:
Iframe(url);
Object_id;
text(html content).
So, to add image/text inside the popup window you should set:
winContent - Html Content
and add the following tag.
<img src="images/img.jpg" alt="screen">
<p align="right"> Text text .... </p>
To add content from the excel file you can export it to html file and
then set the following parameter:
winContent - Iframe(url)
data.html
and then enter the name of the html file with your excel data
Return to Recent Questions
Related:
- Dec 10, 2006 - On IE for Windows, the javascript floating window disappear as I roll over them
- Jan 08, 2007 - Do you have a list of which browsers that your dhtml floating window is compatible with?
- Oct 03, 2007 - How I can write the changed dhtml pull down menu into a database?
- Jan 21, 2009 - I�m getting the error "dmObjectsCheck is undefined" in my javascript popup menu.
- Dec 12, 2009 - After I successfully click and load the data in to my window using the mouseover tab, the tab defaults back to the original default tab.
- Jan 16, 2010 - I want to have the pop-up floating window display as you mouse over an image - is this possible?
- May 29, 2010 - Is there a property in the data.js file - or any other file - where the pulldown menu can be hidden initially until needed?
- June 22, 2010 - It's possible to open the linked contents for the javascript floating menu in the same or in a new window, is it possible to generate a new tab?
- December 8, 2010 - I want to be able to pull information into dynamic drop down menu from the mysql database.
|