Prevent the print page based on the value of the field

Hello. Is it possible to prevent certain pages to print based on the value of a field in the form?

Similarly, is it possible to prevent certain pages according to a field value?

I'm not a JS coder accomplished.

Windows XP

LiveCycle Designer ES2

Thanks in advance

Gary, NJ

Hello

I doubt that your condition if works or not. You can try with the couple of things:

(1) write the same code in the Textfield output event instead of the current enter event.

(2) check if the if condition works for value "xyz" or not by means of simple alert.

If (topmostSubform.Page1.TextField1.rawValue == "xyz") {}
Page2.presence = 'hidden ';

App.Alert ("State of the hidden page"); just for testing purposes... Remove it at a later time
}
else {}
Page2.presence = "visible";

App.Alert ("visible condition to page");
}

This will help you know whether or not this condition actually works.

'Hidden' will do a page hidden as well as it will not print it.

Hope it should work for you.

KC

Tags: Adobe LiveCycle

Similar Questions

  • How to prevent the fields of signature on my IPAD Adobe Reader 11 endangered endangered

    Hi, I use Adobe Acrobat XI pro trial version. I converted a Word document to PDF format. I added text fields, scripts to add Java automatically today's date as default, the form RESET button and Signature fields. File is saved as a standard backup. All this is done in the Windows 7 environment. On the same computer, the signing in Adobe Reader fields are visible even if I don't have the means to test. When the same file is sent by electronic mail and opened on an IPAD using Adobe Reader 11.2, signature fields are missing. I intend to have my users access the file (and 30 other same) on an IPAD. Can someone advise how to resolve the problem of missing signature field. It seems that Adobe do not help with these questions, because it is not considered to be an installation problem.

    Digital signatures do not rely on mobile versions of Adobe Reader. Other viewers PDF as Expert PDF of Readdle treat like fields of electronic signature, allowing the user to draw/apply their signature designed, but is not the same as a digital signature. Adobe Reader for iOS allows you to add an electronic signature, but it does not use the fields of digital signature for this feature. Instead, you tap the screen, choose the icon annotations, and then click the signature icon.

  • How to get the print page numbers in a report based on another report

    Hello


    I have a requirement in which I need to print the page based on another report number
    example my game application has 3 reports

    1 report prints the pages 1-100
    Report page no. 2 should start from 101 to 110
    3 report 111-

    Can someone make me please how to do this?

    THX in advance
    Kumar

    Hello

    You can create all report queries three in a single report, create a separate query in the data model and then create the layout in the proper sequence as required.

    If you want to use separate reports only you can try the following:

    In the first report, use the shutter release after report and record the total number of pages of a table as a record.

    In the second report, extract the value stored in the table and add it to the Page No. to get the Page number for the second report.
    Also in the second report use the shutter release after report and update the record created first in the total number of pages + total number of pages of the first report.

    In the third report to extract the value stored in the table and add it to the Page No. to get the Page number for the third report.
    Don't forget to delete the folder created in the trigger after the third report table report.

    I hope this helps.

    Best regards

    Arif Khadas

  • How can I change the value of a print job in Visio 2003. It is for 1 or 2 pages, I want that he 9 printing pages. Thank you.

    How can I change the value of a print job in Visio 2003.  He is currently configured to print pages 1 and 2, but I want to print all 9 pages at a time.  Thank you

    You can remove 1-2 and type 1-9? All HP and Epson printers I have worked this way.

    That's all I can offer as I'm not familiar with your printer.

  • 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;

    }

  • 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.

  • 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?

  • Prevent the user from printing and see some pages

    Here is the scenerio:

    The form has 4 pages.  I want only the user to see and know about page 1.

    I need to batch print the other 3 pages, each page in a separate batch

    Here is what I tried and the question resulting:

    1 format pages 2,3,4 as visible print only

    a. the user may say there are 3 other pages - they appear in white

    b. the user may see them if they decide to print

    2 format pages 2,3,4 as visible print only and restrict printing to the user

    a. I can't print without having to open each one with a password - works well with printing of lots per page

    3 format pages as hidden 2,3,4 - the user cannot tell or see the other 3 pages but:

    a. I can't print the pages

    3 format pages 2,3,4 as hidden and have the form submitted as xml and import them into the complete PDF

    a. There are fields that are changed dyamically based on the selection of the user (ie. selection of fonts), so that the xml import does not work for this

    Any ideas on how to "get my cake and eat it too."

    Hello

    You could try a hidden field that seeks the username «»

    There are security problems, and the script has to be in a position of trust. You can make this place a Javascript file inside the Acrobat folder. The penalty usually with trusted fuctions is that you must send to each user a copy of the js file and it should also put it in the appropriate folder.

    In your case is not a problem, because you only want the js file on your computer and do not need to distribute it to others.

    When you put the (downloaded) file in Acrobat / folder Javascript, Acrobat will load it automatically.

    In Acrobat, make sure that you have defined a 'name' in Edition / Preferences / Identity tab:

    When you open the PDF document, your user name will be on the field. This only happens if the js file is loaded in the correct folder on the computer that you are using.

    Once it's working, it's a simple step to include an if statement in the textfield, after the script located in the initialize event:

    If (this.rawValue == "lfalke") / / or whatever your username is set on...

    {

    Page2.presence = "visible";

    page3. Presence = "visible";

    page4. Presence = "visible";

    }

    on the other

    {

    Page2.presence = 'hidden ';

    page3. Presence = "hidden";

    page4. Presence = "hidden";

    }

    This means that the visibility of the three pages would be automatic. User with the js file AND your username could see pages 2-4, everyone would not see these pages.

    I know it's a little complicated, but once put in place it should continue to work OK.

    Hope that helps,

    Niall

  • The number of page-based conditional printing

    Hi guys

    I have a report that prints in more than one page. I have a small requirement to print text such as "continued from page N (N is the number of the previous page) until the last page." How and with what triggers I could achieve this?

    Kind regards

    REDA

    Hi InoL

    I had did, as a result of a blog post. The same copy here for others

    Create a placeholder in the user settings (type of character data, so that you can switch between characters and numeric fields)

    Now, switch to page layout view, to add a new field-> range of property-> source-> you new dummy parameter (example: p_dummy)

    Now click on the trigger of format

    -Trigger format sample as follows

    function F_1FormatTrigger return boolean is
    page_num NUMBER;
    begin   SRW.GET_PAGE_NUM(page_num);
    srw.set_field_num (0, page_num+3);
    --srw.set_field_char(0,'This works'); -- for character fields
    return (TRUE);
    end;
    

    That is, it must return the number of pages to the new field added with the layout!

    Kind regards

    REDA

    Post edited by: rthampi

  • I want to print a full URL in the footer of a printed page. How can I do this?

    I want the full Web page to print URL in the footer of the printed section. When I have the URL printed in the footer left section he gets cut by the Central footer section that is cut off by the footer to the right section.

    Firefox cut the URL in your print, if it's really long, and you also on the same line (header or footer), Date and Pages

    What I have summarized below are based on this page... http://www.watchingthenet.com/how-to-change-or-customize-Firefox-printing-defaults.html

    I have two questions:

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

    To fix, do a custom configuration for the header and footer as follows:

    Print / Page Setup / margins & header/footer / 'Customize' the 'left' as follows (leave the centre and right all white)

    & T
    D & U...... PT

    & D shows the short date: dd/mm/yyyy - and then the time

    To change the format of the short date in Win 8.1, go to:

    Control Panel / Date and time / Date and time tab / change the date and time / change the settings of the calendar.
    Date / date short... change of j/yyyy...... MM/DD/YY

    QUESTIONS RELATING TO THE:

    1.) how can you get rid of the time, who appears after the date? In Internet Explorer, you use a tiny "d" character - but that doesn't work here.

    2.) is it possible to change the right font for the header and the footer, to something like 10 of Microsoft Sans Serif?

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

    Firefox leaves no room around the text in the header and footer to the edge. To fix:

    Address Bar / about: config
    Enter the keyword "edge."
    Change then the four values of the printer that you use to:

    Print.printer_Foxit_PhantomPDF_Printer.print_edge_bottom... 5
    Print.printer_Foxit_PhantomPDF_Printer.print_edge_left... 10
    Print.printer_Foxit_PhantomPDF_Printer.print_edge_right... 10
    Print.printer_Foxit_PhantomPDF_Printer.print_edge_top... 5

  • Once logged in the way to direct the user to their unique page based on their DB info

    OK, I got the user who creates a username, password and id. Once they were connecting I want to be able to send them to a page containing information of their information entered into the database. I was thinking session varialble load information contained in the database based on the id of the user, so that's what I did

    Here is the code

    Login page php check

    <?

    $userid = mysql_real_escape_string ($userid);

    $password = mysql_real_escape_string ($password);

    If ($rec = mysql_fetch_array (mysql_query ("" SELECT * FROM Hdatabase WHERE userid = '$userid' AND password = '$password' ""))) {}

    If (($Rec['userid']==$UserID) & &($rec['password']==$password)) {}

    include "include/newsession.php;

    echo "< class p = 'data' > < center > connected successfully, < br > < br > < a href ="logout.php"> LOGOUT < /a > < br > < br > < a href = welcome.php > click here if your browser does not automatically redirect, or you don't want to wait." < /a > < br / > < / center > ';

    Print "< script >"

    Print "= self.location" welcome.php "; » ; Comment this line if you do not want to redirect

    print '< /script > ';

    }

    }

    else {}

    session_unset();

    echo "< police ="Verdana"size ="2"color = red > incorrect Login." Use your correct username and password and try < br > < Center > < input type = "button" value = "Retry" onClick = 'history.go(-1)' > < / center > ';

    }

    ? >

    It's the php newsessions

    <? PHP

    error_reporting(E_ERROR |) E_PARSE | E_CORE_ERROR);

    $session ['id'] = session_id ();

    $session ['userid'] = $userid;

    $session ['name'] = $name; This is one that I added

    echo $session ['userid'];

    ? >

    This is where I even if I added new sessions then place them in the home page?

    Add it as a new session, I added the welcome.php

    <?

    echo "$session [name];

    ? >

    I hope you can help

    Create a new page with a form and 2 text fields, then go to "Server behaviors" ==> "User authentication" ==> "User login" and follow the instructions to create a login page.

  • 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

  • A print job in the print queue prevents the other printing printing-officejet 6500 a

    whenever I click on print I get the message print job in the print queue prevents the other printing - print

    then my printer goes offline

    I tried to re add the printer

    I tried to remove and re loading software

    I tried closing down and the fact unplugging pc and printer

    I tried the system restore

    I tried the hp scan print doc - did not help

    I tried to reset the spooler

    I tried deleating all print jobs

    I tried letting windows find my printer - it doesnot find him

    Help

    Hi katt6,

    I read your message which indicates that you receive a message "is a print job in the print queue prevents other printing of print." Please provide the detailed steps that you have already tried. I can help you.

    Try and print a self-test on the printer hardware to see if it is a hardware or software problem.

    Printing a Network Setup Page.

    Run the difficulty it Microsoft tool to see if this will help.

    Diagnose and automatically fix problems printing and printer.

    If the problem persists, continue with the steps below:

    I have provided a document of empty folder of spooling print to see if she will help solve this problem.

    How to clear the current queue in Windows Vista & Windows 7.

    Try to print again.

    Printer is on a network as follows:

    If you still have problems, and that the printer is on the network, check the Configuration Page to see if you have a valid IP address.

    If you have a valid IP address for the printer, then try and access the Web built-in to the printer server.
    Type the IP address in the address bar of your web browser. (Internet Explorer)

    Check the IP address on the computer to verify that it matches the IP address of the printer.
    Go to start, devices and printers, right click on the printer, go to the properties of the printer, some ports tab, click on configure port.
    If they don't match then close the Configure Port window and click on create a port and follow the instructions in the wizard.
  • Prevent the user from changing the page in URL - Apex 5

    Dear community of Apex,

    We seek to protect our handling of URL pages.  The protection of session state is enabled, and each page has page value «Arguments must have Checksum» access protection  However, the documentation seems to discuss in order to prevent the user from element values in the URL.  We want to prevent the user to change the page ID in the URL.  Currently, a user is able to hack the URL and take in the middle of a wizard process for example.  Is it possible to stop this?  Other that an element of creative previous train stop check.

    * Version: Application Express 5.0.1.00.06

    Thank you

    Barry

    bSamuel wrote:

    We seek to protect our handling of URL pages.  The protection of session state is enabled, and each page has page value «Arguments must have Checksum» access protection  However, the documentation seems to discuss in order to prevent the user from element values in the URL.  We want to prevent the user to change the page ID in the URL.  Currently, a user is able to hack the URL and take in the middle of a wizard process for example.  Is it possible to stop this?  Other that an element of creative previous train stop check.

    Hi Barry

    Affecting the security attribute Access Page Protection page No. URL Access and navigate between pages using the type of the Page Management Branch (uncheck the option creates a branch using redirection page in the Wizard) will avoid this:

    No URL access -Page can not be found using a URL, but the page can be the target of a type of Page Management Branch, is not doing a URL redirect.

    It is a little more restrictive that a normal direction of the session state values cannot be positioned or erased declaratively in the branch, but is not often necessary in a several step wizard, and it's pretty simple to work round using prior processes - or post-branche or by referencing the item values directly from other pages.

  • 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

Maybe you are looking for