Get the url address of current form

Hi,
Any one knows how to get the url address of the current form ?
Thanks.
Ivan

You can probably use Java Script at in the html which starts the form then pass the value into the form using a user define Form's parameter.

Similar Messages

  • How to get the Url(address) of Next Page in Sequence of Pages in OAF

    Dear All,
    My requirement is to get the next page Url dynamically .
    i have created 2 pages ,first page have button to navigate to the next page ,when i click on first page button ,
    i want to store the url of the next page in column of the database table.
    This is urgent requirement .
    Please suggest .
    Thanks
    Maheswara Raju

    > Is there any way to get the memory address of a
    variable (like int ,float and all) in java.
    No. Chances are excellent that there's a way to do what you want without needing the variable's address, however.
    ~

  • How can I get the URL address of a secure https site to turn yellow

    The older versions of Firefox would turn the URL of a secure website yellow when accessed. Even with poor eyesight, I found this easy to see. When I upgraded to version 3.6, this feature was gone. Some of you programming capable users were kind enough to provide me with a chrome.css routine that made 3.6 act the way I needed it to. Unfortunately, I've been forced to upgrade Firefox to version 16 and the chrome.css file that worked on 3.6 seems to have no effect on 16. Would someone please provide me with a way of getting Firefox 16 to turn the https addresses yellow.

    That was a feature last used in Firefox 2.0 in 2006, a real long time ago ''(in software time.)'' This - http://www.dria.org/wordpress/archives/2008/05/06/635/ - explains the changes which came in Firefox 3.0.
    The code used for the Address Bar was completely changed for Firefox 4.0, which is why the css you were using in Firefox 3.6 doesn't work any longer.
    You could try looking for a "retro 2.0 style" Address Bar for that code, but I spent 15 minutes searching for a newer code and didn't find anything for 14.0 plus versions. ''Note that my search skills aren't the best.'' <br />
    http://userstyles.org/
    This is the closest I could find, but it isn't even close to what was used in Firefox 2.0. <br />
    http://userstyles.org/styles/69835/identity-box-earth-simple-fx-14 <br />

  • How do I get the URL address of a newly uploaded page?

    I'm using the files manager to upload my page to the server
    at school.
    When I'm viewing the page in Dreamweaver and go to Preview In
    Browser it keeps giving me my local folders address, instead of the
    file I uploaded to the server at school. I need to Preview In
    Browser
    the file on the server so I can copy the correct URL and
    send it to my teacher in an email (I need to send him my link to
    view my work).
    What am I doing wrong?
    I can upload to the server because I see my newly uploaded
    files sitting there in the Files manager.
    How do you Preview In Browser the file on the server? I need
    it's URL address.

    Hi guy
    Preview occurs on your local computer...
    Once it'a uploaded to the server, it's too late for
    "Preview".
    Visit the school's website, or contact the school's server
    administrator
    for the URL path to your pages.
    "smittyboy63" <[email protected]> wrote in
    message
    news:er8cdv$hl3$[email protected]..
    > I'm using the files manager to upload my page to the
    server at school.
    > When I'm viewing the page in Dreamweaver and go to
    Preview In Browser it
    > keeps
    > giving me my local folders address, instead of the file
    I uploaded to the
    > server at school. I need to Preview In Browser
    the file on the
    > server so
    > I can copy the correct URL and send it to my teacher in
    an email (I need
    > to
    > send him my link to view my work).
    > What am I doing wrong?
    > I can upload to the server because I see my newly
    uploaded files sitting
    > there
    > in the Files manager.
    > How do you Preview In Browser the file on the server? I
    need it's URL
    > address.
    >

  • WebUtil getting the URL of the current form

    Hi after reading through the documentation on WebUtil I am not sure whether the utility will allow you to get the URL that is in the browser that the user is using to display the Oracle Form that it is running from. I need this as I have to issue web.show_document commands based on the users URL and need to know the URL to figure out which server they have come from in order to issue a web.show_document command with a URL that the user will be able to read. Does anyone know if this is possible or other ways of achieving the same result
    Also has anyone got an unsupported version of WebUtil for Forms 6i as I am currently on AIX 4.3.3 and need to get our Unix teams to upgrade to AIX 5 before I can even start to think about Forms9i/10g and Oracle 9i/10g
    regards,
    [email protected]

    Mark,
    wweb.show_document() can take relative Web addresses too, which means that automatically the server that the Forms was downloaded from will be referref by the URL. Assuming
    http://myserv1:9999/forms90/f90servlet...
    is the address you started Forms Services on,
    web.show_document('/mydir/mytest.html','_blank');
    requets for a URL
    http://myserv1:9999/mydir/mytest.html
    So in fact you don't need to know of the URL.
    WebUtil does not provide this functionality, but it would be easy to add. So let me know if my suggestion using web.show_document() doesn't work as you want it and I'll add this as an ER for WebUtil.
    Fran

  • Getting the IP address of a mobile

    Hi,
    Is there any method in j2me by which we can get the IP address of a mobile?anyone has an idea. please help!!
    Thanks in advance

    vilyams,
    Thanks for the reply. Yes I know about the push registry, but isn't it dependent
    on sending and SMS msg to the phone? And in order to send and SMS msg to
    the phone dont I have to go thru a 3rd party - Short Message Service Center and dont they charge me for this?
    by Jason Edward Brown
    -06/09/2004
    http://www.microjava.com/articles/techtalk/WMA20?content_id=7690
    Real World Experiences with the WMA and the Push Registry
    Getting messages to the device
    For various reasons, not just anybody is allowed to send SMS messages to devices. Thus, a mobile development company ends up with two options: forge a relationship with each individual carrier or partner with an SMS aggregator. As the former option is far from being a trivial task (the business needs alone are daunting), working with an SMS aggregator is a viable option as they have already created partnerships with many carriers and usually have a simple API that you can use (rather than writing your own SMPP code).
    Two leading aggregators in the U.S. are MBlocks and SimpleWire. As my company had contacts there, we opted to use SimpleWire's services. Typically, you have an account with the aggregator and pass your account information with every SMS message that you send. SimpleWire's API is simple and does not take much time to integrate into your server-side components (my current implementation consists of about fifteen lines of simple code &#65533; see Code Sample 2). "
    End of insert
    Admittedly I am a novice hear, so I am trying to understand what my options are
    before spending a bunch of money.
    Maybe my question is academic:
    If the only way to get to the phone from my server is to go thru the push
    registry via SMS/MMS then why bother supporting datagrams and why is there
    so much discussion on the various forums regarding it?
    On a more practical level which is the most cost effective way to support
    async comm from my server to my phones? And is this answer generic
    across phones/carriers or do I need a different solution for each?
    thanks,
    manco

  • When I open a second Firefox browser window, the URL address window, instead of showing the URL, says "Go to a Web Site;" also, and more importantly, the "back" button is greyed out. This is a new problem, and the first Firefox window I open works fine.

    After I open the first Firefox browser window, any additional window I open does not open my homepage, but opens a blank page with "New Tab" showing on the tab. An orange "Firefox" tab with a drop down arrow shows at the upper left hand corner of the screen. All of the options (File, Edit, etc.) are greyed out, however they will work if you move your cursor over them.
    The URL address window says "Go to a Web Site". After I've gone to a website, the back button remains greyed out and I am not able to go back to a previous page. My RoboForm and Netcraft toolbars only show up in an abbreviate form. The add-on bar doesn't show up at all.
    Again, this is a recent problem, and only happens after I've opened one browser window (which works fine) and then open additional browser windows (as few as one additional).

    I had this same problem. Seems to be caused by the web developer tool bar FF extension (this started happening after a recent update to that extension). After disabling it, my FF is back to normal :)

  • Whenever I update my iPhone software, it asks me to sign in to iCloud with an old email address.  My other devices all have the correct address.  How can I get the correct address for my iPhone?  The only Apple ID that works for logging in is my new one.

    Whenever I update my iPhone software, it asks me to sign in to iCloud with an old email address.  My other devices all have the correct address.  How can I get the correct address for my iPhone?  The only Apple ID that works for logging in is my new one.

    To change the iCloud ID you have to go to Settings>iCloud, tap Delete Account, provide the password for the old ID when prompted to turn off Find My iPhone (if you're using iOS 7), then sign back in with the ID you wish to use.  If you don't know the password for your old ID, or if it isn't accepted, go to https//appleid.apple.com, click Manage my Apple ID and sign in with your current iCloud ID.  Tap edit next to the primary email account, tap Edit, change it back to your old email address and save the change.  Then edit the name of the account to change it back to your old email address.  You can now use your current password to turn off Find My iPhone on your device, even though it prompts you for the password for your old account ID. Then go to Settings>iCloud, tap Delete Account and choose Delete from My iDevice when prompted (your iCloud data will still be in iCloud).  Next, go back to https//appleid.apple.com and change your primary email address and iCloud ID name back to the way it was.  Now you can go to Settings>iCloud and sign in with your current iCloud ID and password.

  • How can I get the MAC address of my Apple TV?

    How can I get the MAC address of my Apple TV? I currently do not have an HDMI device to connect it to, and the MAC is not listed on the box or the Apple TV itself.
    (to answer the obvious, I am trying to pair it with an iPad, and I need to register the Apple TV for the network so the two can see each other)

    As long as I know java doesn't have support to work on link-layer, only internet and transport layers. You may write simple native code. On windows, IP Helper functions, like SendARP allow you to pass an IP address and get the hardware address. You store the hardware address on your database/file and later, when that machine is off, you send a frame to the address you stored previous.
    [http://msdn.microsoft.com/en-us/library/aa366071(VS.85).aspx]
    I haven't seen it on Linux, but if you need help let me know I'll check the Linux API's too.

  • How to get the url of the document in quick parts?

    I have document library in which there is one content type with the document template uploaded. In the footer of the document, I want to show the URL of the document which is opened in word application.
    Is there any way to get the URL? I am not able to see the field in Quick Parts while configuring footer of document template.

    Alexdu_,
    You can create a single line text site column in that content type to hold URL information.
    Create a SPD workflow to populate URL field using update field of current list.
    This custom column will be available as Quick part in word.
    This could be an alternate approach as URL is not available as quick part field.
    Please 'propose as answer' if it helped you, also 'vote helpful' if you like this reply.

  • Reg : How to get the company address in Crystal Report

    Dear members,
    I am stuck up with problem in Crystal Report in my project. I want to get the company address in the Crystal Report. How can i get the company address in the crystal report. Hope i will get help in this regard.
    Thank you.
    Regards,
    Venkatesh Rajagopalan

    Hi Dear
      plz send me  what is your methad to applay,
    so i am sending u code   for company address
    all company information  contain the OADM table ,
    so applay the select query  ang get the data form table
    this ia sample code ........
      SAPbobsCOM.Recordset oRecordset = (SAPbobsCOM.Recordset)ICreon_SBOAddOn.SBOCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.BoRecordset);
                    string GetComp = "select * from OADM ";
                    oRecordset.DoQuery(GetComp);
                    strCompName = oRecordset.Fields.Item("CompnyName").Value.ToString().Trim();
       Use this code  u will find the company name
      and after  that pass this valu a parameter
    oRPT.SetParametervalue ("CompanyName", strCompanyName)
      so pass the strCompanyName  as a parameter in the  cdrystel report.
    hope  help this code ,
    if u have any problem so plz send me  question in form,
    if u r  satisfied my answer so pl give me rewards point,

  • How do I eliminate the http identity information on the url address line"

    When you click on the down arrow on the HTTP line where the last URL address you keyed in is displayed - it will show the history of the last URL addresses you keyed in and visited. It will also display a second line known as "identity information". How do I get rid of this useless piece of information that forces a second useless line to be displayed?? I just want the URL addresses I had keyed in before to be displayed (one per line). Like all previous versions of Firefox and IE.
    How do I do it????

    Old Location Bar: https://addons.mozilla.org/firefox/addon/7637

  • Any command to get IP host address in Oracle Form 6i?

    Dear all,
    Any command to get IP host address in Oracle Form 6i?
    Best Regards,
    Amy

    Amy,
    There is sample code on OTN that allows you to fetch client information such as the IP Address with Forms 6i. Here is the link:[Get Client Information|http://www.oracle.com/technology/sample_code/products/forms/6idemos.html]
    Hope this helps.
    Craig...
    -- If my response or the response of another is helpful or answers your question please mark the response accordingly. Thanks!

  • Applescript to get the Url's of Safari for multiple browser instance??

    Hi All,
    am trying to get the URL's of the opened windows in more than one instance of Safari.
    I have got the script to get the url's of single instance, Pls suggest the same for multiple instances of safari browser with different windows opened for each instance. current code am uisng:
    tell application "System Events"
              set theURL to URL of current tab of window 1 
    end tell

    Try this:
    set theURLs to {}
    tell application "System Events"
        get id of processes whose name is "Safari"
        repeat with thisID in result
            tell (process 1 whose id is thisID)
                tell windows
                    copy value of text field 1 of group 2 of tool bar 1 to the end of theURLs
                end tell
                tell (windows whose name contains "abc")
                    click button 1 -- close
                end tell
            end tell
        end repeat
    end tell
    theURLs

  • To get the proxy address

    Hi
    Is there any api in jdk1.4 to get the proxy address..
    Regards
    Sharon

    hi,
    try with out execute webstart,
    import java.net.InetSocketAddress;
    import java.net.Proxy;
    import java.net.ProxySelector;
    import java.net.URI;
    import java.net.URL;
    import java.util.Iterator;
    import java.util.List;
    import com.sun.java.browser.net.ProxyInfo;
    import com.sun.java.browser.net.ProxyService;
    public class MainTest {
    * @param args
    public static void main(String[] args) {
    // TODO Auto-generated method stub
    //detect("http://www.myuniportal.com");
    detect2();
    public static void detect2() {
    try {
    System.setProperty("java.net.useSystemProxies","true");
    List l = ProxySelector.getDefault().select(
    new URI("http://www.yahoo.com/"));
    for (Iterator iter = l.iterator(); iter.hasNext(); ) {
    Proxy proxy = (Proxy) iter.next();
    System.out.println("proxy type : " + proxy.type());
    InetSocketAddress addr = (InetSocketAddress)
    proxy.address();
    if(addr == null) {
    System.out.println("No Proxy");
    } else {
    System.out.println("proxy hostname : " +
    addr.getHostName());
    System.out.println("proxy port : " +
    addr.getPort());
    } catch (Exception e) {
    e.printStackTrace();
    public static void detect(String location)
    String proxyHost;
    int proxyPort;
    try {
    ProxyInfo info[] = ProxyService.getProxyInfo(new URL(location));
    if(info != null && info.length>0)
    proxyHost = info[0].getHost();
    proxyPort = info[0].getPort();
    System.out.println("PROXY = " + proxyHost + ":" + proxyPort);
    }catch (Exception ex) {
    System.err.println(
    "could not retrieve proxy configuration, attempting direct connection." + ex);
    }** code taken from tdanecito, in java.net forums

Maybe you are looking for

  • Auto Filter in LOV in form builber 6i

    Suppose a table have 5 Records 101 102 103 104 105 when I call the Lov then it is displaying 5 records, but when I will select suppose 103 record no. and put in detail block, then after that I again call the LOv then it will display only four record

  • JDeveloper 9.0.3.1 is very slow

    Hi, I have installed 9.0.3.1 and created the project from scratch. Previously I was using 903 which was very fast in bringing up my application in normail.debug mode. Now it is behaving very slow. the only difference is I am using CVS for my source c

  • Common SLD in XI . Is it possible?

    Dear Expert, Though SAP gives option of using commond SLD, we have problem working with common SLD. We have the following landscape DEV R/3 system (TS is D01) connecting to DEV XI System QAS R/3 system (TS is Q01) connecting to QAS XI System PRD R/3

  • Error message (-50) when updating podcast

    When updating the Photoshop TV podcast I get an error message saying that there was a problem downloading it and I should check the URL to make sure that it is right. All other podcast updating is not affected, they update without issue. Is anyone el

  • Window does not get repainted when gains focus.

    Hi All, I have a JFrame, on clciking on button the processing takes some time to execute.In this time some other window(eg. commnad promp) overlaps JFrame.After this if I minimize the command prompt, nut the Jframe doesnt get repainted. Can any one h