Just wondering and I hate jumping in here like this BUT. Is it the viewer from the web site that might be viewing this incorrect? I have had this happen! Test right click image from the web site and see if it is the same once you see it in a temp folder (right click/save as when you scroll the mouse over the image, from the web site html page) Just an idea and my .02
Paul Dewey - President New Horizon Interlock Inc. New Horizon Safety Diagnostics Inc. www.interlockinfo.com Saving Lives - One Breath at A Time T This e-mail message is intended only for the named recipient(s) above and is covered by the Electronic Communications Privacy Act 18 U.S.C. Section 2510-2521. This e-mail is confidential and may contain information that is privileged or exempt from disclosure under applicable law. If you have received this message in error please immediately notify the sender by return e-mail and delete this e-mail message from your computer. -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Charles Parks Sent: Thursday, January 31, 2008 12:38 PM To: RBASE-L Mailing List Subject: [RBASE-L] - Re: Variable Web Browser I have tried the sample in RRBYW14. Instead of the hand I'm getting squares but still not the desired images. I have also changed to forward slashes. -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of A. Razzak Memon Posted At: Thursday, January 31, 2008 9:30 AM Posted To: RB7-L Conversation: [RBASE-L] - Re: Variable Web Browser Subject: [RBASE-L] - Re: Variable Web Browser At 09:56 AM 1/31/2008, Charles Parks wrote: >When I right click on the report and search for "img" or "gif" nothing >is found. > >The four .gif files do exist in a html\images directory on the current >directory. Does html\images need to be in a different base directory? >The report is in my temporary directory. Charlie, Did you change the back slashes to forward slashes, as suggested earlier? Did you try the example code provided earlier, using the RRBYW14. Using the sample command file and running under RRBYW14, what results do you get? If that works in your environment, take a deep look and implement the same logic using your scenario. Hope that helps! Very Best R:egards, Razzak. >Charlie, > >Here's a live HTML report based on my previous reply. > >http://www.rbase.com/rbg8/reports/html/index.htm > >A question, an observations and a suggestion using your approach: > >01. Are you using these R:BASE HTML reports on your local machine > or on a live web server? > >02. Make sure that the images are copied in HTML\Images folder > >03. Change the following lines to the updated lines. > > Original: > > |LINK_IMG_FILE_FIRST Images\UpArrow.gif + > |LINK_IMG_FILE_PREV Images\LeftArrow.gif + > |LINK_IMG_FILE_NEXT Images\RightArrow.gif + > |LINK_IMG_FILE_LAST Images\DownArrow.gif > > Modified: > > |LINK_IMG_FILE_FIRST Images/UpArrow.gif + > |LINK_IMG_FILE_PREV Images/LeftArrow.gif + > |LINK_IMG_FILE_NEXT Images/RightArrow.gif + > |LINK_IMG_FILE_LAST Images/DownArrow.gif > > Note the back slashes are changed to forward slashes, because > forward slashes must be used for the web. > >That should take care of it! > >Very Best R:egards, > >Razzak.

