As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.
Join the TIBCO Community TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.
From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
Request access to the private WebFOCUS User Group (login required) to network with fellow members.
Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.
I have an htm page that is refrencing several images. When I go into the text editor to add a new image and run the report, the image doesn't show up. I get the red X. However, if I put the absolute path of the image (https://server/path/image.gif) in the src property of the img tag, it pulls up the image. All of the other images that I'm referencing on the page are relative references (image.gif) and not absolute.
I cannot go into the HTML Layout Painter because it erases a lot of custom javascripting that we have embedded in the page. What must I do to get my image to show up without using an absolute reference?
Shane, once you put the BASE tag in your html, you then can take it out of all your explicit file references. In your pleaseWait function, you can shorten the full url to just the image name. You're sure the image is there, right? You've tried just a simple html with the BASE tag and a simple img reference to display it, yes? -s
In Focus since 1979///7706m/5 ;wintel 2008/64;OAM security; Oracle db, ///MRE/BID
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003
I wish I didn't have to name the URL on the server where the image resides. This is the only web app I've ever written that requires it to find images. Weird...