Redirect to 3 different pages based on the value of the Auto complete field.

Hi friends,

I use a "Auto complete field" in a page for research (Apex version 4.0). But I need to get the values of the 3 tables and when you click on the redirection of the value to one of the 3 pages based on the value.

For example, I have 3 tables. 1 customer 2 Sites 3.Employees. When I enter "c" in the search field, I need to get values of 3 tables in this area "AutoComplete". That is to say, if I have a customer with the name "cusotmer1", "customer2" and the location with the names of "cisc1", "cisc2" and employees with the name "cid1", "cid2"; When I enter "c" in the FQDN of the auto all 6 values must be given in the "AutoComplete" box and clicking on "customer1" / "customer2" need to redirect to the 'customer' page When you click on 'cisc1' / 'cisc2' redirect to 'site' when clicking on "cid1" / "cid2" redirect to the page of the employees. Is there a way to do this. Help, please.


Kind regards
NAV

Net asset value,
Here is a sample page that uses the code I proposed works fine for me with FF and IE (8.0).

http://Apex.Oracle.com/pls/Apex/f?p=18:3

Note: I've added a warning message before being submitted

This page works by your side?

Tags: Database

Similar Questions

  • Redirect to different pages based on the value of linked report table

    Hello

    I wanted to navigate to different pages of a report link based on a value from the table on which the report is based. I was able to link to a particular page without any problem.

    But I wanted to link to different pages depending on the value in the table. Please let me how can know I do this?

    Thank you

    Kaminey wrote:
    I use Apex 4.2 and my report is a classic.

    If I click on empID in a classic report, now it redirects to page 1. Now what I want to do, if I click empID, if his role as MANAGER he should redirect to page 2 and fill out the form on the page with the details of the employee. The role of the employee is ANALYST should redirect to page 3 and fill in the form on the page with its details

    This approach makes maximum use of the APEX has standard and minimizes the extra programming.

    1. If it is not already included as a displayed value, include the role column giving the value of MANAGER/ANALYST as a hidden column in the report.

    2. create the link in the column on the EmpID column, with the target of the link on the same page as the report and ask the role column value (for example #ROLE #).

    3. on the page of the report, create a On Load: front branch to page 2, with an request = Expression 1 condition with 1 Expression defined for the MANAGER.

    4. on the report page, create a On Load: front branch to page 3, with a Request = Expression 1 Expression 1 ANALYSTvalue condition.

  • Redirecting to the page based on the domain name

    I have a domain main site it www.tesseract.co.uk with another domain www.tesseractusa.com pointing to it.
    I would like the '.com' to have specific pages we visitors. I'm looking for a way to redirect to a specific page based on the domain name.

    Hope you can give some advice.

    Thank you
    Richard

    Dave,
    Awesome, works perfectly!

    First post you was right! I've slightly modified your script:

    <%@LANGUAGE="VBSCRIPT"%>
    < %="">< br="">sname = Request.ServerVariables("SERVER_NAME")% < br=""> sname = ucase (sname) < br=""> if InStr (sname, "WWW.TESSERACTUSA.COM") <> 0 THEN< br="" >="">
    End If< br="" >="" %="">

    I really, really appreciate help you.
    Thank you
    Richard

  • How to redirect to a different page after logging into APEX 4.1

    Dear all,
    Here is my requirement when the connection of users,.

    When they entered their username and password and press the login button.
    they redirect to different pages depending on the type of user.
    Here's my LOGIN_TABLE has 3 columns, more
    1 user name
    2 password
    3. type.
    The TYPE has 2 values, employee and admin.
    When the type is admin they should be redirected to page 2,
    reaining IE users used must be redirected to page 3.
    How can I do this? Please give some suggestions.

    Thank you.

    Kind regards

    Gurujothi

    Check it out. Guru user lands on Page 1, other land users to Page 2.

    Here's how it was done.

    a. the CustomAuthentication function returns a Boolean, but does not store the username anywhere. So I changed it.
    b. has created a named FUSER element of the Application (you can change the name and code as you wish).
    c. change the CustomAuthentication function to include the following line just before the return statement

    APEX_UTIL.SET_SESSION_STATE('FUSER',upper(p_username));
    

    So now the user name is stored and used in the session state.
    d. added the branch on Page 1, Onload before header that has Page 2 as its target.
    e. does the conditional branch using the lettering element FUSER. The condition is FUSER <> 'GURU', so that other users are directed to the Page 2.

    Kind regards

  • view the different buttons based on the logged in user

    I have 2 buttons on page 8, HOUSE and ended UP, I'd like to display only one or the other of the user to the application-based.

    This arrangement allows the user to be directed to the appropriate page by right button display based on who the user is, guest or mhamil. Therefore, if the comments connects to the 101 page, then on page 8 the HOME button displayed for them to click to access the 2010 page. If mhamil connects to page 101, then to page 8 so the button COMPLETE poster for them to click on go to page 2001.

    I tried to create the two buttons like URL redirection with a target like this Application Page as an option. Then I put a condition.

    For the button COMPLETE, the condition type is 'value in the expression 1 = expression 2'. In the field of the Expression 1 I tried to: APP_USER and the value of the Expression 2 is mhamil. It did not work. The button FINISH were not demonstrating. I also tried setting in Expression 1: P101_USERNAME and the Expression 2 mhamil, but it did not work. The button FINISH were not demonstrating.

    The two buttons display unconditionally placed on them.

    Any ideas on what I'm doing wrong on my terms, I create?

    Thank you
    Maggie

    Published by: mjhamilton on December 8, 2008 10:16

    Maggie:

    Check if you are using an expression of type "pl/sql" condition works with the expression being

    Upper(:APP_USER) = "MHAMIL";

    CITY

  • How to navigate to the next page based on the value returned by the method call inside the action attribute of the command key.

    How to navigate to the next page based on the value returned by the method call inside the action attribute of the command key.

    I use JDeveloper 12.1.2.0.0

    < af:button id = "tt_b2".

    rendered = "#{attrs.nextRendered} '"

    partialSubmit = 'true '.

    action = "#{attrs.backingBean.nextAction} '"

    Text = "next".

    Disabled = "#{attrs.nextDisabled}" / >

    private static final String NEXT_NAVIGATION_ACTION = "controllerContext.currentViewPort.taskFlowContext.trainModel.getNext";

    public String nextAction() {}

    If (validate()) {}

    updateModel();

    Return NEXT_NAVIGATION_ACTION;

    }

    Returns a null value.

    }

    Use case is made for model train, which is being implemented based on this blog: http://javacollectibles.blogspot.co.UK/2014/10/ADF-train-template.html

    We define a generic action following in the model, but the action must be called under certain conditions, based on the question of whether all validation controls had been passed on no.

    You can do this in two ways:

    1 returnValue = (String) ADFUtils.invokeEL("#{controllerContext.currentViewPort.taskFlowContext.trainModel.getNext}");

    return returnValue;

    2.

    public String getNextTrainStop() {}

    String nextStopAction = null;

    ControllerContext controllerContext = ControllerContext.getInstance ();

    ViewPortContext currentViewPortCtx = controllerContext.getCurrentViewPort ();

    TaskFlowContext taskFlowCtx = currentViewPortCtx.getTaskFlowContext ();

    TaskFlowTrainModel taskFlowTrainModel = taskFlowCtx.getTaskFlowTrainModel ();

    TaskFlowTrainStopModel currentStop = taskFlowTrainModel.getCurrentStop ();

    Terminus of TaskFlowTrainStopModel = taskFlowTrainModel.getNextStop (currentStop);

    nextStopAction = nextStop.getOutcome ();

    _logger.fine ("train, next stop:"+ nextStopAction ");

    Return nextStopAction;

    }

  • Pages based on the template is displayed in the preview

    Hi all. I am a newbie to Dreamweaver and I have a problem with a site that was NOT created by me, but asked me to make a few simple changes to various pages (ha!). I downloaded the previous files of designers (via ftp) and did not transfer anything from the original location. Whenever I open my .shtml files (all) and try to preview in a browser, nothing in the template files mode is displayed.

    For example, this is what I see in Dreamweaver (design mode):

    Picture 1.png

    and when I saw the file in Firefox or Safari, that's what I see:

    Picture 2.png

    I made sure the Styles of rendering/display/display Style is checked indeed.

    Any ideas why the model elements show not on the preview? I even created a new page based on the template with the same results. Just for fun, the code for the template file is below.

    Thank you

    Kim


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

    < ! DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Strict / / IN" "http://www.w3.org/TR/html4/strict.dtd" > ""
    < html >
    < head >
    <!-TemplateBeginEditable name = "doctitle"-->
    < title > Coastal insulation LLC < /title >
    <! - TemplateEndEditable - >
    < meta http-equiv = "Content-Type" content = text/html"; charset = iso-8859-1 ">"
    <!-TemplateBeginEditable name = "head"->
    < name meta = "keywords" content = "" >
    < name meta = "description" content = "" >
    <! - TemplateEndEditable - >
    "< link href="/css/global.css "rel ="stylesheet"type =" text/css">
    "< link href="/css/section.css "rel ="stylesheet"type =" text/css">
    "< link href="/css/print.css "rel ="stylesheet"type =" text/css"media ="print">
    "< link href="/css/handheld.css "rel ="stylesheet"type =" text/css"media ="Pocket">
    "<!-[if lt IE 6] > < link rel ="stylesheet"type =" text/css"media ="screen"href="/css/ie6.css "/ > <! [endif]-->
    <!-TemplateParam name = "under title" type = "boolean" = "true"-> value <!-TemplateParam name = 'optional-lfContent' type = 'boolean' = 'false'-> value <!-TemplateParam name = "captionPhoto" type = "boolean" value = "true"->
    < / head >

    < body leftmargin = "0" topmargin = "0" marginWidth = "0" marginheight = "0" >
    "<!--virtual="/includes/masthead.ssi #include "-->
    <! - START content - >
    < div id = "content" >
    <! - left column of DEPARTURE - >
    < div id = "lfColumn" >
    "<!--virtual="/includes/lfNav.ssi #include "-->
    <! - left content optional START - >
    < div id = "lfContent" >
    <!-TemplateBeginIf cond = "_document ["option lfContent"]"--> <!-TemplateBeginEditable name = "optional-lfContent"-->
    the optional content < p > < /p > here
    <! - TemplateEndEditable - > <! - TemplateEndIf - > < / div >
    <! - left content optional END - >
    < / div >
    <! - left column of END - >
    <! - BEGIN right column - >
    < div id = "rtColumn" >
    <!-TemplateBeginEditable name = "title"--> < h1 > title < / h1 > <! - TemplateEndEditable - >
    <!-TemplateBeginIf cond = "_document ["sub-headline"]"--> <!-TemplateBeginEditable name = "Sub headline"--> < h2 > under title < / h2 > <! - TemplateEndEditable - > <! - TemplateEndIf - >
    <!-TemplateBeginIf cond = "captionPhoto"--> <!-TemplateBeginEditable name = "captionPhoto"->
    < ul class = "captionPhoto" >
    image
    Photo < /li > < li > legend
    < /ul >
    <! - TemplateEndEditable - > <! - TemplateEndIf - >
    <!-TemplateBeginEditable name = "bodyCopy"->
    Insert here the contents of < p > < /p >
    <! - TemplateEndEditable - > < / div >
    <!--> END right column
    < br class = 'clear' >
    < / div >
    <! - END content - >
    "<!--virtual="/includes/footer.ssi #include "-->
    < / body >
    < / html >

    Just a guess, but it seems that the site uses SSI (shtml extension and there is a ssi include in your model). You will probably need a testserver running (like XAMPP) on your local system for this preview in a browser.

    Friend

  • Link conditional branching to two different pages, based on another column

    Hello

    I have a sql report in which 1 column is a link. I want to link to two different pages depending on the value of another column.

    Example of

    the sql is

    Select a, b, c
    x;

    The link on column b must create a branch to the 500 page if c = 1 and on page 501 if c = 2.
    Is it possible to do? Thank you.

    Suni

    Can assign you points then accordingly...

    Thank you

    Tony Miller
    Webster, TX

  • Customize a page based on the SQL function

    Hello

    Please someone help me solve this problem.

    In a page I am Image. By clicking on the image, a page will open. The image is created using the code of the controller.

    The values are displayed in the second page based on the clicked image.

    While the page is being prepared a SQL function must obtain an entry and based on the input TextField should be changed to read-only or not.

    Thanks in advance,
    Roselyne

    There is no log file for OFA...

    Set the profile FND: Diagnostics to 'yes '.

    You can see the error on the screen.

    Prasanna-

  • Redirect to a different page after the delete operation in the shape of APEX

    Hello guys,.

    I have a problem with the redirection to another page after a deletion of form data. Here's the scenario. I have a parent page and a model page to change the contents of the data source. Delete the operation works quite well. but once it deletes and it is up to the parent page. I want that redirect to a completely different page. Is there a way that can be used here? I tested the process of branching, it redirects the page, however, it does not remove the record from the table in this case.

    I tested the process of branching, it redirects the page, however, it does not remove the record from the table in this case.

    It should work. Check the properties of the branch. 'Point' should be after treatment when you press the button Delete:

    I forgot to say about it:

    > but once it deletes it and it is up to the parent page

    Remove the dynamic action of dialog closed, or make it conditionally.

  • Redirect to two different pages in the same form

    I'm a little new to this. Hoping someone can guide me on how to do this. I have a simple selection list (below). If they the user chooses the selection in red I want to redirect to one page other than the cfform tag, but I can't understand how to separate options in the form in the same list. Thanks in advance.

    < action = "index2.cfm cfform" method = "POST" > "

    < table align = "center" width = "475" border = "0" cellpadding = "1" cellspacing = "0" >

    < tbody >

    < b >

    < td > < span class = 'label' > select Version: </span > < table >

    < td >

    < name cfselect = "UPVersion" >

    < option value = "" > < / option >

    < option value = "66SP1" > 6.6 SP1x < / option >

    < option value = "66SP2" > 6.6 SP2x < / option >

    < option value = "701" > 7.0.1x < / option >

    < / cfselect >

    < table >

    < /tr >

    < input type = "hidden" name = "gosearch' value ="gosearch">

    < input type = "hidden" name = "Lines" value = "50" >

    < b >

    < td colspan = "3" align = "center" > < input type = "submit" name = "Submit" value = "[search]" > < input type = "reset" name = 'reset' value = '[clear]' > < table >

    < /tr >

    < / tbody >

    < /table >

    < / cfform >

    mostlyconfused wrote:

    I'm a little new to this. Hoping someone can guide me on how to do this. I have a simple selection list (below). If they the user chooses the selection in red I want to redirect to one page other than the cfform tag, but I can't understand how to separate options in the form in the same list. Thanks in advance.

    Select Version:

    It could well be too many moving parts for beginners to follow. Start with something like

    id = onchange = "getVersion ()"UPVersion"" > ""

  • Change the content of the page based change the selection box

    Hi all

    I want to create a page with 2 box selection and 1 table below

    • Selection box
      • Box1: 1-12 (months of the year)
      • Box2: 2010-2015 (year between 2010 and 2015)
    • Table
      • Get data from view GET_DATA_SALARY. This view having a 4 column: NAME, SALARY, FAC_MONTH, FAC_YEAR
      • This table will be based on the selected value of 2 boxes above change

    Please help me solve this problem.

    Thank you

    To put it simply, add a button that submits the page.

    Add a where clause clause to your report

    where FAC_MONTH = P_MONTH

    and FAC_YEAR = P_YEAR

    Gus

  • Apex 5 schedule: different color based on the value of data field

    Dear Experts,

    I need to have a different color for each record on the calendar based on the value of the data field (eg. category).

    How can I achieve this?

    Thank you!

    See: -.

    You don't have to wait for APEX 5 integration FullCalendar ~ Blog of Doug Gault...

  • Pages based on the recognized but not secondary model updated

    I have DW CC. I do minor changes to the names on the bars of subnavigation on templates.  When I record, change is recognized and asks me if I want to update pages based on this template, and lists all the.  I updated.  The next area is LOOK IN: [auto filled in the correct Sub model], MODELS of UPDATE is enabled, and this appears:

    Macintosh HD:Users:marilynsair:Public:Website MSullivan 2015:htdocs update:

    Fact.

    files: 7

    updated files: 0

    the files that could not be updated: 0

    total: (0: 00:01).

    I get this same result for all secondary models.  I tried other ways to update and did not work.

    Here is the code for the template above under:

    "< html > <!-InstanceBegin template="/Templates/toplevel.dwt ' codeOutsideHTMLIsLocked = 'false'->

    < head >

    <!-InstanceBeginEditable name = "doctitle"-->

    lease < title > equity sharing agreement contract option forms to sell home < / title >

    <! - InstanceEndEditable - >

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

    <!-fireworks MX, Dreamweaver MX target.  Created Tuesday, may 27, 11:39:27 GMT - 0700 2003->

    < script language = "JavaScript" >

    <!--

    <!--

    function MM_findObj (n, d) {//v4.01

    var p, i, x;  if(!d) d = document; If ((p = n.IndexOf ("?")) > 0 & & parent.frames.length) {}

    d = parent.frames [n.Substring(p+1)] .document; n = n.Substring (0, p) ;}

    If (!) () x = d [n]) & & copyrights) x = d.all [n]; for (i = 0;! x & & i < d.forms.length; i ++) x = d.forms [i] [n];

    for (i = 0;! x & & d.layers & & I < d.layers.length; i ++) x = MM_findObj (n, d.layers [i] .document);

    If (! x & & d.getElementById) x = d.getElementById (n); Return x;

    }

    function MM_swapImage() {//v3.0

    var i, j = 0, x, a = MM_swapImage.arguments; document. MM_sr = new Array; for (i = 0; i <(a.length-2); I += 3).

    If ((x = MM_findObj (a [i]))! = null) {document. MM_sr [j ++] = x; if(!x.oSrc) x.oSrc = x.src; x.SRC = a [i + 2] ;}

    }

    function MM_swapImgRestore() //v3.0 {}

    var i, x = offline. MM_sr; for (i = 0; a & & I <.) Length & & (x = a [i]) & & x.oSrc; i ++) x.src = x.oSrc;

    }

    function MM_preloadImages() {//v3.0

    var d = document; If (d.images) {if(!d.MM_p) d.MM_p = new Array();

    var i, j is d.MM_p.length, a = MM_preloadImages.arguments; for (i = 0; i <.) Length; i ++)

    If (a [i].indexOf("#")! = 0) {d.MM_p [j] = new Image; d.MM_p [j ++] .src = a [i] ;}}

    }

    ->

    < /script >

    "" < link href = "... / _includes/style.css" rel = "stylesheet" type = "text/css" >

    <!-InstanceBeginEditable name = "head"--> <!-TemplateBeginEditable name = "head"--> <! - TemplateEndEditable - >

    < style type = "text/css" >

    <!--

    . Style1 {make-size: 9px}

    . Style4 {color: #990000}

    ->

    < / style >

    <! - InstanceEndEditable - >

    < name meta = "description" content = "" >

    < name meta = "keywords" content = "" >

    < / head >

    < body bgcolor = "#ffffff" LEFTMARGIN = 0 RIGHTMARGIN = 0 TOPMARGIN = 0

    MARGINHEIGHT = 0 marginWidth = 0 onLoad = "MM_preloadImages('..)." "> < a name = top > < /a >

    < table border = "0" cellpadding = "0" cellspacing = "0" width = "750" >

    < b >

    < td valign = top width = 197 >

    "" < img src = "... / pictures/house.jpg ' width = height 197 = 116 ="Law Office of Marilyn Sullivan"alt > < table >

    "" < td valign = top width = 433 > < img src = "... / pictures/logotype.gif" 433 height = width = 116 = "Law Office of Marilyn Sullivan" alt > < table >

    "" < td valign = top width = 120 > < img src = "... / pictures/tiffany.jpg ' height = 116 ="Law Office of Marilyn Sullivan"alt > < table >

    < /tr >

    < b >

    "" < td colspan = 3 valign = top > < img src = "... / images/tagline.gif" width = 750 height = 22 = "Law Office of Marilyn Sullivan" alt > < table >

    < /tr >

    < /table >

    < br >

    < table LEFTMARGIN = 0 RIGHTMARGIN = 0 TOPMARGIN = 0 MARGINHEIGHT = 0 marginWidth don't is 0 border = "0" cellpadding is "0" cellspacing = "0" width = "740" >

    < b >

    < td width = 196 valign = top >

    < table border = "0" cellpadding = "0" cellspacing = "0" width = "196" >

    "<!-fwtable fwsrc ="navigation.png"fwbase =" homepage_final_1d.gif "fwstyle ="Dreamweaver"fwdocid ="742308039"fwnested ="0"->

    < b >

    "" < td > < a href = "... / shared_ownership/index.html" Mm_swapimgrestore; "onMouseOver =" MM_swapImage ('equity_sharing', ",'... /images-NAV/shared_f2.gif',1)" > < img name = "equity_sharing" src =""... /images-NAV/Shared.gif "width ="196"height ="25"border ="0"alt ="Equity sharing"> < /a > < table >"

    < /tr >

    < b >

    "" < td valign = top > <!-InstanceBeginEditable name = "Equity subNav"--> < a href = "... / rent_to_own/How_it_Works.html ' class ="style1 leftlink"> < img src =" images/spacer.gif"width = 1 height = 3 > < /a > <!-InstanceEndEditable--> < table >"

    < /tr >

    < b >

    "" "< td > < a href ="... / rent_to_own/index.html "Mm_swapimgrestore" onMouseOver = "MM_swapImage ('Lease_option ',", '... /images-NAV/rent-to-OWN_f2.gif',1) "> < img src =" "... /images-NAV/rent-to-Own.gif" alt = "Lease Option" name = "Lease_option" width = "196" height = "25" border = "0" > < /a > < table > "

    < /tr >

    < b >

    < td valign = top > <!-InstanceBeginEditable name = 'Hiring subNav'->

    < ul class = "ul-leftlink" >

    "" < a href = "... / rent_to_own/How_it_Works.html" class = "leftlink" >

    HOW IT WORKS < /a > < br >

    "" < a href = "... / rent_to_own/Sample_Transaction.html" class = "leftlink" > SAMPLE TRANSACTION < /a > < br >

    "" < a href = "... / rent_to_own/Do_it_Yourself.html" class = "leftlink" > < /a > < br > DO-IT-YOURSELF

    "" < a href = "... / rent_to_own/Finding_a_Partner.html" class = "leftlink" > FIND A PARTNER < /a > < br >

    "" < a href = "... / rent_to_own/FAQ.html" class = "leftlink" > FAQS < /a > < br >

    < Br > PRODUCTS

    "" < a href = "... / rent_to_own/fees.html" class = "leftlink" > < /a > < br / > FEES

    < br >

    < /ul >

    <!-InstanceEndEditable--> < table >

    < /tr >

    < b >

    "" "< td > < a href ="... / for_sale/index.html "Mm_swapimgrestore" onMouseOver = "MM_swapImage ('Sale by Owner',",'... /images-NAV/sale_by_owner_f2.gif',1) "> < img src =" "... /images-NAV/sale_by_owner.gif" alt = "Sale by owner" name = "Sale by Owner" width = "196" height = "25" border = "0" > < /a > < table > "

    < /tr >

    < b >

    < td valign = top > < img src = "images/spacer.gif" width = 1 height = 1 > < table > "

    < /tr >

    < b >

    < td valign = top > <!-InstanceBeginEditable name = "ForSale subNav"--> < img src = "images/spacer.gif" width = 1 height = 1 > <!-InstanceEndEditable--> < table > "

    < /tr >

    < b >

    "" "< td > < a href ="... / loan_workout/index.html "Mm_swapimgrestore" onMouseOver = "MM_swapImage ('short sale',",'... /images-NAV/Loan-WORKOUT_f2.gif',1) "> < img src =" "... /images-NAV/Loan-Workout.gif" alt = "short sale" name = "short sale" width = "196" height = "25" border = "0" > < /a > < table > "

    < /tr >

    < b >

    "" < td valign = top > <!-InstanceBeginEditable name = "short_sale subNav"--> < img src = "... / images/spacer.gif" width = 1 height = 3 > <!-InstanceEndEditable--> < table >

    < /tr >

    < b >

    "" "< td > < a href ="... / Testimonials/index.html "Mm_swapimgrestore" onMouseOver = "MM_swapImage ('Blog '", '... /images-NAV/blog_f2.gif',1) "> < img src =" '... /images-NAV/blog.gif ' alt = 'blog' name = 'Blog' width = "196" height = "25" border = '0' > < /a > < table > "

    < /tr >

    < b >

    "" < td valign = top > <!-InstanceBeginEditable name = 'blog subNav'-> < img src = "... / images/spacer.gif" width = 1 height = 3 > <!-InstanceEndEditable--> < table >

    < /tr >

    < b >

    "" < td > < a href = "... / products/index.html" Mm_swapimgrestore; "onMouseOver =" MM_swapImage ('products', ",'... /images-NAV/products_f2.gif',1)" > < img name = "products" src =""... /images-NAV/Products.gif "width ="196"height ="25"border = '0' alt = 'Products' > < /a > < table >"

    < /tr >

    < b >

    < td valign = top > <!-InstanceBeginEditable name = 'SubNav products' - > < img src = "images/spacer.gif" width = 1 height = 2 > <!-InstanceEndEditable--> < table > "

    < /tr >

    < b >

    < td valign = top > < img src = "images/spacer.gif" width = 1 height = 1 > < table > "

    < /tr >

    < b >

    "" < td > < a href = "... / contact/index.html" Mm_swapimgrestore; "onMouseOver =" MM_swapImage ('contact' ",'... /images-NAV/contact_f2.gif',1)" > < img name = "contact" src =""... /images-NAV/contact.gif "width ="196"height ="25"border ="0"alt ="Contact Us"> < /a > < table >"

    < /tr >

    < b >

    < td valign = top > <!-InstanceBeginEditable name = "Contact subNav"--> < img src = "images/spacer.gif" width = 1 height = 3 > <!-InstanceEndEditable--> < table > "

    < /tr >

    < b >

    "" < td > < a href = "... / index.html" Mm_swapimgrestore; "onMouseOver =" MM_swapImage ('home', ",'... /images-NAV/home_f2.gif',1)" > < img name = 'home' src =""... /images-NAV/Home.gif "width ="196"height ="25"border ="0"alt ="Homepage"> < /a > < table >"

    < /tr >

    < /table >

    < table >

    < td width = "544" valign = top >

    < table width = 96% cellpadding = 0 cellspacing = 0 border = 0 align = center >

    < b >

    < td valign = top class = "16" > <!-InstanceBeginEditable name = "content area"->

    < p >

    < table width = "150" border = "0" cellspacing = "0" cellpadding = "1" align = "right" bgcolor = "#660066" >

    < b >

    "" < td > < img src = "... / images/hdr_whats_new.gif" width = "150" height = "16" > < table >

    < /tr >

    < b >

    < td >

    < table width = "" 100% "border ="0"cellspacing ="0"cellpadding ="1"bgcolor ="#FFFFFF">"

    < b >

    < class = 'daily-padding' td valign = "top" >

    < p align = "center" > < b > Article in the Wall Street Journal < /b > < / p >

    < p align = "left" > Marilyn was interviewed for an article

    on equity sharing. "< a href ="... / shared_ownership/articles.html "> click on"

    here for the article. < /a > < /p >

    < p align = "center" > < b > can't sell? Rental option. < /b > < / p >

    < p align = "left" > Marilyn has created the Movated market

    Lease option as the answer to the real estate crisis.

    "< a href ="... / products/index.html "> click here for details." < /a > < /p > < table >

    < /tr >

    < / table > < table >

    < /tr >

    < /table >

    < p > Marilyn D. Sullivan is a lawyer and author, real estate developer

    Broker known nationally as the guru of sales creative and elected best

    Lawyer in his locale. Real estate is its lifeline and equity

    Sharing agreements and lease Option contracts are his specialties.

    She wrote 5 books of real estate and has travelled the country sharing

    his expertise on national television, including of Good Morning America, by

    radio and print. < /p >

    < p > since 25 years, Marilyn gave us the strategies to go

    beyond the conventional real transaction. She is a supporter of manufacturing

    the best of real estate, not only purchases and sales assets

    them, but relying on them for optimal operation. < /p >

    < p > first of all she gave us equity shares as a way to maximize profits and

    tax deductions through the sharing of property and obligations imposed.

    More recently, it has redefined the rental Option to respond to the

    real estate slump 2008, introducing the Option motivated rental market.            < /p >

    < p > in California, it facilitates the sale of real estate for sale by owner

    for a low fixed price. It also provides protection of assets by offering

    Training of the limited liability company to protect personal assets

    passive real estate related. < /p >

    < p > her collection of services provides the real estate owner

    a versatile to make the most of the property toolbox and

    to protect his personal real estate related responsibility. < /p >

    < p > not only no Marilyn believe in creative strategies, she believes

    in personal empowerment. She shares her own personal legal tools

    and forms with you so you can enter your own equity sharing

    Agreements and contracts of lease Option - in all the States of the union.

    It also gives you the tools to form your own California Limited

    SARL. "These tools are available by clicking on < a href ="... / products/index.html "> here < /a >."

    Check out the Blog of Marilyn, soon, to better understand and

    help of our real estate guru. < br >

    < br >

    < /p >

    < p align = "center" > < a href = ".. " http://www.msullivan.com/testimonials/index.html "> click here for reports < /a > < /p > .

    <! - InstanceEndEditable - >

    < hr noshade class = "top" > < div align = right class = "toplink" > < a href = "#top" > top of page < /a > < / div >

    < p > < /p > < table >

    < /tr >

    < /table >

    < table >

    < /tr >

    < /table >

    < script type = "text/javascript" >

    var (("https:" == document.location.protocol) = little? " ") https://SSL ." : " http://www .");

    document. Write (unescape ("% 3Cscript src ='" + little + "some google-analytics.com/ga.js type = ' text/javascript' %3E%3C/script%3E"));))

    < /script >

    < script type = "text/javascript" >

    var mouseover = _gat._getTracker("UA-5135880-1");

    pageTracker._trackPageview ();

    < /script >

    < / body >

    <! - InstanceEnd - > < / html >

    The page that you have demonstrated is linked to the toplevel.dwt' as can be checked on your first line of code, namely

    Template="/templates/toplevel.dwt".

    Any changes you want to make to your document are possible only in the said model.

    I've never used nested models and I would strongly encourage you to do the same, they are very difficult to maintain.

    Better to use server side includes (SSI) SSI as by SSI: the command Include or, if you are using PHP, PHP 5 include and require

    As a side note, it is advisable to provide a type of document at the beginning of the document. See here the HTML doctype declaration

  • How to set the landing page based on the login information?

    Hello

    I'm on 4.0.2 Apex and use the custom with application authentication table users (that is, the application itself that manages the connection).

    The application has a few tabs and based on the role of the logged in user, I show/hide the tabs using conditional display.

    Things are very well so far, but I don't know how to change the default landing page connecting based on the role.

    By default, page 1 appears when connecting, but not all roles have access to this page. How can I change the launch page, under certain conditions?

    For example,.
    If the role is Admin then go to page 1,
    If the role provider then go to page 310
    .
    .
    etc.

    I use the logon page out-of-the-box 101


    Thanks for the help.

    I quickly tested on an ApEx 3.2 above environment. It worked only once I've changed the URL of disconnection in the authentication scheme:

    wwv_flow_custom_auth_std.logout? p_this_flow = & APP_ID. & p_next_flow_page_sess = & APP_ID.: 101

    I changed the id app at the end of 1 to 101.

Maybe you are looking for

  • How to protect cookies select against the deletion?

    I understand how to remove all the cookies/history and I understand how to remove individual cookies. How can I protect certain cookies (from my Bank, eBay, etc.), but when I want to delete hundreds of others? It takes too much time to individually d

  • Overheating on HP Pavilion 1216ER G6

    The temperature is 69 to 70 degrees Celsius when idle. And the temperature goes up to 90-98 degrees. Sometimes the laptop turns off because of this. What should I do?  (The warranty is over)

  • I would like to replace my system disk.  Have a Mac Pro 2010, 4 drive bays

    My system disk is full and I can't put more on it 320.  It is a Mac Pro 2010, with 4-Bay.  I could put a larger capacity drive in one of the other berries, but I don't know how to transfer the info on the old drive to the new.  If I use Migration Ass

  • Error code:-200077

    When I use PID to control the output voltage analog of DAQmx, theres error message saying -200077occured to .vi2 DAQmx Write (analog wfm N Chan N IDS samp) asked the value not supported for this property value. What does this error mean?

  • Windows XP no sound help,

    I have windows xp and no sound, when I checked in Control Panel "sounds and devices or audio", he said that it was working properly, but whenever I play video or music is not there no sound coming. I install and download a lot of things, but will not