How to redirect a page to a link in the header.

Hi, I have a link in the Header.jsp to Contactus page. How do I access this page of header.jsp.

Can someone help me on this please

Tag render: pageUrl user
http://download.Oracle.com/docs/CD/E13155_01/WLP/docs103/javadocjsp/framework/render/PageUrl.html
I assume you mean you want to goto the page and not a "redirect".

Tags: Fusion Middleware

Similar Questions

  • How to assign URLs dynamically using button/link on the page of peoplesoft? Please provide detailed instructions.

    How to assign URLs dynamically using button/link on the page of peoplesoft? Please provide detailed instructions.

    1. define the URL, the Z_URL1 or the Z_URL2 definitions

    2. in the change of field button:

    If true Condition then

    ViewURL (URL. Z_URL1);

    On the other

    ViewURL (URL. Z_URL2);

    End - if

  • Why my pages contain a link in the browser?

    My pages will link not through my navigation bar when I view it in a browser (IE and Firefox).

    I am new to CSS and div I'm from a tables-based layout and conversion work in DW 4.

    My (attached here) index page will link to my old pages (I did it for testing purposes). However, I made 2 other CSS pages based on the template of index and 3 pages will not link in the browser. I built the Page 2 of the Index by using the Save as command. Then to built the Page 3 of 2, etc. using Save as order. Each of the 3 pages CSS have the stylesheet link in their respective regions of head

    Grateful for any help you can offer.

    Thank you

    Clyde Semler

    First of all, you work in a defined Dreamweaver site?  You need to do this first so that DW creates a cache of project files and knows he must keep track of all the files / assets within the project.

    Definition of a site:

    http://kb2.Adobe.com/CPS/140/tn_14028.html

    Appears that you use relative links of the site instead of the relative document root.

  • Homepage
  • When you link to the file through the property inspector and choose the folder option, see if you selected site or document relative links.

    --

    Nadia

    Adobe Community Expert: Dreamweaver

    ---------------------------------------------------------------

    Unique templates CSS | Tutorials | SEO articles

    http://www.DreamweaverResources.com

    --------------------------------------------------------------------------

    Web Design & development

    http://www.perrelink.com.au

    http://Twitter.com/nadiap

  • Personal link on the header of the Application (Section Logo)

    Hello

    We want to add a link custom request header - section Logo, which is a link in the section logo secondary to use as a link on header brand logo and it redirects to the home page. We want to add a different link to the image of the secondary logo on the header section.

    I was looking at the menu extension user's guide, it provides the link on the header section. Please let me know if there any custom option available to the general public to do this. Ortal

    Kind regards
    Kumar

    Hi Kumar,

    I don't think that we support this extension.

    Fortunately, there is a solution, you can manually add your code in the file ascx directly.

    These files are:

    % ProdikaHome%/Web/WebCommon/Controls/LoginPageSuiteHeader.ascx,

    % ProdikaHome%/Web/WebCommon/Controls/SuiteHeader.ascx,

    %ProdikaHome%/Web/WebCommon/controls/SuiteHeaderSupplier.ascx

    Thank you

    Wensong

  • How to redirect a page

    I want to redirect my / index.html to/home

    The page "/ home" is another not integrated Muse, so I would need to include the full web address.

    Is there a way to redirect to Muse?

    This has nothing to do with the muse or HTML. You must configure your web server as a result. Learn about .htaccess files and 301 redirects.

    Mylenium

  • How to order certain pages? (new link to share)

    Hello world.

    I created an order form for business cards in french and English. The user fills out the form. Two cards will appear showing the layout and the other two are hidden. We used the latter for print. So far, so good.

    But I'm having 2 problems when I have a lot of pages.

    -When there are several pages, I have to type the password (000) after each one. I prefer to enter the password after the last page and all business cards should appear.

    -the cards that they are intended for printing will appear in alphabetical order (English all cards and cards of all french). I prefer to bring classified by name or page (page 1 page 2 french-English, English-french,...).

    Here is the link to download my file: https://workspaces.Acrobat.com/?d=8tMyUorq9gItlFUHxyFjvA

    I hope that I was clear

    Thanks a lot for your help.

    uhhh... not of really I know, everything works on my side... If I send it in pdf... I hope that its going to work

    https://drive.Google.com/file/d/0Bz8yb5apn8y4bHBHLXNKbnVrcFk/edit?USP=sharing

  • How can I get Pages back without paying in the app store?

    I used to have Pages, Numbers and Keynote. How to buy in the App store... How do you get free return?

    See the tab 'bought' in the Apple App Store.

  • Send list drop-down page or a link in the page not activated

    By clicking on the Page button and access the drop-down list the link send the list and send the page options are not enabled. I can add to the toolbar, but why they are not activated as they once used to be?

    By clicking on the Page button and access the drop-down list the link send the list and send the page options are not enabled. I can add to the toolbar, but why they are not activated as they once used to be?

    Just in case, please check if Internet Explorer has all its flaws.

    t-4-2

  • How to re - activate page body after working on the reference page?

    Dear friends,

    Even now I can't reproduce the following situation in a short test script:

    1. A document is opened and the script finds the existence of a page reference 'FM-calc.
    2. If found, go to step 4
    3. If it is not found, such a reference page is copied from a template
    4. Work on the reference page: replace certain paragraphs.
    5. The user does not see that the script worked on the Ref page and call a dialoge
    6. This dialog box inserts a marker at the current location
    7. The marker is inserted in the reference page where the work has been left

    How to get back to the current page of body (which is the first)?

    Just put

    var pgf = goCurrentDoc.MainFlowInDoc.FirstTextFrameInFlow.FirstPgf;
    

    before inserting the marker will not do.

    Normally the user woud the cursor in the document at a specific location, and then call the dialog box: it works very well.

    But this dialog box remains open when the user changes the document.

    In the new document, there may be no page reference, and as a result, the script creates one.

    The user clicks outside the text frame (illegal location for insertion of marker) - this can be managed with

      if (!goCurrentDoc.TextSelection.beg.obj.ObjectValid()) {
        alert ("Please place cursor in document text flow or select something!");
      return;
      }
    

    But for switching back to work on the page Ref I have not found a solution.

    Klaus,

    I think that there are better ways to handle this. The user should not have to finish the work begun your script. Why not just save the original insertion / text selection before doing a job on the reference page? Then you can restore later. Something simple like:

    var restoreTR = targetDoc.TextSelection;

    As long as the variable remains valid (IE, stays in the scope), you can do anything you want anywhere in the file, then simply return the insertion point to this place when you are finished.  If you have actually changed the view to reference pages, you can use the CurrentPage property to switch back. So, in summary, I would do something like this:

    var restoreTR = targetDoc.TextSelection;
    
    //....  do all the wild Klaus stuff on the reference pages, then;
    
    var bodyPage = targetDoc.FirstBodyPageInDoc;
    targetDoc.CurrentPage = bodyPage;
    targetDoc.TextSelection = restoreTR;
    targetDoc.ScrollToText(restoreTR);
    

    Hope this helps,

    Russ

  • How can I can put a fixed link to the latest version of firefox in my Web site for download?

    I mean my users to use firefox to see the Web site better.
    I want to have a link to the download patch.

    You can use link below...

    https://www.Mozilla.org/en-us/Firefox/new/

  • There is a rectangular main srceen of MF transparency, avoiding to me to click on the link under the header that rectangular... Help, please

    There is a transparent rectangle on header main MF srceen, which avoided me click on the link under the rectangular... Help, please
    even when I rebooted the computer, it didn't disappear!
    http://i.imgur.com/WIvyr.PNG

    Start Firefox in Firefox to solve the issues in Safe Mode to check if one of the extensions or if hardware acceleration is the cause of the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > appearance/themes).

  • How can I stop DWCS4 insert style rules in the header?

    I would sometimes include inline style tags in my tag without DWCS4 automatically insert a rule .style1 in the header.  How can I change this in the preferences?

    There is no such preference - CS4 is now oriented toward writing validate code and put all styles, either at the head of the document or in an external style sheet.

    However, you can quickly easily create inline styles (tailored to creating electronic newsletters, for example).

    If you have a tag for a

    you want to add an inline style to:

    instead of view code the cursor just after that the '1' key, then press SPACEBAR and a small tag inspector will pop up - choose "style." and press ENTER.

    How you have a choice of style to the selection rules- like this:

    and now the code looks like this with the added inline style:

    If you want to add another style to the same element, once again, place the cursor just after the sem-colon, hit space bar the small pop-up window will reappear and you can choose another style rule to add.

    so you might end up with something like the following if repeat you the above steps a few times:

    You could even write the styles in by handcoding it in, instead of using the popup window if you are familiar with css  :-)

    Hope this helps.

    style=" "="">

  • How can I put a footer which links to the first page of a PDF from the other pages?

    I am trying to create a pdf file that has the "Return to Table of contents" option at the bottom of each page from 2 to 23.  I know how to add a footer, and I know how to add a link, but is there a way to put a link as a footer?  I don't want to go and create the links 22 for each file.

    Page 2 create a button that has a mouse "Go to a page view" action that goes to the table of contents page.

    Then duplicate this button on pages 3-23.

  • How to redirect a page in PHP after submission of user?

    Hi all...

    I created a basic contact/comment form and when I click on the button 'Submit' everything works well, and it sends an email.  Perfect.  A problem though...  It performs a redirect to a new page and it echos a line of small 'Thank You!'.  How to return the user to the page of the contact form on the website (or any other page also?  I'll paste the below short/simple PHP code...

    Any direction on this subject would be appreciated.  Thank you!

    < ! DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional / / IN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" > ""

    " < html xmlns =" http://www.w3.org/1999/xhtml ">

    < head >

    < meta http-equiv = "Content-Type" content = text/html"; Charset = UTF-8 "/ >"

    < title > < /title > customer survey

    < / head >

    < body > <? PHP # Script 1.0 - contactlist.php

    If ($_SERVER ['REQUEST_METHOD'] == 'POST') {}

    If (! empty($_POST['first']) & &! empty($_POST['last']) & &! empty($_POST['email'])) {}

    $body = "name: {$_POST ['first']} \nLast name: {$_POST ['last']} \nEMail address: {$_POST ['email']} \nContactez phone number: {$_POST ['phone']} \nContactez preference: {$_POST ['contactvia']} \nBest Contact time: {$_POST ['timepref']} \nComments:\n {$_POST ['comment']}";

    $body = wordwrap ($body, 70);

    mail (' [email protected]', 'NEW customer investigation presentation', $body, ' to: {$_POST ['email']} "" ");

    echo "< p > < em > thank you for your inquiry!  We will answer you as soon as POSSIBLE! < /em > < / p > ';

    $_POST = array();

    } else {}

    echo "< style p =" make-weight: bold; color: #C60 "> please fill in the form!" < /p > ';

    }

    }

    ? >

    < / body >

    < / html >

    OK, first of all, get rid of the $_SERVER ['REQUEST_METHOD'].  Now if a form is set to display your address it will be processed.  Spambots like these forms because you're really not checking if your form has been submitted.  Usually, you should only need to check if $_POST ['something'] is presented.  I know that I have not said this before, but I should have.

    Then, move the at the beginning of the document before the

    Now, remove the "else" statement

    Then remove the line "echo Thank you" and the $_POST = array(); line.  $_POST is a superglobal and always a table, so you never have to define it. And if you redirect someone, there is nothing you need to do the echo.

    So now, your code should be down for:

    <>

    If (isset($_POST['submit']) &! empty($_POST['submit')) //Test if clicked on button named submit submit and not empty

    {

    If (! empty($_POST['first']) &! empty($_POST['last']) &! empty($_POST['email'])) {}

    $body = "name: {$_POST ['first']} \nLast name: {$_POST ['last']} \nEMail address: {$_POST ['email']} \nContactez phone number: {$_POST ['phone']} \nContactez preference: {$_POST ['contactvia']} \nBest Contact time: {$_POST ['timepref']} \nComments:\n {$_POST ['comment']}";

    $body = wordwrap ($body, 70);

    mail (' [email protected]', 'NEW customer investigation presentation', $body, ' to: {$_POST ['email']} "" ");

    Header ('Location: url.php "");  Redirect to the new url if form is submitted

    }

    }

    ?>

    Just move this text "Please fill out the form" to the actual page above the form.  If the user has sent the form, they will then get redirected, if not, they see the page.  Make sense?

  • How to redirect a page html on submit

    I have this form and I wish that when people click on the btn to submit, to be redirected to a html landing page. I don't know if I need to change the php script action or both. Does anyone know how to do this?

    Thank you

    Here is the code for both

    Import flash.net.URLVariables; import flash.net.URLRequest;  / * Mouse click event by clicking on the specified symbol instance performs a function in which you can add your own custom code.  Instructions: 1. Add your custom code on a new line after the line that says "/ / Start your code custom" below. The code runs when the user clicks the symbol instance. * / submit.addEventListener (MouseEvent.CLICK, fl_MouseClickHandler);  function fl_MouseClickHandler(event:MouseEvent):void {if (eMail.text == "") {eMail.text = 'Please enter your e-mail address';}            } else {/ / Start your code custom / / create a container var allVars:URLVariables = new URLVariables();}      allVars.eMail = eMail.text;      allVars.bead = bead.selected;      allVars.jewelry = jewelry.selected;      allVars.onlineNewsletter = onlineNewsletter.selected;      allVars.sandiegoNewsletter = sandiegoNewsletter.selected;      Send the info to URL var mailAddress:URLRequest = new URLRequest ("http://www.southsunbeads.com/media/flash/form.php");      mailAddress.data = allVars;      mailAddress.method = URLRequestMethod.POST;      sendToURL (mailAddress);           Thankyou. Text = "Thank you!"      } eMail.text = "";         Bead.Selected = false;         Jewelry.Selected = false;         onlineNewsletter.selected = false;         sandiegoNewsletter.selected = false; }

    I see some, but not all, of provisions for the PHP file to indicate to the Flash is made of data processing.  Once this confirmation received is when you need to take care of closing shop questions.  If you continue the completion of the loop in your actionscript code to receive the output that the PHP generates and then offer the thanks and the release of the fields and finally ending with the redirection using navigateToURL command.

Maybe you are looking for