Question about web browser block

"To help protect your security, your web browser has blocked this website from displaying non-secure content."  I get this message when I try to download my VISA statement which is a pdf file -- at least it requires Adobe to read and download.
I've tried everything I can think of, but nothing works.  Tried disabling my security programs, turning off pop-up blocker, adding the web-site address to the "trusted sites" list, etc, etc.  PC Cleaners says there's a problem with recent Adobe updates.
Anyone have any ideas about this?  I'm not the computer expert in our family, but my husband is unavailable while he recuperates from surgery.

I tried saving the link to the pdf -- when I try, I only save the link back to the web-page.  when I right click on the blank page, there's no way to save it as a pdf file (the "Save Target As" command doesn't work)
Windows 7 Home (Premium, I think)
Internet Explorer 10

Similar Messages

  • Questions about web services

    Hi! Experts:
    I am at the Web Servivces Navigator.
    I have a basic question about it:
    We are using MI7.1 which has NO Java stack. Therefore we do NOT have the Web Services Navigator.
    How do we use the Web Services for MI7.1?
    Thanks!

    Hi!
    1) SICF lists the BSP services; Web Services are requests between java application to client application.
        Are you sure them are the same thing?
    2) When I compare the services between web service navigator and SICF, I do not see there is any
       relationship.  For example, if I search "AdapterMessageMonitoring" in SICF, I cannot find it.
    I think SICF and  web service navigator  are listing totally different services.
    Therefore my question is that since MI7.1 has NO Java stack (hence NO web service navigator ), how
    are web services handled in MI7.1?
    Thanks!

  • About web browser's refresh

    my code:
    <%@ page language="java" contentType="text/html; charset=GBK" %>
    <HTML>
    <HEAD>
         <META HTTP-EQUIV="Content-Type" CONTENT="text/html;CHARSET=gb2312">
         <!--META HTTP-EQUIV="expires" CONTENT="0"-->
         <META HTTP-EQUIV="Cache-Control" CONTENT="no-cache">
         <TITLE>update</TITLE>
    <link rel="stylesheet" type="text/css"
    href='<%= request.getContextPath() + "/style/result-set.css" %>'>
    </HEAD>
    <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
    <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
    <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
    <%@ taglib uri="http://java.sun.com/jsf/donar/components" prefix="d" %>
    <BODY BGCOLOR="white">
    <f:loadBundle basename="cn.donar.bundles.Resources" var="bundle"/>
    <f:view>
    <h:messages globalOnly="true"/>
    <h:form id="myform">
    <h:panel_grid styleClass="result" columns="1">
    <h:panel_group styleClass="hcititle">
    <h:output_text value="#{bundle.operatorlist}"/>
    </h:panel_group >
    <h:panel_group >
    <h:data_table id="table"
         headerClass="hcihead"
         rowClasses="rescontent,rescontent_"
         styleClass="result"
         rows="14" binding="#{operatorBean.data}"
         value="#{operatorBean.items}" var="sci">
         <!--
    <f:facet name="header">
    </f:facet>
    -->
    <h:column>
    <h:selectboolean_checkbox
    id="checked"
    binding="#{operatorBean.checked}"/>
    </h:column>
    <h:column>
    <f:facet name="header">
    <h:output_text value="#{bundle.operator_id}"/>
    </f:facet>
    <h:output_text id="operator_id" value="#{sci.operatorId}"/>
    </h:column>
    <h:column>
    <f:facet name="header">
    <h:output_text value="#{bundle.operator_name}"/>
    </f:facet>
    <h:output_text id="operator_name" value="#{sci.operatorName}"/>
    </h:column>
    <h:column>
    <f:facet name="header">
    <h:output_text value="#{bundle.agency_id}"/>
    </f:facet>
    <h:output_text id="agency_id" value="#{sci.agencyId}" />
    </h:column>
    <h:column>
    <f:facet name="header">
    <h:output_text value="#{bundle.branch_id}" />
    </f:facet>
    <h:output_text value="#{sci.branchId}" />
    </h:column>
    <h:column>
    <f:facet name="header">
    <h:output_text value="#{bundle.city_id}" />
    </f:facet>
    <h:output_text value="#{sci.cityId}" />
    </h:column>
    <h:column>
    <f:facet name="header">
    <h:output_text value="#{bundle.operator_pin}" />
    </f:facet>
    <h:output_text value="#{sci.operatorPin}" />
    </h:column>
    <h:column>
    <f:facet name="header">
    <h:output_text value="#{bundle.operator_role}" />
    </f:facet>
    <h:output_text value="#{sci.operatorRole}" />
    </h:column>
    </h:data_table>
    </h:panel_group>
    <h:panel_grid columns="4" columnClasses=",,colwidth,colwidth" width="100%">
    <h:panel_group >
    <h:command_button id="create"
    action="create"
    immediate="true"
              image="../images/add_0.gif"
    type="SUBMIT"/>
    <h:command_button id="delete"
    action="#{operatorBean.delete}"
    immediate="true"
              image="../images/delete_0.gif"
    type="SUBMIT"/>
    <h:command_link id="dlt"
    action="#{operatorBean.delete}"
              >
              <h:output_text value="delete" />
              </h:command_link>
    <h:command_button id="update"
    action="#{operatorBean.update_reset}"
    immediate="true"
              image="../images/modify.gif"
    type="SUBMIT"/>
    <h:command_button id="reset"
    action="#{operatorBean.reset}"
              image="../images/reset.gif"
    immediate="true"
    value="#{bundle.reset}"
    type="SUBMIT"/>
    </h:panel_group>
    <h:panel_group >
    <h:output_text value=""/>
    </h:panel_group>
    <h:panel_group >
    <h:command_button id="previous1"
    action="#{operatorBean.previous}"
    immediate="true"
              image="../images/prevPage.gif"
    value="#{bundle.previous}"
                   type="SUBMIT" />
    <h:command_button id="next1"
    action="#{operatorBean.next1}"
              style="text-align: right"
    immediate="true"
              image="../images/nextPage.gif"
    value="#{bundle.next}"
                   type="SUBMIT" />
    </h:panel_group>
    <h:panel_group style="width: 60px">
    <h:output_text value="#{operatorBean.currpage}" /><h:output_text value="/" />
    <h:output_text value="#{operatorBean.totalpage}" /><h:output_text value="?" />
    </h:panel_group>
    </h:panel_group>
    </h:panel_grid>
    </h:panel_grid>
    </h:form>
    </f:view>
    </BODY>
    </HTML>
    on this page . I press any command_button, then press web browser's refresh button,
    I find previous command_button repeat ed execute
    if I press delete command_button , delete one record from database. then press web browser's refresh
    button. #{operatorBean.delete} execute again as a result delete two record.
    How can I do? press web browser's refresh button . not delete one record.
    thank s

    try use </redirect> for navigation-case.

  • Questions about web services and BPEL in ALBPM

    Hi all,
    We are currently evaluating various BPM products in order to decide which one to use. Currently I am evaluating ALBPM Studio 5.7 and I am running my processes on the embedded engine provided with the studio. I have some questions:
    1. We want to be able to use complex types for the web services that are generated for processes. Will this limitation be solved any time in the future?
    2. We want to be able to use the generated web services directly (that is, without calling the startSession method first). Is that possible?
    3. I could not find extensive documentation about developing BPEL processes. There is only one small chapter in the developer documentation about BPEL processes. Is there any more documentation or sample about how BPEL is used in ALBPM?
    4. I have developed a very simple BPEL process, but when I try to deploy it, I get the error "Activity BPEL receive does not have any incoming transitions". How can I resolve this issue? I guess it may be a problem about my PartnerLink definition.
    5. When I try to catalog a wsdl which imports another wsdl (and when the imported wsdl also imports some xsds from another namespace), I get an error which says that a web service xxx with namespace yyy is not found, but actually the thing named xxx is not a web service but a soap fault. What could be the problem?
    6. Is it possible to write a BP method in PBL for a BPEL activity?
    Thanks in advance and best regards..

    look for anwsers in the other newsgroup posting:
    http://forums.bea.com/bea/message.jspa?messageID=600047258
    MAriano
    Benitez/BEA/BPM/Beautiful

  • Some question about Web service

    Hi experts,
    I have created a Web service about Function Module 'BAPI_EXCHANGERATE_GETDETAIL'.Now I plan to use Transaction code 'WSADMIN' to create a WSDL.But the display result of IE tell me my host could not be resolved by DNS.I don't know how to solve this question, and which happened based on this question.Is there any experienced experts tell me the solution?
    Thanks & Best regards!
    Kelvin

    Hi,
    In your system folder:
    C:\WINDOWS\system32\drivers\etc there is a file hosts;
    Add your server I address and servername in it.
    like:
    193.10.100.70     myserver.com     MYSERVER
    Hope this will resolve the problem. If you do not have authorisation for the same, your network admin will help.
    Regards,
    Renjith Michael.

  • Questions about Web Sync

    Hi all,
    I have what is hopefully a simple question that I'm just overlooking.  This is my setup:
    SQL 2008 R2 on server.
    SQL 2008 R2 Express on client.
    Windows 2008 R2 running IIS.
    I have configured IIS with replisapi and can see the webpage.  all of the tests come back as a "success".  
    I have the publication created with the snapshot going to an FTP folder.  I can get to the FTP folder from the clients via simply browsing to the directory.
    I can create the subscription on the client and it shows up on the server successfully. 
    I can't get the synchronization to actually happen.  I'm not sure if I'm creating the subscription wrong and using the wrong security stuff or if I've got something else screwed up.  Its been baffling me for weeks now.
    I'm new to web sync so please don't assume I've done everything perfectly.  Its very possible that I've screwed something up along the way.
    Thanks for your help!

    It is hard to say what is occurring here.
    For debugging I normally run the merge agent from the command line. This allows me to see the error.
    looking for a book on SQL Server 2008 Administration?
    http://www.amazon.com/Microsoft-Server-2008-Management-Administration/dp/067233044X looking for a book on SQL Server 2008 Full-Text Search?
    http://www.amazon.com/Pro-Full-Text-Search-Server-2008/dp/1430215941

  • Question about scoping finally blocks

    Hello All,
    I have a piece of code here that has been tricky for me to do a finally block on and it suddenly occured to me that I have maybe been going about exceptions the wrong way. So generally with this type of situation I'll just declare the variable somewhere else above the try and when i do that the scope makes me able to finally block it. Here I can't do that because the declaration actually requires it to have an initial value and it throws it's own exception as a filereader. Sorry about the newb question, but what's the proper way to block out the exceptions and finally block for this code snippet?
    Thanks in advance!
    Josh
    public static void setParameters(File fileName)
              try
                   File fileForProcessing=new File(fileName.getAbsolutePath());
                   //wrap the file in a filereader and buffered reader for maximum processing
                   FileReader theReader=new FileReader(fileForProcessing);
                   BufferedReader bufferedReader=new BufferedReader(theReader);
                   //fill in data into the tempquestion variable to be populated
                   //Set the question and answer texts back to default
                   questionText="";
                   answerText="";
                   //Define the question variable as a Stringbuffer so new data can be appended to it
                   StringBuffer endQuestion=new StringBuffer();
                   String tempQuestion="";
                   //Define new file with the absolutepath and the filename for use in parsing out question/answer data
                   tempQuestion=bufferedReader.readLine();
                   //while there are more lines append the stringbuffer with the new data to complete the question buffer
                   while(tempQuestion!=null)
                        endQuestion.append(tempQuestion);
                        tempQuestion=bufferedReader.readLine();
                   //Set the answer to the stringbuffer after converting to string
                   answerText=endQuestion.toString();
                   //code to take the filename and replace _ with a space and put that in the question text
                   char theSpace=' ';
                   char theUnderline='_';
                   questionText=(fileName.getName()).replace(theUnderline, theSpace);
              catch(FileNotFoundException exception)
                   logger.log(Level.WARNING,"The File was Not Found\n"+exception.getMessage()+"\n"+exception.getStackTrace(),exception);
              catch(IOException exception)
                   logger.log(Level.SEVERE,exception.getMessage()+"\n"+exception.getStackTrace(),exception);
              finally
                   try
                   theReader.close();
                   catch(Exception e)
         }

    Here I can't do that
    because the declaration actually requires it tohave
    an initial value No, it doesn't.Yes it does. But that value can be and should be
    null.I suspect it would be more accurate to say that dereferencing the variable in the finally block requires definite assignment. The declaration itself doesn't require it at all and in fact assignment could be deferred. However, just assigning null in the declaration is still probably the best idea.
    FileReader theReader = null;
    try {
        // yadda yadda
    } finally {
       if (theReader != null) {
           theReader.close();
    }

  • Hey guys, I have a question about Web Design

    I have been trying to learn webdesign for a few months now, and so far, I am still learning HTML and some CSS. At the moment, my experience is still very thin, I am struggling with things, and I only know how to create simple, static pages. For example I still don't know how to produce "clean code". Or how one determines just how "clean" the code he has produced really is.
    I was wondering if someone could answer a few questions I have:
    I am still not sure how I will know when I am competent enough to work in Web Design... What are the best signs that an individual is good enough?
    I was also wondering what programming language I need to know to do the following:
    Create a WORKING Site Search. One like the search bar in the top corner of this page that will return search results from your website... Do I need to know how to program PHP? I've heard that you do need PHP to do this? The same goes for creating e-mail forms, and other forms like this. Do I need PHP for this?
    Another thing is CMS systems like Wordpress and Joomla. What is the reason for using these as opposed to just designing a website's pages in Dreamweaver, and then uploading them via FTP to your web server?
    And finally, can someone explain to me why CSS is groped like this when it is coded? Why has the Div ID "OuterWrapper" been styled multiple times?
    For example: #outerWrapper #feature {
    #outerWrapper #subcontentWrapper {
    #outerWrapper #subcontentWrapper #rightColumn {
    ^ Couldnt the designer simply have styled "~OuterWrapper" once and left it at that?
    Please see below:
    #outerWrapper #feature {
        height: 225px;
        width: 880px;
        margin-left: 0px;
        margin-bottom: 5px;
        background-image: url(images/feature.jpg);
        background-repeat: no-repeat;
        background-position: center top;
    #outerWrapper #subcontentWrapper {
        padding-right: 15px;
        padding-left: 15px;
        clear: both;
        padding-top: 20px;
        background-color: #FFF;
        padding-bottom: 40px;
        border-top-width: 4px;
        border-right-width: 4px;
        border-left-width: 4px;
        border-top-style: solid;
        border-right-style: solid;
        border-left-style: solid;
        border-top-color: #F90;
        border-right-color: #F90;
        border-left-color: #F90;
        background-image: url(images/footer-fade.jpg);
        background-repeat: repeat-x;
        background-position: bottom;
        height: 100%;
    #outerWrapper #subcontentWrapper #rightColumn {
        float: right;
        width: 220px;
        background-color: #DBE7FB;
        border: 1px solid #DCDFE4;
        margin-bottom: 15px;
    Also, regarding Javascript: How exactly does one become proficient enough to learn scripting for the thousands of little widgets, and navigation bars, and other functions that Javascript can do out there?
    I know a lot of these questions are strange and may be hard to answer, but I am really hoping some of you guys can provide some helpful advice/direction for me to improve with code. I studied as a Print Graphic Designer, and now it's really hurting me in this economy trying to find a job due to the fact that I lack full competency in Web Design... and the longer it takes me to get better at this, the slimmer my chances become at finding work!
    I really need help on this, so I would be extremely grateful for detailed and informative answers. Perhaps some links to very good video tutorials on learning how to effectively design webpages - Common things like Javascripted navigation bars, image slideshows, how to design working site search forms and contact forms, and how to use Wordpress. I ask this because there are so many terrbile tutorial videos out there (I know from experience) and it is next to impossible for myself, a beginner, to tell the good ones from the bad.
    Thankyou guys.

    CMS's like  WordPress, Joomla! & Drupal are popular open source (PHP & MySql) frameworks.  They contain all the backend PHP code needed to create a dynamic web site that contains capability for advanced functions:  site search, on-line editing, shopping carts, member log-in sites, blogs with comments, scripted contact forms, and so much more...
    The allure of Open Source frameworks is that they save developers time and money.  Instead of building everything from scratch (which can take months), an experienced developer can usually install WordPress on the client's server and be up & running in a few hours without customizations, or in a couple of weeks with customizations.   A firm understanding of PHP, how to set up a server-side database, backing up MySql, CSS theming, and HTML code are required skills to work with these frameworks.  WordPress is probably the easiest to set-up; Drupal is for more experienced coders.
    I am still not sure how I will know when I am competent enough to work in Web Design... What are the best signs that an individual is good enough?
    You're ready when you can look at code and understand what it means/does. Being able to problem solve, identify mistakes and fix them on your own is a must have skill. 
    Code Tutorials - http://w3schools.com/
    How to Develop with CSS?
    http://phrogz.net/css/HowToDevelopWithCSS.html
    CSS positioning in 10 Steps
    http://www.barelyfitz.com/screencast/html-training/css/positioning/
    Code Validation Tools
    CSS - http://jigsaw.w3.org/css-validator/
    HTML - http://validator.w3.org/
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • [SOLVED Noob question about web server permissions

    Hi I have setup up succesfully my web server. Now I am having some permission's questions/problems.
    First of all, I want the /home/httpd/home folder not to be show to the other machine users and only to root.
    I have created a user www-data and I have conf the apache file.
    This is my settings:
    My server directory is: /home/httpd and the permissions I have set:
    home dir:
    ~edited because solved~
    I have set .htaccess to some folders. I don't know If the permissions are safe or not. Can you help me?
    I think that I have different permissions to files and different to the folders...
    Thank you!
    Edited:
    And an example of my permission (phpMyAdmin):
    ~edited because solved~
    Last edited by k3rn31 (2008-02-28 22:26:09)

    This is more of a chat item for me, if you feel like it you can find me most of the time here at http://zaxter.org/xmpp.html if you have flash you can join via a simple click on connect.
    Sorry I've not been of much help to you.

  • Question about Web Cache!

    I want to install another web server on the 9iAS machine. Can Web cache simultaneously support the Apache and the IIS??

    See no reason why not, but i would suggest that you should try the 'Web Cache and Database Cache Discussion Group', which is the more appropriate forum for the caching questions.
    Cheers
    Stefan

  • Basic question about Web Services

    First I wan't to say that i've searched the net for info, and all I could find was some advanced code snipets. However, I would like to start from the begining.
    I'm trying to develop a web service which takes XML as input parameter, an returns some other XML.
    I developed a WS like that
    import org.w3c.dom.Element
    public static Element returnElement(Element xml)
    { return xml }Now here's the problem:
    I would like to be able to call this WS from other programming languages, like Delphi, C++...
    To try and make something like that, I converted xml to String and pass it to a WS. However, this string is too big (about 3200 chars) for HTTP GET to handle.
    How can I do that?? Which classes to use? How to represent data in XML form that could be read in Java and other programming languages?
    Please, at least, post a link, I just need some basic pointers.
    Code examples would be much apreciated.
    Thanks a lot in advance,
    Good day,
    Simon

    Hi,
    Thanks for your reply. There is a directory on the web logic server's box where the required classes exist. How can I add those to the CLASSPATH? How can I do it from Web Logic Admin Console?
    Regards,
    Ram

  • A question about web service

    hi experts,
    I develop a web service based on abap FM. When the 3party programs call it, user need to input the username/password.
    can I config sth for the web service, and user don't need the input user/pass?
    Thanks

    Hi Michael,
    I understand you are worried about security (i.e.people accessing the Service anonymously is something you want to avoid).  Also, you don't want the people to have to manually authenticate themselves (i.e. enter a User ID and Password) to execute the Service.   In this case, you need to use a more sophisticated authentication technique like X.509 SSL Client Certificate or SAP Single Sign On Ticket.  This is a complex subject and not suitable for discussion here.  Here are links to topics that could get you started.
    1. SAP Help Portal link to the topic Security Aspects for Web Services:
    http://help.sap.com/saphelp_nwpi71/helpdata/en/46/a088198f835edfe10000000a11466f/frameset.htm
    2. SAP Help Portal link to the topic Making a Web Service Secure:
    https://help.sap.com/saphelp_nwpi711/helpdata/EN/47/ab7ba049f84848e10000000a421138/frameset.htm
    I hope this helps.
    Best Regards,
    Andy

  • Question about web service and timeouts

    I have a form with a button script that invokes a synchronous soap web service request to an address validation service. It works nicely in testing but I am a bit concerned at what might happen when we go live with respect to the form hanging if the soap server is unavailable or the user is offline.
    From some simple tests in production, where the web service is available yet:
         - in Windows, it times out in Adobe Reader 10.1.1 within about 15 seconds; and
         - In the Mac, with Adobe Reader 10.1.3 it takes around 4 1/2 minutes.
    The latter is not good, as it hangs Reader the entire time.
    Is there some way I can set a timeout in the soap request. Would it be worth considering an async call? If I changed it to async, could I let the user continue to fill the form and then setFocus with an async flag?

    Hi,
    I'm almost there. I dont think that you can do exception handling in FormCalc. How do I trap the error. So far I have
    if (HasValue(Get("http://despaiqo001.development.local:4001/crossdomain.xml")) == 0) then
         $xfa.host.messageBox("not available")
    else
        $xfa.host.messageBox("got it")
    endif
    but when I change the URL so it cant access it, I get a form calc exception. Any samples of how I can script it?

  • Question about web service client

    Hi,
    I am creating the a client to call non wls web serveice.
    First I need to create the client jar using clientgen. My question is when i create the client jar I need the wsdl file. where is the correct place to store the wsdl file? Also I have development and production wsdl file with the different service location. Do I have to store both of the wsdl files? It's a trouble to remember to build the different client jar for development and production (using different wsdl), is there anyway that I can build the client jar once and somehow dynamically configure to use different wsdl (ie service location) in different environment? Thanks

    Hi Holy,
    If you know the WSDL hasn't changed since you used it when running the clientgen Ant task, you can just use the one that is inside the JAR that clientgen produces. To do this, you just need to not specify an argument to the XXX_Impl constructor. For instance:
    AttachmentPartsService_Impl service = new AttachmentPartsService_Impl();
    This has some performance benefits, because it reduces the total number of network calls, the client-side Web Services stack makes. If you specify the URL for the WSDL to the constructor (as recommended by someone else here), the client-side Web Services stack will issue an HTTP GET to get it. Now if the WSDL that is returned uses types that are different than the ones the clientgen Ant task generated classes for (i.e. the ones in the JAR generated by the clientgen Ant task), you are in trouble because the client-side Web Services doesn't generate serialization/deserialization classes (i.e. the ones in the JAR generated by the clientgen Ant task) "on-the-fly".
    The service endpoint for a Web Service call can (and should) be set programmatically, from a properties or configuration file. This will look something like this in the code:
    import java.util.Properties;
    import javax.xml.rpc.Stub;
    private static Properties loadProperties(String fileName) throws IOException
    if (fileName == null || fileName.length() == 0) return null;
    Properties props = new Properties();
    FileInputStream fis = null;
    try
    fis = new FileInputStream(fileName);
    props.load(fis);
    finally
    if (fis != null) try { fis.close(); } catch (Exception ignore){}
    return props;
    public static void main() throws Exception
    Properties props = loadProperties("MyProperties.properties");
    Client client = new Client(props);
    public Client(Properties properties)
    AttachmentPartsService_Impl service = new AttachmentPartsService_Impl();
    AttachmentPartsServiceSoap port = service.getAttachmentPartsServiceSoap();
    if (schemeHostPort == null) schemeHostPort = "http://localhost:7001";
    ((AttachmentPartsServiceSoap_Stub)port)._setProperty(
    Stub.ENDPOINT_ADDRESS_PROPERTY,
    properties.getProperty("production.AttachmentPartsService.serviceEndpointURL"));
    This way, you can have a different properties file for each environment you propagate the web service to, as opposed to saving copies of WSDL files just to have the "correct" service endpoint address. It also has the additional benefit of letting you store the service endpoint URLs for more than just one web service.
    Regards,
    Mike Wooten

  • Question about web.show_document

    Hi,
    I am using form 10g and I want to call the function web.show_document to show
    a web page called test.html.
    Where the html should be placed so that calling
    Web.Show_Document('test.html','_self') will show the content ?
    Thanks.
    Ivan

    This question really has little to do with Forms. This is really a question related to using a web server.
    The html file needs to be located in a physical directory that corresponds to a virtual path which is defined within the HTTP Server. You can create your own or use an existing one. Refer to the HTTP Server (or Apache) documentation. Specifically look for references to using "mod_alias":
    http://httpd.apache.org/docs/1.3/mod/mod_alias.html#alias
    Here is an example assuming you are using Forms 10.1.2:
    1. Copy the html file to this directory: %ORACLE_HOME%\forms\java
    2. The URL you would use to access the file would look something like this (replace the server, port, and file name with your own):
    http://server:port/forms/java/test.html
    The WEB.SHOW call would look something like this:
    WEB.SHOW_DOCUMENT ('http://server:port/forms/java/test.html');

Maybe you are looking for

  • Attempting to install Creative Cloud

    I have been trying to install the Creative Cloud app for two days. I keep getting an error message about 10 seconds into the install. The error code is A12E5  Adobe Installer: We've encountered the following issues: There seems to be a problem with t

  • T410 : keyboard problem after juice spill

    Hi, I have recently spilled some fruit juice (sweet and sticky) on my t410's keyboard. Here are the problems caused and the different steps I took to try and solve them : 1. Switched off the laptop, waited a day. Switched it back on. The laptop worke

  • Re: Forte Estimating Metrics

    Greg, In my experience, the class-count metric is a poor one for time estimation, for four reasons: 1. The actual time/class is very domain- and implementation- sensitive. Industry averages are fairly unhelpful, unless you happen to employ average pr

  • What are good suggestions regarding Password Protection programs for Apple?

    I'm looking to implement a Password Protection file/system throughout my Apple world (iMac, iPhone, iPad) and was wondering what is the strongest/user friendly programs available for Apple stuff. GR

  • Add member in Distribution List from Sql file or Sql Server

    Hi  I want to add member in Distribution List in MS Exchange 2010 using MS Sql Database file How to create connectivity between MS SQL file and MS Exchange 2010 ? and manage DL also add and remove member from DL?