How to hide real URL

Hi!
How can I hide url "http://127.0.0.1/htmldb/f?p=4550:11:10600805277182851681::NO:::" to something like:
"http://myhomepage.com"
but without showing application parameters when switching from one page to another?
THX!

You just can do this if you've got an separate web server.
The index.html of your domain needs to be a frameset:
- Frame1 size 1 pixel
- Frame2 size 100% screen-width minus 1 pixel
On the second frame you can point to your localhost 127.0.0.1:8080/htmldb/.......:NO:.......
Whatever you're doing in that frame won't change your domain-name.

Similar Messages

  • How to hide the url of Iframe

    Dear Experts,
    In my webdynpro application I am using a Iframe UI element, to show a document from KM,
    When the user Right Clicks on the Iframe he can view the URL,
    I have to hide this URL.
    Request you to please give your helpful suggestions.
    Warm Regards
    Upendra Agrawal

    Hi Upendra!!!
    Do not this UI element any more. Refer to the following link.
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/15/c07941601b1d09e10000000a155106/frameset.htm
    or, you can disable the rick click using javascript.
    I hope this helps you. If you are looking for something else, please revert back. I'll be happy to help you.
    Cheers!!!
    Umang

  • How to hide the URL path on click of an link to URL element,from user

    Hi All,
          I have an link to URL element, on click of the link it opens the specified url in a new window. But in new window the user is able to see the entire URL path. I want to hide this path from the user. Can any one please suggest me how to do it.
    Regards,
    lakshmi.

    hi,
    just check this help
    http://help.sap.com/saphelp_nwce10/helpdata/en/f7/f289c67c759a41b570890c62a03519/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/7d/fdc99ab37a8d42892e0d39bbd23be8/frameset.htm
    Link to URL Question

  • How to 'Hide' real domain when using a personal domain name

    Hello!
    I'd be grateful if anyone has a solution for the following:
    I use a personal '.co.uk' domain name for e-mailing, but my 'real' domain (from my ISP) shows up to the recipient when I send e-mails.
    I remember from my days of using Windows that there was a way of hiding it in Outlook Express (in an article I read about personal domain use). Is there a way of hiding my 'real' domain in Mail?
    Just to clarify how I'm set up with my personal domain: I bought it off 1&1 who then activated it for mail forwarding with, of course, my 'real' domain e-mail address as the destination.
    Any advice would be gratefully received.

    Well, you set the From: address that will appear on the email in Preferences, Accounts, Account information. (You can even add multiple email addresses in the Email address line -- just separate them with commas. Then you can select which From: address to use.)
    Anyone who looks at the complete message will still be able to see where it came from, but the From: field will be what you intend.
    -fred

  • How to Hide real path ??

    Hi
    Friends
    Sorry for duplication post. because in previous thread i can't edit it
    and code formatting is remains.
    sorry for that.
    see the following problem
    ====================
    I have make File Upload Successfully using
    dirName =servletContext.getRealPath("/uploads/");  
          File f = new File(dirName);
          if(!f.exists()){f.mkdirs();}
          out.println("<br>");
          saveTo = new File(dirName+"\\"+fileName);Since it is uploaded successfully.
    Now i navigate all uploaded files from perticular folder.
    and want to download that file.
    when i am using following code :
    // LISTING FILES IN DIR
            out.println("<br>");
            File dir = new File(dirName);
            String[] children = dir.list();
                 if (children == null)
            // Either dir does not exist or is not a directory
                 else
                    %>
                    <table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="68%" id="AutoNumber1">
                    <tr>
                        <td width="50%" align="center"><font face="Verdana">File</font></td>
                        <td width="50%" align="center"><font face="Verdana">Action</font></td>
                          </tr>   
                        <%
                        for (int i=0; i<children.length; i++)
                        // Get filename of file or directory
                        String filename = children;
    //out.println(filename);
    %>
    <tr>
    <td width="50%">
    <p align="center"><font face="Verdana"><%=filename %></font></td>
    <td width="50%">
    <p align="center"><font face="Verdana"><a href="<%=saveTo %>">View</a></font></td>
    </tr>
    <%
    out.println("<br>");
    %>
    it showing real path on link when i do mouseOver on it.
    So i want to hide the real path and want to download that file.
    since i am not using any database for this. it is just a prototype i m making.
    Can u help me to hide the actual path and we can download that file
    by clicking that perticular file.
    Thanks in advance.

    Hi, friend
    Might u not still understand me yet.
    actual problem is what i want to tell is :
    following is my structure :
    file1.pdf      view
    pic1.jpg      view
    pic3.jpg      view
    rom.pdf      viewwhen i mouseOver on view of pic1.jpg it displayed the
    link path in status bar : C:\name\JavaProg\webFUpload\build\web\uploads\pic1.jpg
    but i want it should be : \webFUpload\build\web\uploads\pic1.jpg
    and this is prototype only so i am not using any database.
    just to display files from folder. ( that is /uploads)
    2) second problem is :
    when i mouseOver on other link like view of rom.pdf
    it will display path of last uploaded file only that is
    file1.pdf
    and i m still unable to download it.
    please give me proper way to download file in JSP.
    Thanks

  • How to hide the URL when redirecting to another URL?

    Hello9 @ all,
    I want to write an application, which has some LinkToUrls, which redirect the User to BW-templates. When the user executes the LinkToUrls, he should redirect to the BW Templates, but must not see the URL in his browsers addressbar. He still should see the URL of the Web Dynpro Application. How could I solve this problem??
    Thank you in advance!!
    Mehmet

    Hello Maksim,
    I´ve tried this code inside a action of a LinktoAction but it does not work?
    public void onActionopenUrl(com.sap.tc.webdynpro.progmodel.api.IWDCustomEvent wdEvent )
        //@@begin onActionopenUrl(ServerEvent)
        String urlToTreeApp = wdContext.currentURLSElement().getKAP();
         final String formattedStr = "<HTML>" +"<HEAD>" +"</HEAD>" +"<FRAMESET ROWS="*" width="100%">" +"<FRAME SRC="" + "www.google.de" + "" MARGINWIDTH="0" MARGINHEIGHT="0" NORESIZE FRAMEBORDER="0" BORDER="0" SCROLLING="NO">" +"</FRAMESET>" +"</HTML>";
         try {
              final IWDCachedWebResource resource = WDWebResource.getPublicCachedWebResource
                        formattedStr.getBytes("UTF-8"),
                        WDWebResourceType.HTML,
                        WDScopeType.CLIENTSESSION_SCOPE,
                        wdComponentAPI.getDeployableObjectPart(),
                        "FrameResource"
              try {
                   wdThis.wdGetWd_menueInterfaceViewController().wdFirePlugExit(resource.getAbsoluteURL());
              } catch (WDURLException e1) {
                   // TODO Auto-generated catch block
                   e1.printStackTrace();
         } catch (UnsupportedEncodingException e) {
              e.printStackTrace();
        //@@end

  • How to hide ?config= in webforms url

    I have forms 11.1.1.2 with weblogic 10.3.5 and ohs
    I have several forms configurations like
    http://domainname:port/forms/frmservlet?config=A
    http://domainname:port/forms/frmservlet?config=B
    I want to hide the real URL, with configuration of virtual hosts I move to:
    http://Adomainname:Aport/forms/frmservlet?config=A
    http://Bdomainname:Bport/forms/frmservlet?config=B
    and with a location in mod_wls_ohs I can move to:
    http://Adomainname:Aport/myform?config=A
    http://Bdomainname:Bport/myform?config=B
    but I want to look the URL like:
    http://Adomainname:Aport/Aform
    http://Bdomainname:Bport/Bform
    Thank you for any idea.

    Well, I guess the better question is why are you trying to hide the information? If it is for security reasons, hiding the address shown in the url isn't going to offer much protection from someone who knows what they are looking at. If you just want it to look prettier, it may be possible to use mod_rewrite. This option may be a little more complex to get right because if done incorrectly, the form may not work properly. However, refer to the Apache documentation for information on how to use mod_rewrite. THIS WILL ONLY WORK IF YOU USE OHS IN FRONT OF WLS. Google or whatever your favorite search engine is will also a good source for information.
    Another way, which might also have issues depending on browser settings and restrictions would be to use an iFrame (inline-frame). This is likely the easiest way, but in order to accomplish this, the form likely would need to be launched from another web page for example from a link on a page. Another option would be to have the user call your new custom url which could point to a special page configured to show the form in the iframe.
    Again, google is a good place to start:
    http://www.google.com/search?q=iframe+hide+url
    Your last option (that I could come up with) would be to call Forms using a static html page rather than using the servlet's html generator. Basically you would create two static html pages and each would have the unique settings you wanted. For example, Aform.htm and Bform.htm (you can name them any way you like). Then the user would actually call something like this:
    http://Adomainname:Aport/Aform.htm
    http://Bdomainname:Bport/Bform.htm

  • How to hide dynamic parameters values in the URL with Reports 6i

    Hi,
    I want to know a way of hiding the parameters values when asking for a report through the web.
    Now I'm using the Reports 3.0.5.8 with a Cartridge defined in the Oracle Web Application Server 3.0.1.0.1. When you ask for a report with the parameters DESTYPE = cache and DESFORMAT = pdf, it is fully generated and in the Address or Location box of the browser, you can see http://webserver/cache/report.pdf (where cache is the virtual directory defined in the OWAS in which the .pdfs are cached). So, users cant see the Url used to generate the report.
    Im trying to upgrade this configuration to Reports 6i with Cgi in a web server. I generate reports with no problems. The problem I have is I cant find how to hide the parameters values as before. I mean, when I ask for a report, once its generated I can see http://webserver/cgi-bin/rwcgi60.exe?server=ServerName&report=report.rdf&userid=user/pass@connection&destype=cache&desformat=pdf&P1=value1&P2=value2 in the Location box. It allows user to ask for another report changing the values of the parameters. I use these parameters to execute some query written in the Data Model. For example, imagine that the P1 represents the company id, the user (that is supposed to see only data of its company) can change this id, ask for a new report and see data of another company.
    Ive already tried to use the key mapping option, but its not useful to me because the parameters values are dynamic and its impossible to define different entries in the cgicmd.dat for each possible value. The option of loading the parameter form before running a report is not useful to me either, because there exists specific screens for this purpose.
    Is there any solution?
    Thank you.
    Marma Bonfiglio.

    Hi Rakesh,
      I am using BI  7.0
    The last option I have is 'Hide' for 'Calculate single values as' .
    I have the below options  for 'Calculate single values as'
    1. Normalise  according to Next group  level  Resul.
    2. Normalize according to  Overall Result
    3. Rank number
    4.Olympic Rank Number
    5.Maximum
    6. Minimum
    7.Counter for all detailed values
    8.Counter for all detailed values that are non zero
    9.Moving average
    10.Moving average  That is  Not zero ,null or Error
    11. Hide.
    So could you please tell me where i can find 'suppress result' option for the keyfigure .
    Many thanks

  • How to hide the PORT NUMBER from the URL

    Hi,
    We have Application on Node 1 and Database on Node 2
    Apps Version: 11.5.10.2
    DB: 9.2.0.6
    We recently added a new node to act as web server for iSupport.
    Now we are able to access the url using public Ip-address which looks like
    http://<Internet Ip-Address>:<PORT NUMBER>
    Eg: http://******.com:8000
    But we dont want the *'PORT NUMBER(8000)'* to be displayed.
    How to hide the port number ?..
    Thanks in Advance,
    Mahesh

    Hi Hsawwan,
    Can you plz explain me the steps how to hide the port number from the url as our network administrator is not aware of this.
    Regards,
    Mahesh

  • How can hide parameters in url (calling reports)

    hi,
    in portal i'm running reports.
    report url is like this;
    http://myportal/reports/rwservlet?report=report.rdf&p_userid='||v_userid||'&cmdkey=conn_ybs_1'
    when antone calls report the userid parameter shown in url.
    for example;
    http://myportal/reports/rwservlet?report=report.rdf&p_userid='||65874||'&cmdkey=conn_ybs_1'
    i don't want to show parameters value to users
    how can hide this parameter in url?
    thanks.

    in portlet i get userid
    v_userid := wwctx_api.get_user;
    and use v_userid the following portlet.
    bq. &lt;HTML&gt; \\ &lt;BODY&gt; \\ &lt;ORACLE&gt;declare \\ p_authid varchar2(50); \\ p_personel_turu varchar2(1); \\ v_userid varchar2(10); \\ begin \\ p_authid := wwctx_api.get_user; \\ p_personel_turu := substr(p_authid,1,1); \\ v_userid := substr(p_authid, 2,8); \\ htp.p(' \\ &lt;table border="0" width="100%" cellpadding="0" cellspacing="0"&gt;&lt;tr&gt;'); \\ if p_personel_turu = 'I' then \\ htp.p('&lt;td width="100%" bgcolor="#7496ec" align="left"&gt;*{size:2}{color:#ffffcc} &lt;img border="0" src="\img\resimler\bullet\bullet.gif" align="middle" width="19" height="19"&gt;{color}{size}{font:Verdana}{size:2}{color:#ffffcc}D&ouml;rt Aylık Vizite Kağıdı{color}{size}{font}*&lt;/td&gt; \\ &lt;/tr&gt; \\ &lt;tr&gt; \\ &lt;td width="100%" bgcolor="#ffffff"&gt;{font:Verdana}{size:1}{color:#006699} İş&ccedil;i Personel D&ouml;rt Aylık Vizite Kağıdı{color}{size}{font}'); \\ htp.anchor(curl=&gt;'http://myportal/reports/rwservlet?report=report.rdf&p_userid='||v_userid||'&cmdkey=conn_ybs_1',ctext=&gt;'*{font:Verdana}{size:1}tıklayın.{size}{font}*&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td width="100%"&gt; &lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;',cattributes=&gt;'target="_blank"'); \\ end if; \\ htp.p('&lt;/tr&gt;&lt;/table&gt;'); \\ end; \\ &lt;/ORACLE&gt; \\ &lt;/BODY&gt; \\ &lt;/HTML&gt;

  • How to hide URL

    Hi ,
    I'm running Reports 10g from Forms 10g Application , the type of my reports is JSP , lately one of the staff started changing the "getjobid" parameter that is shown in the URL that he has access to , when he changes the number of the jobid another report is shown to him which he isn't supposed to be seeing ...
    What is the best way to avoid this ? Is there any way to hide the URL or clear the old jobs ids or anything to do?
    Thanks....

    Hi,
    This is observed incase when reportServer is not SSO enabled..If SSO is enabled then jobs can be viewed by respective SSO users. This needs Infrastructure.
    Refer this note on metalink, This talks about how to restrict the showjobs URL under standalone install.
    Note.437246.1 Which Possibilities are Available to Prevent Users from Accessing showjobs Page and getjobid in URL?:
    Thanks,

  • How to hide ms crm base url in html

    Hi, Actually we are using some crm web resources in html is it possible to hide crm urls?. please see the below details. Please help me to build dynamic url in html
    we are using like this
    <script src="https://example.crm5.dynamics.com//WebResources/PolicyInfo"></script>
    Now i want to hide like this
     <script src= window.parent.sessionStorage.getItem("myurl"); + "PolicyInfo"></script>
    <script type="text/javascript">
        function call() {
        debugger;
            sessionStorage.myurl = "";
    sessionStorage.setItem("myurl","https://example.crm5.dynamics.com//WebResources/");
      var vamurl  = sessionStorage.getItem("myurl");
      return vamurl;
        window.onload = call;
    </script>
            <script src= window.parent.sessionStorage.getItem("myurl"); + "PolicyInfo"></script>
    or
    <script src= call(); + "biz_PolicyInfo"></script>
    Both methods are not working. Please help me on these.

    If someone knows how to view the source code he probably knows also to check the network traffic from the browser console, so it's kind of useless trying to hide the full url of a WebResource
    My blog: www.crmanswers.net -
    Rockstar 365 Profile

  • How could I convert pdf file to real url?

    How could I convert pdf file to real url?

    Many thanks Gilad
    But the link of Acrobat is not working in facebook, that is Why I mentioned a real URL " Web-page

  • How to Hide URL  of reports when run Report 10g.

    Hi ,
    When end user runs a report through a form then report output is displayed and following type of URL is also generated on address bar of browser: http://server:7778/reports/rwservlet/getjobid22243?server=rep_servername_appsrv
    Can we hide this URL so that the user cant change the JOB_ID and get access to other previous reports.
    Thanks & Regards,
    NL

    Put the following In the format trigger of the repeating frame:
    return :cs_cnt > 0;
    Here cs_cnt is the summary column counting details per master.

  • How to HIDE URL in oracle 9i and form 6i

    hello and hi all,
    me using oracle database 9i and form 6i with application server 9i
    when me run my form at web me see
    http://hrtest/dev60cgi/ifcgi60.exe?form=login_form.fmx&width=1000&height=700&userid=*user/password@sid*
    me want to hide that url
    any body can help me
    Mahr haider iqbal

    open the frmweb.cfg file
    copy the existing configuration and paste it with new name
    there is a sepwindow seeting is there copy that setting in your configuration.
    now run the application with the url and config setting.
    it will come in seperate window without url... here is the example..
    [myconfig]
    userid=
    host=
    port=
    #other seetings
    #sep window setting
    separateFrame=True
    lookandfeel=Generic
    -----------------------------------------------------

Maybe you are looking for

  • Impdp - Problem with import database

    Hi Gurus, just a short question. What is the procedure for import oracle database ? I have exported dump file of my oracle instance and I would like to import it on some other servers. I dont know why I can import it correctly. My procedure is: 1) ex

  • Old Creative Suite license issue

    We have an old physical copy of Creative Suite 1.0 with disks and license sticker on the box. The license is currently in use on an old XP machine that we need to upgrade to Window 7. There is no deactivate option, and the product will not activate o

  • How to create Mobile User Account

    Hi all, I have a dumb question but it makes me crazy !!! I'm new in CRM 5.2 and in mobile as weel. My question is : How to create a user acount into my mobile infrastructure ? I've followed the following explanation but I don't find the solution : [h

  • Remove Extra Columns in Approver Inbox

    There are several columns in the Shopping Cart Approval Manageru2019s inbox that I want to remove, (they are blank) however these fields do not appear in the POWL layout list in SPRO.  Any suggestions on how to hide these fields? The feeder type is S

  • Uninstall FCE

    How do I uninstall Final Cut Express so no files remain so I can re-install like new? I'm having a problem with a scratch disk error that will not allow me to open FCE. I tried moving it to the Trash and re-installing, but that doesn't work.