How Can i get the URL of a page

How Can i get the URL of a page . like in ASP the
Request.QueryString() ...
Thanks

Are you wanting actual URL or just the url (query string
variables)?
For url variables you would reference the structure.variable
name like so:
#url.variablename#
So if you had a url like this:
http://www.somedomain.com?page=home&action=view
You could access the variables like so:
#url.page#
#url.action#
If you are wanting to actual page you could use:
#cgi.script_name#
Bryan Ashcraft (remove brain to reply)
Web Application Developer
Wright Medical Technologies, Inc.
=============================
Macromedia Certified Dreamweaver Developer
Adobe Community Expert (DW) ::
http://www.adobe.com/communities/experts/
"Yasmin_lady" <[email protected]> wrote in
message
news:e4fhjv$fpl$[email protected]..
> How Can i get the URL of a page . like in ASP the
Request.QueryString()
> ...
> Thanks

Similar Messages

  • I am unable to reply to your e-mail convermation--how can I get the URL to past into my browser?

    Received a confirmation e-mail requestion me to reply to it and I cannot get the URL to paste to my browser--how can I do this???????/

    Hi June,
    Sorry for the trouble you've had.
    I've verified your account on our end and you should be able to access the ExportPDF service now.
    Please let us know if you have any questions!
    -David

  • How can I get the styleID of a page

    Hi all,
    my problem is to get the style_id of a page with java methods.
    Everythig else I can get, but not the style_id!!!
    I need it for using the same style in a popup window.
    Best regards, Michael

    I don't think you can get the style_id using the current implemenation. I'm assuming you're using web providers written in Java. A convoluted way would be to use a JDBC call back to the portal.

  • 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 can I get the URL in my history to send me to the right webpage instead of the webpage I was viewing before i opened my history?

    It seems to send me to the right link occasionally, but this is a rare occasion. Ive went to my settings and browser preferences and there is not an option found that would prove to solve the problem.

    Let me repeat your question to ensure that I understand correct. You open history and click on a URL but the browser simply returns to the same page rather than opening the URL that you selected in the current tab. Is that correct?

  • How can I see the URL for a page opened in the new version of safari?

    Sometimes I like to copy the URL for an article I find on the web.  The new version of Safari doesn't seem to show the URL.  How can I see it?

    Just click inside the url address bar. Full url address highlighted, will appear.
    Best.

  • How can I get the whole URL to my BSP Controller

    Hi,
    I need to build up a html-link with my bsp-url. How can I get the whole url to a specific controller, but without the session-id (sap(id))?
    I need something like the following:
    http://server:port/sap/bc/bsp/sap/<application>/<controller>.do
    Thank You!

    Hi Arne,
    you can create the URL with the method:
    CALL METHOD cl_bsp_runtime=>if_bsp_runtime~construct_bsp_url
       EXPORTING
          in_application_ns = ...
          in_application    = ...
          in_page           = ...
          in_parameters     = ...
        IMPORTING
          out_abs_url    = ....
    Regards,
    Rainer

  • How can we get the values from the view?

    Hi All,
    my scenario is i have two fields in my view .one is parameter.and another on is select-options.how can i get the user entered values into my selection screen.?
    for the select options i get the values into field-symbol.for parameter i get the value using get_attribute.
    can i use like this in select statement.
    WHERE SERVICE_ID  = ZSD_DD_AUFNRS
                       AND CRE_DT IN <FS_DATE>.
    Regards,
    Ravi.

    Hi Sravan,
    when i am using the below code to generate self defined functions i m getting a error .
    *Generate an object for self defined functions
      DATA: lo_self_functions TYPE REF TO if_salv_wd_function_settings,
    *Generate an object for button 'Confirm'
           lr_button TYPE REF TO cl_salv_wd_fe_button,
           lo_self_function TYPE REF TO cl_salv_wd_function,
                  l_text type string.
    *Set Self-defined functions
    *'Confirm' Button
      lo_self_functions ?= l_value..
      lo_self_function = lo_self_functions->create_function( 'CONFIRM'  ).
      CREATE OBJECT lr_button.
      CLEAR l_text.
      l_text = 'Confirm'.
      lr_button->set_text( l_text ).
      lr_button->set_image_source( '' ).
      lr_button->set_image_first( 'X' ).
      lo_self_function->set_editor( lr_button ).
    Error when processing your request
    What has happened?
    The URL http://cgslsvr3.cgsl.com:8020/sap/bc/webdynpro/sap/zsdr_cash_work_list/ was not called due to an error.
    Note
    The following error text was processed in the system CGD : WebDynpro Exception: IDs Can Only Contain Characters of Syntactical Character Set
    The error occurred on the application server cgslsvr3_CGD_20 and in the work process 0 .
    The termination type was: RABAX_STATE
    The ABAP call stack was:
    Method: RAISE of program CX_WD_GENERAL=================CP
    Method: CONSTRUCTOR of program CL_WDR_VIEW_ELEMENT===========CP
    Method: CONSTRUCTOR of program CL_WD_TOOLBAR_BUTTON==========CP
    Method: NEW_TOOLBAR_BUTTON of program CL_WD_TOOLBAR_BUTTON==========CP
    Method: IF_SALV_WD_COMP_TABLE_UI~CREATE_TOOLBAR_ITEM of program CL_SALV_WD_C_TABLE_V_TABLE====CP
    Method: IF_SALV_WD_COMP_TABLE_UI~CREATE_TOOLBAR_ITEMS of program CL_SALV_WD_C_TABLE_V_TABLE====CP
    Method: IF_SALV_WD_COMP_TABLE_UI~UPDATE_TOOLBAR_ITEMS of program CL_SALV_WD_C_TABLE_V_TABLE====CP
    Method: IF_SALV_WD_COMP_TABLE_UI~UPDATE_TOOLBAR of program CL_SALV_WD_C_TABLE_V_TABLE====CP
    Method: IF_SALV_WD_COMP_TABLE_UI~UPDATE of program CL_SALV_WD_C_TABLE_V_TABLE====CP
    Method: IF_SALV_WD_VIEW~MODIFY of program CL_SALV_WD_C_TABLE_V_TABLE====CP
    What can I do?
    If the termination type was RABAX_STATE, then you can find more information on the cause of the termination in the system CGD in transaction ST22.
    If the termination type was ABORT_MESSAGE_STATE, then you can find more information on the cause of the termination on the application server cgslsvr3_CGD_20 in transaction SM21.
    If the termination type was ERROR_MESSAGE_STATE, then you can search for more information in the trace file for the work process 0 in transaction ST11 on the application server cgslsvr3_CGD_20 . In some situations, you may also need to analyze the trace files of other work processes.
    If you do not yet have a user ID, contact your system administrator.
    Error code: ICF-IE-http -c: 110 -u: CT-0024 -l: E -s: CGD -i: cgslsvr3_CGD_20 -w: 0 -d: 20080414 -t: 105835 -v: RABAX_STATE -e: UNCAUGHT_EXCEPTION
    HTTP 500 - Internal Server Error
    Your SAP Internet Communication Framework Team
    How can i resolve it?
    Regards,
    Ravi

  • I purchased a magazine using the Zinio app which I'd recently downloaded on to a recently purchased iPad. I received an error message at the time (can't recall the details) but have since been invoiced for the $8.99. How can I get the Magazine I purchased

    I purchased a magazine using the Zinio app which I'd recently downloaded on to a recently purchased iPad. I received an error message at the time (can't recall the details) but have since been invoiced for the $8.99. How can I get the Magazine I purchased?

    FOR ASSISTANCE WITH ORDERS - iTUNES STORE CUSTOMER SERVICE
    For assistance with billing questions or other order inquiries, please refer to our online support page by clicking here: http://www.apple.com/support/itunes/store/. If you cannot find the answers you are seeking in our robust knowledge base, you can contact us by visiting the following URL http://www.apple.com/support/itunes/store/, clicking on the appropriate Customer Service topic, then using the contact button or email form at the bottom of the page. Responses to emails will be provided as soon as possible.
    Phone: 800-275-2273 How to reach a live person: Press 0 four times
    Hours of Operation: Mon-Fri: 9am-5pm ET
    Email: [email protected]
    How to report an issue with Your iTunes Store purchase
    http://support.apple.com/kb/HT1933
    How to Get a Refund from the App Store
    http://gizmodo.com/5886683/how-to-get-a-refund-from-the-app-store
    Canceling a Digital Subscription
    http://gadgetwise.blogs.nytimes.com/2011/10/14/qa-canceling-a-digital-subscripti on/
     Cheers, Tom

  • I am using 3.6. How can I get the update to look just like this version? I truly don't want to use IE or MSN but if that is all I have, then let me know. Thanks

    I am using 3.6 because I like how it spreads out my toolbars instead of just giving me the bookmarks in the corner and the lonesome firefox in the opposite corner. I know I can open the bookmark toolbar but it is not the same. I want the file, edit, view, history, bookmarks, tools, help toolbar across. How can I get the new firefox to do that

    This should duplicate the image that you posted as your preferred appearance for Firefox 5 in the above (request to be LOCKED) duplicate thread.
    '''Menu Bar'''<br />
    *right-click empty space at the end of the Tab Bar, click "Menu Bar" to place a checkmark
    *Menu Bar checked = Menu Bar on; Firefox button off
    *Menu Bar un-checked = Menu Bar off; Firefox button on
    *Other methods of doing the same:
    **click Firefox button > Options, click Menu Bar
    **Quick toggle Menu Bar on/off: ALT+V+T+M
    '''Tabs on Top'''<br />
    *right-click empty space at the end of the Tab Bar, click "Tabs on Top" to remove the checkmark
    *Tabs on Top checked = Tabs above toolbars
    *Tabs on Top un-checked = Tabs below toolbars
    *Other methods of doing the same:
    **click Firefox button > Options, click Tabs on Top
    **Quick toggle Tabs on Top on/off: ALT+V+T+T
    '''Separate Reload / Stop buttons and position of Home button'''<br />
    *Open the Customize window; do one of the following:
    **right-click the empty space at the end of the Tab bar, choose "Customize"
    **click Firefox button > Options > Toolbar Layout
    **if using the Menu Bar, click View > Toobars, click Customize
    **Quick open Customize window: ATL+V+T+C
    *the Reload and Stop buttons will be shown separate between the URL/Location bar and the Search Bar. While the Customize window is open, do one of the following, to keep the buttons separate:
    **drag the Stop button to the left of the Reload button
    **drag a "Space" between the Reload and Stop buttons
    **drag one or both buttons anywhere on the Navigation bar separated by a "Space" or another icon or reverse the order to Stop-Reload to keep them separate
    *drag the Home button to the right of the Search Bar
    *click "Done" at the bottom right of the Customize window when finished.
    '''Color Back/Forward, Home, Stop and Reload buttons'''<br />
    *Install this add-on: https://addons.mozilla.org/en-US/firefox/addon/firefox-3-theme-for-firefox/
    '''If this reply solves your problem, please click "Solved It" next to this reply when <u>signed-in</u> to the forum.'''
    Not related to your question, but...
    You need to update some plug-ins:
    *Plug-in check: https://www-trunk.stage.mozilla.com/en-US/plugincheck/
    *Adobe PDF Plug-In For Firefox and Netscape: [https://support.mozilla.com/en-US/kb/Using%20the%20Adobe%20Reader%20plugin%20with%20Firefox#w_installing-and-updating-adobe-reader Installing/Updating Adobe Reader in Firefox]

  • How can I get the template( word rtf )  for PO – Printed Purchase Order ?

    I want to convert the “PO - Printed Purchase Order” report from Oracle rdf format to BI Publisher. I am looking for the template but could not find in UNIX.
    As per the Oracle blog, the template is available. Please see the URL : https://blogs.oracle.com/xmlpublisher/resource/121BIPReports.pdf
    The template code is POXPRPOL_XML.rtf
    when I look at the $PO_TOP/patch/115/publisher/templates/US directory, I cannot find POXPRPOL_XML.rtf
    How can I get the template( word rtf ) for PO – Printed Purchase Order ?
    Thank you,
    Biju Varghese.

    How can I get the template( word rtf ) for PO – Printed Purchase Order ? XML Publisher Administrator -> Templates
    find by code or name
    open it and you can downloadtemplate by "download" button

  • How do I get the URL to "My Photo Stream" (the base one, Not the one I created to share out)?

    How do I get the URL to "My Photo Stream" (the base one, Not the one I created to share out)?

    You can't get a url for my photo stream; only for publically shared streams.

  • In Jsp TagLib how can I get the Attribute value (like JavaBean) in jsp

    Dear Friends,
    TagLib how can I get the Attribute value (like JavaBean) in jsp .
    I do this thing.
    public void setPageContext(PageContext p) {
              pc = p;
    pc.setAttribute("id", new String("1") );
              pc.setAttribute("first_name",new String("Siddharth")); //,pc.SESSION_SCOPE);
              pc.setAttribute("last_name", new String("singh"));
    but in Jsp
    <td>
    <%=pageContext.getAttribute("first_name"); %>
    cause null is returing.
    Pls HELP me
    with regards
    Siddharth Singh

    First, there is no need to pass in the page context to the tag. It already is present. How you get to it depends on what type of tag:
    Using [url http://java.sun.com/j2ee/1.4/docs/api/javax/servlet/jsp/tagext/SimpleTagSupport.html]SimpleTagSupport
    public class MyTag extends SimpleTagSupport
      public void doTag()
        PageContext pc = (PageContext)getJspContext();
        pc.setAttribute("first_name", "Siddharth");
        pc.setAttribute("last_name", "Singh");
        pc.setAttribute("id", "1");
    }Using [url http://java.sun.com/j2ee/1.4/docs/api/javax/servlet/jsp/tagext/TagSupport.html]TagSupport or it's subclass [url http://java.sun.com/j2ee/1.4/docs/api/javax/servlet/jsp/tagext/BodyTagSupport.html]BodyTagSupport the page context is aleady declared as an implicit object:
    public class MyTag extends TagSupport
      public void doStartTag()
        pageContext.setAttribute("first_name", "Siddharth");
        pageContext.setAttribute("last_name", "Singh");
        pageContext.setAttribute("id", "1");
    }In each case, this sort of thing should work:
    <mytags:MyTag />
    <%= pageContext.getAttribute("first_name") %>I

  • How can i get getwayed url string using pluggable nav in news portlet?

    hi.
    How can i get getwayed url string using pluggable nav in news portlet?
    A code just like below is what I want.
    <param value="param=http://.../portal/server.pt/gateway/PTARGS_.../http/...">
    I tryed the following, but didn't work as I wanted.
    1.<param value="<pcs:valueexpr='var'/>">
    -> transformed. but I want the prefix 'param=' in the enquoted string's too.
    2. <param value="param=<pcs:valueexpr='var'/>">
    -> not transformed.
    Any idea?
    Hiroyuki

    Hi all,
    We have HPROF functionality in our latest roadmap, so you will see that feature in our next major release called JRockit R28.
    I recommend, above from the MemLeak documentation suggested by Makiey, the following information on how to use JRockit tools.
    Performance Tuning & Profiling:
    http://download.oracle.com/docs/cd/E13150_01/jrockit_jvm/jrockit/geninfo/diagnos/part_02.html
    Using JRockit tools:
    http://download.oracle.com/docs/cd/E13150_01/jrockit_jvm/jrockit/geninfo/diagnos/part_03.html
    Diagnostics & Troubleshooting
    http://download.oracle.com/docs/cd/E13150_01/jrockit_jvm/jrockit/geninfo/diagnos/part_04.html
    Best Regards,
    Tuva
    JRockit PM

  • URG: How can i get current URL in PL/SQL?

    Hello,
    i need to get the URL of a page in order to read the parameters i pass from a page to another page.
    The owa_util.get_cgi_env('QUERY_STRING'); function doesn't work properly, so i'd like to know if there is a standard portal pl/sql function that return the current URL.
    In particular i know the wwpro_api_parameters package, but i have some pages without any portlets inside.
    For example:
    if a URL has these parameters: http://.......?empno=10&deptno=20
    can i use the "get_value" function in a custom procedure?
    l_value :=wwpro_api_parameters.get_value
    ('empno','p_reference_path');
    Does anybody know how to do that? and what do i have to put in the p_reference_path?
    Thanks in advance
    Ettore
    null

    Hi Ettore,
    Have a look at this thread: http://technet.oracle.com:89/ubb/Forum66/HTML/000956.html
    Regards,
    Peter

Maybe you are looking for

  • Open url from my application??

    Hi guys, I'm using jdev 10.1.2 and adf bc's. In my application i have a table which stores links for a number of websites. So I have a jsp which lists all the records from this table. When the user clicks on the link, the relevant page should open up

  • Can you put Mac OS X on a Windows PC

    I was wondering becuase if you can put WINDOWS XP on a Mac, then can u it be the other way around?

  • Configuration in Integration Directory.

    Hi Guys, I am doing a sample File To File Scenario. i completed up to Integration Repository.tell me what are the configurations to be done in Integration Directory like building of communication channels,  Sender And Receiver Determinations, And Sen

  • Window can not close.........

    Hi, I created link to action ui element in table column. When i click on that it will display new pop up window .Which is actully a window with iframe  . This ifram containing other application. Now when i close this window the view close but windows

  • 9300i sending mesages through PC suite

    HI Has anyone tried to sync or send messages through the PC suing PC Suite for 9300i , my device shows sending failed. Both PC suite and device firmware are the latest.