How do I link to o/s ("html") files?

Hi
<p>
I would like to incorporate what I have now into my Apex application but am having a problem trying to decide how to make it part of the app.
<p>
I have a proc that reads my apex db to determine whether and what reminder letters need to be sent. If they do, the proc writes one
html page for each of the letters and a html page containing a list of links to these letters. To disk.
The reminder letters are actually html but are named ".doc" so that when the users click on the link the letter is fired up in MS-Word.
<p>
HTML page with links like ...
<p>
<br>
<HTML>
<br>
<HEAD>
<br>
<TITLE>bookings picklist</TITLE>
<br>
</HEAD>
<br>
<BODY>
<br>
<H1>Booking Confirmation Letters</H1>
<br>
<TABLE border="1">
<br>
<TR><TH>Booking No</TH><TH>Start Time</TH><TH>Lecture</TH><TH>Organisation</TH><TH>Contact</TH><TH>Ed Officer</TH></TR>
<br>
<TR><TD>booking_8324</TD>
<br>
<TD>13:30 10 JUN 2008</TD><TD>Drink Drugs & Driving</TD><TD>Quokka High School</TD><TD>Joel Smith</TD><TD>Trevor</TD></TR>
<br>
</TABLE>
<br>
</BODY>
<br>
</HTML>
<p>
booking_8322.doc like ...
<p>
<HTML>
<br>
<BODY>
<br>
This is the letter for booking 8322
<br>
</BODY>
<br>
</HTML>
<p>
This all works fine from a desktop shortcut pointing to the picklist page. In IE at least. So I created an Apex report with the same links as the picklist page.
But the links do not do anything at all.
<p>
I will appreciate all pointers toward what is likely to work. Or why it cannot be done.
<p>
thanks
<br>
~trevor

hi carlozezza,
here's how i do it:
• create your button. This can be anything form text, graphic, image to a photoshop .psd
• on the second line of tools at the top of your muse document, look for "Hyperlinks:" this is in blue to indicate it's a drop down menu
• on it's drop down, select "Open link in a new browser or tab" this will make it easy for people to get back your website
• next to the "Hyperlinks:" the is a field that says "Add or filter links"
• type in your external website URL address in that field
• note, it must have the http:// befor the URL to work
hope this helps
-s

Similar Messages

  • How can I change the font in html-file

    Hello,
    if I create a new html-file in KM-Content - Folder - New - Html-File, I always get the font Times New Roman. In the editor I have Arial oder something similar - but not in the view.
    Does anybody know how to change this font to Arial? Where do I have to configure what? Thanks
    Regards,
    Susanne

    Hu Susanne,
    Detlef
    "Say Detlef once again" (Detle
    v) 
    sorry that I´m no mathematician or a SAP EP-consultant
    Never mind!
    So "dumb" is maybe the wrong word
    You didn't realize the ";-)" behind it?!
    It's just that this strict "it doesn´t work like you wrote" was a bit irritating, in fact it works, it's tested on the same version as you are on, and it's also not a very new feature (new features often are buggy at some ends).
    But now I had a second look on the link I have given - and sorry, even if it should help, in fact it was the EP50-version. The NW04 version, which seems you have already detected by yourself, is http://help.sap.com/saphelp_nw04/helpdata/en/a8/923717bc40dd49b1e296b9877e98f0/frameset.htm
    After having seen this, I also found this ominous description of "HTML Filter for Portal Stylesheets"http://help.sap.com/saphelp_nw04/helpdata/en/cc/b8f941db015f24e10000000a1550b0/frameset.htm
    Yes, this does in fact not exist on EP6 SP9. You could open an OSS message and ask to delete the description of a non-existing feature or for delivery of it.
    Anyhow, it shouldn't do more than the HTML Stylesheet Filters are already doing - maybe it would choose the corresponding CSS by itself?
    Is there anything else I have to configure anywhere?
    The prerequisity is "The publishing pipeline is configured appropriately.", but this should be the case by default.
    The repository used is "documents" and the html file you have been using is stored in this repository?
    The stylesheet exists on the location set within the stylesheet configuration?
    There are not sooo many screws to turn...?!
    Hope it helps
    Detlev

  • Link to SWF or HTML file from LMS?

    Hello,
    Can someone please tell me how I should link to the captivate file from LMS.  Is it better to link to the SWF file or the HTML file (or in this case, the HTML full-screen file)?
    I would also appreciate it if you could tell me why one file is better than the other to link to from LMS.
    Thank you,
    Justin

    If you are using an LMS for the purpose of tracking data about the user's interaction with your course, it will be either using SCORM or AICC standard to achieve that.  In both cases you need the HTM file that Captivate publishes because there is quite a lot of JavaScript involved in the API communication between the course modules and the LMS.  If you were only uploading the SWF file, the LMS wouldn't be able to "talk" to your course.
    In the case of SCORM, you upload your course as a zip file that contains everything it needs to operate and communicate with the LMS.  This zip file, and all the files it contains, is what the LMS expects.
    Having said this, there are some pseudo LMS systems out there that are really more akin to content management systems (CMS) since all they really do is deliver the files to the user and track the fact that they did so.  They don't read or record scoring coming back from the course too well.  In some cases these types of LMS will expect to get the course as a single file only (because they're more used to courses in the form of PDF files or PPT presentations) and so the SWF file is about the only one you CAN upload to them with any chance of delivering content.  I don't recommend you go for these types of systems.

  • How to run an applet(in a html file) in the server?

    I am using the jpedal Viewer inmy code, I embedded the applet code
    in a html file , it is running fine, but when I try to run the same Viewer applet in the Server it is throwing an error
    "java.lang.NoClassDefFoundError: org/jpedal/objects/acroforms/DefaultAcroRenderer
         at org.jpedal.PdfDecoder.startup(Unknown Source)
         at org.jpedal.PdfDecoder.<init>(Unknown Source)
         at pdfViewer.PdfApplet.init(PdfApplet.java:199)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)"
    What is the problem ?
    Please suggest solution for it?
    Its urgent

    I am trying to run the Applet in Tomcat server,
    Could you post the code where you invoke the Applet? It sounds like you're saying you're trying to run the Applet as part of your server-side code. The other interpretation is that you are simply accessing the Applet through the browser that happens to be on the machine being used as the server.
    Like I say, post the code that shows how you're trying to use the Applet "on the server".

  • Link style sheet to .html file?

    Hey dreamweaver community i'm really new to dreamweaver but have a slight grasp.
    But i am creating a website (ethicistbeats.com). I have a design by using a css. style sheet and everything looks good in dreamweaver safari preview (on a mac), but when i upload it to my ftp client my designs/ format of my page does not show up, at all.
    If you guys could reply and try to help me out that would be cool. i tried talking to one pf my friends who took a class on html code, but he couldn't help me.
    Anyways, thanks in advance.
    If you guys need more info about code and stuff i'll gladly upload it. Just again i'm new to this so i don't really know much... i just dove into dreamweaver like a need a webpage, not much help, but my site wasmade from a template - not sure if that helps.
    Peace.

    Unfortunatly, you have quite a mess on your hands.  First you have embedded css above the external style sheets, which takes away one of the big advantages of embedded css, namely to override any rules in the external style sheet.
    <style type="text/css">
    .A {
         color: #E12000;
    .b {
         color: #000;
    </style>
    But that is peanuts to the other probelms,
    Your style sheets are not css files, they appear to be an html file.  To create an external style sheet, go up to File | New | CSS and a new CSS blank file will be created.  Paste your css rules into it.
    You have
    <link href="http://www.ethicistbeats.com.css" rel="stylesheet" type="text/css" />
    While I suppose you could link using an absolute link, I dont see an advantage,
    but it would be more like
    <link href="http://www.ethicistbeats.com/stylesheet.css" rel="stylesheet" type="text/css" />
    a better way would be
    <link href="stylesheet.css" rel="stylesheet" type="text/css" />
    This is not a style sheet, but another html file.
    <link href="Index.html.css" rel="stylesheet" type="text/css" />
    Take whatever css is in the files and put them into a new css file.
    Start there, but there is more work to do.
    gary

  • Links in Flash and HTML files

    Hi,
    I hope someone can help me - it is probably a simple thing,
    but have searched the help files etc.
    I have a flash document with 3 buttons, each with links. When
    I publish the file, the links in the SWF file work fine, but those
    in the HTML file don't (all other actions are OK).
    I doubt this important, but I have Flash CS3 on an offline
    computer.
    Please help!!
    Mark.

    This is the html code - it is just copied from the file which
    is published in CS3.
    Thanks.
    <noscript>
    <object
    classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0"
    width="775" height="160" id="TPmenu" align="middle">
    <param name="allowScriptAccess" value="sameDomain" />
    <param name="allowFullScreen" value="false" />
    <param name="movie" value="TPmenu.swf" /><param
    name="loop" value="false" /><param name="quality"
    value="best" /><param name="bgcolor" value="#003366" />
    <embed src="TPmenu.swf" loop="false" quality="best"
    bgcolor="#003366" width="775" height="160" name="TPmenu"
    align="middle" allowScriptAccess="sameDomain"
    allowFullScreen="false" type="application/x-shockwave-flash"
    pluginspage="
    http://www.macromedia.com/go/getflashplayer"
    />
    </object>
    </noscript>

  • How to read my information from a html file?

    Hi
    I saved an html file from a website.
    How can I read my information (For example the first URL) from the html file?
    following code reads line by line:
    using (StreamReader reader = new StreamReader(Application.StartupPath + @"\x.htm"))
    String line = String.Empty;
    while ((line = reader.ReadLine()) != null)
    MessageBox.Show(line);

    How about this...
    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Text;
    using System.IO;
    using System.Threading.Tasks;
    using System.Windows.Forms;
    using System.Diagnostics;
    namespace ReadFromHtml
    class Program
    static void Main(string[] args)
    using (StreamReader reader = new StreamReader(Environment.CurrentDirectory + @"..\..\..\page1.html"))
    String line = String.Empty;
    while ((line = reader.ReadLine()) != null)
    if (line.Trim().StartsWith("<a"))
    Console.WriteLine(line.Trim());
    break;
    Console.ReadLine();
    <!DOCTYPE html>
    <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta charset="utf-8" />
    <title>mobile craigslist</title>
    </head>
    <body>
    <h1>PAGE1.HTML</h1>
    <hr />
    <a href="http://mobile.craigslist.com">mobile craigslist</a>
    <hr />
    </body>
    </html>
    UML, then code

  • How to feed data to generate a html file using XSLT?

    I need to implement email content generation in the hmtl format using XSLT. The document information is stored in a xsl file and the data is generated dynmically in the application. How to feed the data to have the file?
    Thanks,
    v.

    Thanks for your information. I, however, already thought about using string stream instand of a XML file to pass in data. I am looking for a more intelligent method. It doesn't seem to have one so far.

  • How to remove the tags in a html file?

    I am trying to remove all the tags in a html file , just text left.
    I have written a class myself,but it just works for html tags.
    So could u please give me some tips ?
    thks!

    It's actually not easy to do it. There are various regexp ways of doing it. If you search you'll find them. But they are only partial solutions. What you really need to do is write an HTML parser, perhaps using Java's built-in HTML parser. That's the only way to really and truly extract text from HTML. It's a bit of an advanced programming task, though.

  • How can we set default value within html:file

    Hai,
    To set default value to text box i use the following code. It works well.
    <html:text property="modifyserverdesc" value="<%= serverDesc%>" styleClass="text" size="38"/>But for file i use the code
    <html:file styleClass="file" property="modifyserverimgfile" value="<%= serverImage%>" size="40"/>It doesn't display value. What is problem here?

    Hi,
    guess that one option in a RowImpl would be to check if the attribute is null or if the attribute value can be found in the VO that populates the list. If first is true or seconds false (cannot be found) you return the first value of the VO, making it the current attribute value
    Frank

  • How do I prevent CS4 from creating HTML files on export of an image?

    Everytime I export an image i am getting a html file created too.  It is annoying having to delete them manually every time, and there seems to be no option to turn this feature off.
    Generally I dislike CS4 compared to Macromedia Fireworks v8. 

    You need to select "images only" in the dialogue box when you choose Export
    Nadia
    Adobe® Community Expert : Dreamweaver
    Unique CSS Templates |Tutorials |SEO Articles
    http://www.DreamweaverResources.com
    Book: Ultimate CSS Reference
    http://www.sitepoint.com/launch/005dfd4/3/133
    http://twitter.com/nadiap

  • Bookmarks, named destinations and how to "robust" link to PDF from HTML?

    I need a way to link to topics (from an HTML page) within a structured PDF file generated from InDesign, i.e. one that has an interactive bookmarks
    panel, that doesn't break the links when the file is updated.
    In particular, I don't want to refer to:
    *  page numbers because the document will repaginate when it is updated, breaking existing links
    * named destinations that are numeric as addition/deletion of topics renumbers the named destinations, breaking the links.
    Is there any option in InDesign that creates named destinations derived from bookmark titles as that would seem to solve my problem?

    I did some more trials, and here is where I am at:
    As page-break-after:always; was ignored by PDFGenerator, I used a hack: I wrapped my pages inside div's which have the height of the page, and this seems to work. In addition I had to edit my CSS, and remove the  @media print wrapper around my print specific CSS parts, to get my print media specific formatting inside HTML to the PDF page.
    I do not consider this a solution, but more of a hack - but it might work for what we are doing, and maybe it works for somebody else.
    But what I am actually trying to do is the following:
    We have a systems which creates reports in HTML which can be viewed in a browser, and printed from the browser, now we try to use PDFGenerator, to generate reports in PDF, with a minimal effort ( I know this is a the wrong way arround, HTML is not a language targeted at creating printable reports, but that's what we are doing now, and I think many other people are in the same boat)
    Still if anybody has a better solution, please chime in, or tell me why the hack I did is a real bad idea  - any feedback is welcome
    Thomas

  • Link word document to html file

    does anyone know where I can find some good tutorials on how to link txt. files or word documents to my html page so that it will come up in standard paragraph form on the html site, but can be edited with word.

    MS Word formatting doesn't play nice with HTML.  For best results, you should copy & paste unformatted content from the Word doc directly into your Dreamweaver page using Edit > Paste Special > Text only.  This strips out the junk code generated by MS Word before it ever reaches your HTML page.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb

  • Link to open a html file in a region on same page

    Hi,
    I am trying to create a page where I have 2 regions.
    The left region,"lef_reg" has been created using HTML contains some text values.
    The right region, "rig_reg" is blank.
    I want that if a user clicks on a link on the left region (lef_reg) then a corresponding html page should appear in the right region (rig_reg). The corresponding HTML that I am talking about is saved as a static file in the shared component.
    I am extremely new to APEX hence would request the solution be a little bit detailed.
    Thanks in advance
    Edited by: user10866621 on Dec 16, 2009 6:27 AM

    it seems you want to do it using Application Express. right?
    then you may want to post your question in the [Oracle APEX forum|http://forums.oracle.com/forums/forum.jspa?forumID=137] here.
    AMN

  • How do You Link to Archived Sites, or files, on the Server via the Wiki?

    I've saved an archived site to workgroup/sites/www.archivedaite.org/. What I want to be able to do is to put a link on my wiki to pick up the index page within this archived site.
    I've tried to use "file:///volumes/groups/workgroup/sites/www.archivedsite.org/index.php.html". While this works fine in the browser location bar, the wiki won't accept it. By this I mean that even if I go in and edit the HTML the wiki deletes the link when you save the page.
    Could I save the file to the "Sites" folder on the server for one of the userers (like the serveradmin one), as a work around?

    Sadly I am having the same issue, and there is nothing in the control center that helps. In previous versions of iOS, I could easily listen to podcasts or my iTunes library though my Bluetooth headset. Double pressing the home button would bring up controls at the bottom of the iPhone screen and to the far right would be an icon where I could select the audio device I wanted. If there was a Bluetooth device synched to the phone, I could choose to listen to the music either via my phone's speakers or via the Bluetooth. This option does not exist anywhere anymore. I just hooked up my Bluetooth (finally got around to it since upgrading) and when playing music either from my phone's internal memory or via iTunes radio, it just comes out over the iPhone's speakers. There is no way to select any other option. Hopefully they'll fix this in 7.0.5.

Maybe you are looking for

  • Problems with RowSelection in adf table

    I have problems with selection of a row in a adf table. Even though I have set the property : rowSelection="single" , when i select a row, the two other rows that follow, get selected too. For example I have 10 records an when i select the 7th row, t

  • BI 7.0,  BDLS is not converting all logical systems for datasources

    Hello all, We have refreshed an ECC system, and during the post steps in BI, we were running into issues. We've ran BDLS to convert the logical system from ECCCLNTXXX to ECCCLNTYYY, but it's was not converting for several datasources. One in particul

  • IPad software keyboard overlapping content

    My iPad's keyboard has started overlapping content since iOS 6.0.1. It's a consistent, reproducible problem. I've tried several restarts and the same behavior returns. Here's what's reproducible: if you enter split-keyboard mode, that keyboard will s

  • Photoshop Elements 13 - Will no longer load / open!!!

    Hi, I downloaded the photoshop elements 13 this afternoon. Once download was complete, I used the programme fine. I then closed the programme down, and now it won't let me re-open. No message comes up - but it just does nothing!!!! I have spent HOURS

  • Reminders still appearing after deletion

    I have an issue with the reminders app on my iphone in which a certain location based reminder keeps appearing when i get to this location even though i deleted it months ago.  Any ideas would be great. I have a feelingi might need to reset the phone