Focal Point
[CLOSED] Images not showing up on HTML form

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/7107088326

September 06, 2012, 04:40 PM
tlbrydie2
[CLOSED] Images not showing up on HTML form
Hello all,

My question is that I have imported images into my HTML form. Those images appear in the "Design" tab of HTML Composer...however when I run that form...no image appears...Could some one help me with this.

The images are 1) ="app/logo.jpg" name="image3"> and 2) ="app/capture.jpg" name="image2">

Thanks

<IMG style="Z-INDEX: 7; POSITION: absolute; WIDTH: 1440px; HEIGHT: 120px; TOP: 0px; LEFT: 0px" id=image3 tabIndex=14 border=0 width=980 height=108 usenewratio="8.333334e-02" originalHeight="108" originalWidth="975" rtFileName="app/logo.jpg" name="image3"> 
<IMG style="Z-INDEX: 0; POSITION: absolute; WIDTH: 1450px; HEIGHT: 701px; TOP: 120px; LEFT: 0px" id=image2 tabIndex=15 border=0 width=970 height=701 usenewratio="0.4834483" originalHeight="701" originalWidth="973" rtFileName="app/capture.jpg" name="image2">    

This message has been edited. Last edited by: Kerry,




Prod: WebFOCUS 7.6.10 MRE
Oracle/Sybase
Test: DevStudio 7.6.6
WF Server 7.6.6
Report Caster 7.6.6
Web Server - Tomcat
MS Windows XP SP2
Output: HTML, Excel 2000 , PDF, CSV, DOC

September 06, 2012, 04:50 PM
J
Are you still in 7.6.6?


WebFOCUS 7.7.03/8.0.08
Dev Studio 7.7.03/8.0.08
App Studio 8.0.08
Windows 7
ALL Outputs
September 06, 2012, 04:57 PM
Francis Mariani
Which web browser are you viewing this in? If it's not IE, it may be because of the location of the images - if they're in the "Other" folder (which is where they get put via the HTML Composer GUI), I've had problems in Firefox, Safari, Chrome, Opera...


Francis


Give me code, or give me retirement. In FOCUS since 1991

Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
September 06, 2012, 05:07 PM
tlbrydie2
The Browser is IE....

and the version of Dev. Studio is 7.7




Prod: WebFOCUS 7.6.10 MRE
Oracle/Sybase
Test: DevStudio 7.6.6
WF Server 7.6.6
Report Caster 7.6.6
Web Server - Tomcat
MS Windows XP SP2
Output: HTML, Excel 2000 , PDF, CSV, DOC

September 06, 2012, 05:10 PM
tlbrydie2
I am developing in the Managed reporting section of dev. studio...and the images are in the Other folders....they appear in the html code as app/imagenam1 and app/imagename2




Prod: WebFOCUS 7.6.10 MRE
Oracle/Sybase
Test: DevStudio 7.6.6
WF Server 7.6.6
Report Caster 7.6.6
Web Server - Tomcat
MS Windows XP SP2
Output: HTML, Excel 2000 , PDF, CSV, DOC

September 06, 2012, 05:12 PM
tlbrydie2
really weird....the images show up in the designer...and appear in the html code...but not when i run the html page




Prod: WebFOCUS 7.6.10 MRE
Oracle/Sybase
Test: DevStudio 7.6.6
WF Server 7.6.6
Report Caster 7.6.6
Web Server - Tomcat
MS Windows XP SP2
Output: HTML, Excel 2000 , PDF, CSV, DOC

September 06, 2012, 05:13 PM
Francis Mariani
Are you running from Dev Studio or are you running from MRE or BID?


Francis


Give me code, or give me retirement. In FOCUS since 1991

Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
September 06, 2012, 05:25 PM
tlbrydie2
Im running Dev. Studio...but developing in my domain. Also I looked at some of J's issues and I've installed firefox....still same issue...no images




Prod: WebFOCUS 7.6.10 MRE
Oracle/Sybase
Test: DevStudio 7.6.6
WF Server 7.6.6
Report Caster 7.6.6
Web Server - Tomcat
MS Windows XP SP2
Output: HTML, Excel 2000 , PDF, CSV, DOC

September 06, 2012, 05:38 PM
tlbrydie2
I'm wondering about -MRENOBEGIN ?




Prod: WebFOCUS 7.6.10 MRE
Oracle/Sybase
Test: DevStudio 7.6.6
WF Server 7.6.6
Report Caster 7.6.6
Web Server - Tomcat
MS Windows XP SP2
Output: HTML, Excel 2000 , PDF, CSV, DOC

September 07, 2012, 08:40 AM
Dgraff
My question is what Hotfix version are you running we had problems dropping the Arrows from a multi select box in 7.7.3. Which are nothing more than an image. You should be on Hotfix 5 or six IBI has a little Java file that you can load to get the images to start working again.


Duane

WebFOCUS 8.0.7
DS 8.0.7 AS 8.0.7
Windows
Output: Excel, HTML, PDF, AHTML,Mobile
In Focus 1982
September 07, 2012, 01:11 PM
tlbrydie2
Dgraff...I'm not sure of the Hot Fix Version... but I'm running 7.7.3




Prod: WebFOCUS 7.6.10 MRE
Oracle/Sybase
Test: DevStudio 7.6.6
WF Server 7.6.6
Report Caster 7.6.6
Web Server - Tomcat
MS Windows XP SP2
Output: HTML, Excel 2000 , PDF, CSV, DOC

September 08, 2012, 08:44 PM
njsden
I can see that HTML composer is using a custom attribute rtFileName to reference the images in the IMG tab.

Upon running the page, can you please "View Source" in IE and post here the resulting IMG tag? In it, there should be a valid "src=" attribute with a reference to the actual image file (URI) the browser is requesting.

Your Web server (or App server depending on your configuration) needs a valid URI in order to resolve the image requested, so by looking at the actual rendered src= you should be able to spot where the problem may be.

Hope this helps.



Prod/Dev: WF Server 8008/Win 2008 - WF Client 8008/Win 2008 - Dev. Studio: 8008/Windows 7 - DBMS: Oracle 11g Rel 2
Test: Dev. Studio 8008 /Windows 7 (Local) Output:HTML, EXL2K.
September 10, 2012, 09:08 AM
tlbrydie2
Good morning njsden,

Thanks for your reply. What's really strang is that when I run the .HTML page, I do not have the option to "view source" on the Browser page. When the page returns to the browser...the only thing that I see is the little image icon in the upper left corner of the image frame...right clicking on the page does not show me the "View Source" option.

Thanks,
TLB




Prod: WebFOCUS 7.6.10 MRE
Oracle/Sybase
Test: DevStudio 7.6.6
WF Server 7.6.6
Report Caster 7.6.6
Web Server - Tomcat
MS Windows XP SP2
Output: HTML, Excel 2000 , PDF, CSV, DOC