Focal Point
Button will not show ( Solved )

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

June 10, 2010, 04:06 PM
YKK
Button will not show ( Solved )
I have a html file that show multiple graph and I'm trying ( without succes ) to put the image of a small magnifying glass and hyperlink it to another html with a bigger version of th graph and the detail.

I tried an image with a hyperlink, I tried an button with a hyperlink, I tried an Hyperlink with a hyperlink.

I tried an .jpg and .gif

In every case either the button is not showing, the image is not showing or all the report and graph are not showing

I don't know java programming and very little html

Maybe it is something basicaly simple but i just can't find it

Any help will be greately appreciated

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


7.6. / Win 7 / Excel
June 10, 2010, 04:09 PM
Francis Mariani
Zipper, it probably is quite simple - maybe post your code, between
[code]
[/code]
tags, SVP.


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
June 10, 2010, 10:50 PM
Waz
I agree with Francis, post your source code, and perhaps the source of the graph produced.


Waz...

Prod:WebFOCUS 7.6.10/8.1.04Upgrade:WebFOCUS 8.2.07OS:LinuxOutputs:HTML, PDF, Excel, PPT
In Focus since 1984
Pity the lost knowledge of an old programmer!

June 11, 2010, 02:05 AM
Tony A
A couple of things spring to mind and the obvious one is a question of file location. Do you understand the needs of the output format that you are using? With HTML the file has to be accessable via a URL so there are a couple of things to test.

One other thing to be aware of is that Java and JavaScript are two completely different "languages". Java is what the graphics engine produces (and what some of us code in GRAPHSTYLE) whilst JavaScript is a client side scripting language that allows control of the content and/or appearance of the web page in the client browser.

T



In FOCUS
since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2  
WebFOCUS App Studio 8.2.06 standalone on Windows 10 
June 11, 2010, 02:06 PM
YKK
Thank you,

The right combination was to use an image field + a .gif image + hyperlink in the html editor

Thank's anyway


7.6. / Win 7 / Excel