Cannot insert second element on the same page (DW CS3) lib

Hi, I wonder to build a Web site with 53 pages. My client, most likely, will come with changes / desired additional pages in the future, so I thought that library items would be appropriate for navigation (correct? I am new to lib).

After inserting a library (vertical menu with rollover images) item in a page, I would also like to use this type of nav horizontally at the top of the pages.

However, DW (cs3) I cannot do. This is the message: "this change should change the code which is locked by a model or a translator. The changes will be ignored. " The parent page is not a template, just an ordinary new html page. I inserted the vertical nav lib in a div.

I understand that it should be possible to insert multiple items lib in a page, what can be the problem here?

Thanks much for the advice, suggestions and help.

function() {return A.apply (null, [this] .concat ($A (arguments)))}

You know what? I stopped working with the elements of the lib, because I discovered that it is much easier to work with SSI!

Same thing here.

I've not used models or elements of DW library for several years. I used to spend too much time finding my way around the editable and non-editable. They just got in my own way. SSIs are much easier to create and much, much easier to maintain.

function() {return A.apply (null, [this] .concat ($A (arguments)))}

(The server must be complient php).

Not necessarily.

SSIs can be used on single pages, PHP, ASP, ASP.NET and ColdFusion pages HTML.

The principle is the same, but the code to include in the parent page is different.

ASP and .NET includes using the same syntax as plain SSI:
[an error occurred while processing the directive]

ColdFusion

PHP

Tags: Dreamweaver

Similar Questions

  • He cannot receive my email on the same page with msn.

    Why I check my email on the same page with my email msn before?

    Hi Zetouncarey,

    I suggest you to contact MSN support for assistance on this issue.

    How to contact MSN customer service
    http://support.Microsoft.com/kb/940784

    Hope this information helps you. If you need additional help or information on Windows, I'll be happy to help you.

  • How to create multiple web photos on the same page albums

    What do I want? A single page web with a title, then a table with the winners of the first rank (images), then a title followed by the winners of the second rank (images), followed by a title with honorable mention (images) etc.

    With CS3 on a Dell Windows XP under ORDERS, I click on "Create of Web Photo Albums" and am able to do the winners of the first rank. ((He opens the Fireworks very well and creates the web album.) How can I create album of the winners of the second row on the same page? When he asks for the landing page I don't see where he give this exact page, if it creates a separate page. If I copy and paste the entire page 2 on the first page, I run into trouble. Thanks for your help.
    Diana Hunter

    Hi Diana,

    I am a professional photographer and doing my finished site published. I've used Coffeecup photo library. You can create several albums on the same page. Do a Google search at the address. It's easy, inexpensive, and it works. I tried to do with the Gallery of photos of DW and fireworks - but could not do things. CC uses Flash and Javascript.

    Good luck

  • He cannot get two changers of AS2 to work on the same page.

    Hello.

    I really like this particular scroller, I used at the bottom of the page here:

    http://steamandclean.com

    Now I need to use two instances side by side on another page and may not have to work.

    I tried:

    • With same code twice in the frame 1 unchangend.
    • Have two instances of the code, but with him renamed all instance names and variables in the code.
    • Having each scroller in their own video, then add the two at the scene.
    • Have a master fla with background and import two separate sovereigns with each their own scroller - they work independently, but when they import on the same page one of them will not work.

    Here is the AS2, I use:

    Scroller on the left:

    fscommand ("allowscale", "true");

    bar.useHandCursor = dragger.useHandCursor = false;

    space = 20;

    friction = 0.9;

    Speed = 4;

    y = dragger._y;

    Top = main._y;

    bottom = main._y + mask_mc._height - main._height - space;

    dragger.onPress = function() {}

    Drag = true;

    this.startDrag (false, this ._x, this._parent.y, this ._x, this ._parent there + this ._height, this ._parent .bar ._height);

    scrollEase();

    };

    dragger.onMouseUp = function() {}

    this.stopDrag ();

    Drag = false;

    };

    bar.onPress = function() {}

    Drag = true;

    If (this ._parent ._ymouse > this ._y + this ._height - this._parent.dragger._height) {}

    This._parent.dragger._y = this ._parent ._ymouse;

    This._parent.dragger._y = this ._y + this ._height - this._parent.dragger._height;

    } else {}

    This._parent.dragger._y = this ._parent ._ymouse;

    }

    scrollEase();

    };

    bar.onMouseUp = function() {}

    Drag = false;

    };

    moveDragger = function (d) {}

    If ((dragger._y == y + bar._height-dragger._height & & d == 1) |) (dragger._y == y & & d ==-1)) {

    clearInterval (myInterval);

    } else {}

    dragger._y += d;

    scrollEase();

    updateAfterEvent();

    }

    };

    up_btn.onPress = function() {}

    myInterval = setInterval (moveDragger, 18, -1);

    };

    down_btn.onPress = function() {}

    myInterval = setInterval (moveDragger, 18, 1);

    };

    up_btn. OnMouseUp = down_btn.onMouseUp = function () {}

    clearInterval (myInterval);

    };

    MovieClip.prototype.scrollEase = function() {}

    dragger.onEnterFrame = function() {}

    If (Math.abs (dy) == 0 & & drag == false) {}

    delete this.onEnterFrame;

    }

    r = (this._y-y)/(bar._height-this._height);

    DY = Math.round(((top-(top-bottom)*r)-main._y)/speed)*friction);

    main._y += dy;

    };

    };

    Right scroll

    fscommand ("allowscale", "true");

    bar2.useHandCursor = dragger2.useHandCursor = false;

    space = 20;

    friction = 0.9;

    Speed = 4;

    y = dragger2._y;

    Top = main2._y;

    bottom = main2._y + mask_mc._height - main2._height - space;

    dragger2.onPress = function() {}

    Drag = true;

    this.startDrag (false, this ._x, this._parent.y, this ._x, this ._parent there + this ._height, this ._parent .bar2 ._height);

    scrollEase();

    };

    dragger2. OnMouseUp = function() {}

    this.stopDrag ();

    Drag = false;

    };

    bar2.onPress = function() {}

    Drag = true;

    If (this ._parent ._ymouse > this ._y + this ._height - this._parent.dragger2._height) {}

    This._parent.dragger2._y = this ._parent ._ymouse;

    This._parent.dragger2._y = this ._y + this ._height - this._parent.dragger2._height;

    } else {}

    This._parent.dragger2._y = this ._parent ._ymouse;

    }

    scrollEase();

    };

    bar2. OnMouseUp = function() {}

    Drag = false;

    };

    movedragger2 = function (d) {}

    If ((dragger2._y == y + bar2._height-dragger2._height & & d == 1) |) (dragger2._y == y & & d ==-1)) {

    clearInterval (myInterval);

    } else {}

    dragger2._y += d;

    scrollEase();

    updateAfterEvent();

    }

    };

    up_btn2.onPress = function() {}

    myInterval = setInterval (movedragger2, 18, -1);

    };

    down_btn2.onPress = function() {}

    myInterval = setInterval (movedragger2, 18, 1);

    };

    up_btn2. OnMouseUp = down_btn2.onMouseUp = function () {}

    clearInterval (myInterval);

    };

    MovieClip.prototype.scrollEase = function() {}

    dragger2.onEnterFrame = function() {}

    If (Math.abs (dy) == 0 & & drag == false) {}

    delete this.onEnterFrame;

    }

    r = (this._y-y)/(bar2._height-this._height);

    DY = Math.round(((top-(top-bottom)*r)-main2._y)/speed)*friction);

    Main2._y += dy;

    };

    };

    If need be I can download the fla files, but I see no option to attach a file

    Thanks in advance!

    ggaarde

    Screen shot 2012-11-15 at 12.02.28 PM.png

    You are welcome

  • How to make a form with report and a form of inclusion in the same page?

    Hey, guys:

    I was wondering if you could have any link or examples to show how to make a form with report and a form of inclusion in the same page, these two forms are related to the same table. Our customer wants that a user can add a new row to the table in a form and see all lines created by this user in a report, the report should provide link change as well. the problem is: whenever I inserted a new line or change a line or delete a line, and submitted and return to this page, all hidden elements lost their values, this report is empty, and some display only items also lost their values. Could someone give me any suggestions?

    Thank you very much!

    Sam

    So, the problem is essentially with page elements lose their session state values when re-loading of the page. How do you define values for the elements of the hidden page? You have default values defined for those? They are based on the database column? What is the "Source" parameter for these items on the page? It is set to "Always, replace any value in session state"? You have any process of 'Empty the Cache', which is reset these values to null element?

    What is your version of the Apex?

    I would recommend that you have installed for example in apex.oracle.com. This would help to better understand the issue.

    Published by: jaouad khalifi on 13 December 2012 22:11

  • How to link a Word to a particular place on the same page?

    Can someone tell me how to link a Word to a particular point on this page? I have a fairly long page that I want to make it more user-friendly, I want to give visitors the possibility to choose a subtitle to a list that will lead them directly to this point on the page so that they do not have to scroll.

    Use the names of ID:

    ID = "first">

    Insert content here...

    ID 'second' =>

    Insert content here...

    ID = "third">

    Insert content here...

    LINKS ON THE SAME PAGE:

    LINKS ON OTHER PAGES:

    Nancy O.

  • Two redirects to the same page?

    DW CS3 - ASP

    Through a former (but excellent) training DVD to create registration forms Insert/Update/Delete using DW & ASP.

    Two forms are created on the same page - a record of update and delete record.  Update works, but delete creates an error:

    Microsoft VBScript error "800 a 0411" compilation

    Name redefined

    /mysitename/myFolder/admin_edit.asp line 95

    Dim MM_editRedirectUrl

    This error is apparently due to the different redirect for each form URL:

    ' add the query string to the redirect URL
    Dim MM_editRedirectUrl
    MM_editRedirectUrl = "admin_edit.asp".
    If (Request.QueryString <>"") then
    If (InStr (1, MM_editRedirectUrl, "?", vbTextCompare in) = 0) then
    MM_editRedirectUrl = MM_editRedirectUrl & "?" & Request.QueryString
    On the other
    MM_editRedirectUrl = MM_editRedirectUrl & "" & Request.QueryString
    End If
    End If
    Response.Redirect (MM_editRedirectUrl)
    End If
    End If
    % >

    ' add the query string to the redirect URL
    Dim MM_editRedirectUrl
    MM_editRedirectUrl = "admin_home.asp".
    If (Request.QueryString <>"") then
    If (InStr (1, MM_editRedirectUrl, "?", vbTextCompare in) = 0) then
    MM_editRedirectUrl = MM_editRedirectUrl & "?" & Request.QueryString
    On the other
    MM_editRedirectUrl = MM_editRedirectUrl & "" & Request.QueryString
    End If
    End If
    Response.Redirect (MM_editRedirectUrl)
    End If

    End If
    % >

    I read that rename the second MM_editRedirectUrl Sun of Sun MM_editRedirectUrl_2 will make things work properly and he DID!  However, does make for an unstable environment; and if yes, what is the best approach to resolve this?

    OK, that makes sense. The problem stands and the original solution. Loading edit/detail page he sees scripts and variables of these two behaviors, and that the same variable name is used in both cases. So to change the names of variables in one or the other behaviors will work and will not cause any instability.

  • How to insert a username of the form page access page

    Hi friends,

    I created an apex of database application in which it consist of three pages...

    login page 1) - > 1
    form 2) page with page report (in the same page), that is, I have created a region within a form region report
    form page 3) (this page is displayed when I click on the option change in my previous report page)

    (i.e.) my 3rd page of form depends on my 2nd page of report, because not long after I click on the edit of each line option in my report which is on the 2nd page, he has to go to the 3rd page of form corresponding to a updations in each row.

    I created my applications listed above...

    But the scenario for me because the login page contains two fields, i.e.

    user name:
    password:

    so I'll give my name in the user name and PW respective to access my page of 2nd and 3rd in my request...

    Given that my 2nd page of the form consists of the following fields you

    user name *)->
    *) assigned to
    status *)
    start date *)
    priority *)

    My requirement here is therefore shortly after I logging into my application via the username and PW on the second page, coming on the second page of the form

    my username in my 2nd page of the form should be inserted automatically with the user name that I entered the login page...

    example: my user_name in the login page is: harry

    After being passed in the second page of the form with the user name "harry."

    my 2nd page of the form 'username' field must be automatically generated with the name 'harry '.


    Of the friends as possible to do this in my application... I have not any idea of it... Kindly help me friends to resolve my screenplay... Please explain each step in detail...

    Since the user_name: harry, is of I got the side admin as a developer for the workspace...

    Thanks in advance

    Harry...

    Hello

    Under the heading "Source: region selection

    Source: replacement always, value that exists in session state
    Source type: column database

    Default value: APP_USER

    Kind regards

    Patel Kartik
    -----------------------------------------------------------------------------------------
    http://patelkartik.blogspot.com
    http://Apex.Oracle.com/pls/Apex/f?p=9904351712:1

  • Increment the numbers on the same page

    I was asked to create tickets numbered with incrementing numbers on each ticket. I thought I'd use punch cards for the stock of blank paper (8.5 x 11 inches), but can't find out how to get this incremental page number on each card on the page. Insert a page number is no problem, but each map on the page has the current page number instead of increment as you wish. How can I get each card to have its own individual number?

    We have covered this on several occasions, including a week ago.

    If you want to use for that page numbers, you must place a one - up doc in a n - up layout. Much easier to use a text file which is a list of numbers, or use a numbered list paragraph style. I prefer the approach of the numbers list, myself, because it allows me to make a custom list for the number of tickets and to implement in the chimneys to cut so you don't have to sort later, but it looks to this isn't a problem for you since you're going to be breaking apart perfed stock.

    There are two basic approaches to numbering by using the list of numbers - put a text file or use merge data. The one you choose depends primarily on the amount of work you want to do first and you want the tickets printed in batteries (which is much easier with the data merge, in my opinion).

    If you place the text file, one of the methods more prodcing easy it is to use Excel to do the single list as numbers in one column, and then save as text. Information ticket on the page master n - up and link the empty frames where the numbers go. Style before frames with a paragraph style that includes "start in next image" in the options of the Dungeon, then simply place the list by holding down the SHIFT key.

    You can use the same file to merge data by adding a domain name to the top of the list as the first paragraph. In this case establish a single ticket in the upper left corner. ID copy them on the page when you merge according to the spacing that you designate in the merge options when you use a fusion of "several record per page.

    The previous two methods will number sequentially through the same page, i.e. If you have ten tickets on the page, the first page will be from 1 to 10, the second 11-20 and so on. If you want tickets 1 on the page, but the ticket 2 on page two and so on, so they wind up in beautiful sorted piles to make a grid in Excel. The grid must have, as the number of columns, the number of tickets per page, and the number of rows must be the number of pages necessary to finish the race. Excel can do most of the work if you fill out the first numbers to establish the motive. You want the sequence numbers to the bottom of each column in the order. Once the grid is filled, add a line above and add the tags field, then save as text.

    This time implemented for only one record per page you want to merge data, which is very similar to the first available Npages - put all the notes on the page where you want, but this time don't screw executives for numbers. Instead, drag a different field label in each of them.

    Peter

  • FROM SHAPED DATENREPORT (how on the same page)

    Hello everyone

    Yes, I know that it is built in a design of two pages where the first is the form and the second report, but I want it for both on the same page so that you can see what he has on the report and add his own line to the table. Well, I could make the creation of a form, then by changing the page and then add another region. Alright. But then I don't know how to link them together so that the data is passed to the form of the report.

    Additionally, the form to fill the data must pass in two separate tables, because a table contains the details of the location and the other opinion about each store. Easy to do on PHP and mysql, but here I'm lost.

    Second thing that drives me crazy it is that I created a table named location as well as street postal code for a store and another for assessment so that customers or workers add a suite evaluate services etc.

    Well, I'm trying to create that shape, that I first talked about this would hold all fields and I do on a SQL query that contains the definitions of the two tables. My XE is completely empty from the remains of other applications, etc. I do the equijoin alright


    Select l.loc_id, l.company, l.postcode, l.street, l.town, e.eval_id, e.loc_id, e.locum_reg, e.date_booked, e.items, e.addicts, e.number_staff, e.attitude_staff, e.organisation, e.stock_filing, e.agency
    location, e-assessment
    where l.loc_id = e.loc_id

    and I get this annoying error all the time


    ORA-20001: unable to create the form on equijoin. ORA-20001: Error Page = 2 item = 'P2_LOC_ID' id = '1324114494879878' ORA-20001: error page 2 item = = "P2_LOC_ID" id = "1324114494879878" a same name something like existing at the level of applications. ORA-0000: normal end successfully

    Well, if this form consists of two tables, it must definitely something in common with them! How did the name of the element suppose to have another name? It is made with the wizzard so supposedly the wizzard you should know, but I tried two days 14 hours a day.

    no indication of how this problem would be invaluable for me

    Thank you

    Alvaro

    Alvaro:

    This help if you supplied alias names to the "loc - id" of each table column in the SQL query? Something like

    select l.loc_id location_loc_id, l.company, l.postcode, l.street,l.town, e.eval_id, e.loc_id evaluation_loc_id, e.locum_reg, e.date_booked, e.items, e.addicts, e.number_staff, e.attitude_staff, e.organisation, e.stock_filing, e.agency
    from location l, evaluation e
    where l.loc_id = e.loc_id
    

    CITY

  • 4.3 pages: how to print files of different text on the same page at the same time?

    This concerns 4.3 Pages, I prefer.

    I have written two different books, both with notes - one with a lot of notes.

    I would like to print them both, at the same time, on a single page legal-size, 8 x 14. I can get.

    I did this time in divvying up toward the top of the page itself and by running the paper into the printer twice - once for the top the half and, again, once for the lower half. It worked very well... but my printer is becoming tired! (former HP).

    Recently, I tried to print the most complex book on top, with all the heavy notes, in a 'box' above. I managed to get this set only to discover that you are unable to print notes in a text box! Curses.

    Unfortunately, through the raggedy of the time evolution, these books are more than a length. However, I know that I can squeeze and tweezers to them by giving them different sizes and depths of the page. Certainly, foreign and unknown.

    Why the question is: is it possible to print simultaneously two different files (texts not only) on the same sheet of paper? Each of these texts has notes.

    Hi aws.

    4.3 pages. It will work for you?

    A single page with two columns

    Insert a column break between the two versions. Notes appear on the same page.

    Kind regards

    Ian.

  • How can I open now two copies of the same page

    As a shortcut to business I cut and paste a copy of one web page to another copy. The new feature does not allow two copies of the same page. Is there a way to force the two copies?

    • Press the SHIFT key while an entry in the drop-down list is highlighted to disable 'Switch to the tab' and see the URL.
    • Use the right arrow to select an element marked as switch to tab in the menu drop-down and copy the URL in the address bar.
    • Open the URL in a new tab using Alt + Enter on the highlighted entry.
    • Open the URL in the current tab by using shift + enter on the highlighted entry.
  • Place a photo on the same page of a photo book?

    So I did a lot of photo books in the past with iPhoto, I'm working on my first with Photos. I can't for the life of understand me how to move a photo from one spot to another on the same page without removing it completely, and then placing the photo once again in place I want.

    It is a HUGE pain when I don't want chronological photos on the same page. My normal process is to add photos to the page, by increasing the number of photos on the page until I have everything I want, then I move them until. This allows me to just go through the photos unplaced until I get what I want. In iPhoto, it wasn't a problem, but with pictures, it seems that once you have placed a picture, you cannot move. So whenever I want to add a new photo to the page and increase photos by the Photos of say 3-4, page move around randomly and I have to start all over again with the placement. Would not a big deal, except that Photos sorts photos unplaced by date, so when I took a picture to place in a new spot, now I need to go hunting for him again in the list.

    Any help would be great, I hope my question is clear.

    You can drag a photo to a different location on the page:

    • Place the pointer over the photo, click on hold until the photo is displayed outside, and then drag the photo to the Photos area or another location on the page.

    If you drop the photo on a different box of photos with a photo the two photos swap places.

  • Images with text on the same page in epub seem to be changing color to the export profile

    I create a fixed provision epub heavy photo and I noticed that after exporting, pictures with text on the same page are exported with a totally different and much more saturated look to them.  As if they were exported under a different color profile.

    All pages that include no text but just includes a graphic/photo, the image appears normal in the preview.  I tried several things like manually set two different images to specific color profiles.  I changed the conversion to ensure that everything is export in jpg format.  Cannot quite understand how to solve this problem.

    Has anyone experience this problem?

    He solved.  The problem was caused by blocks of text that had their transparency set to 0%.  Removing those, the problem has been resolved.

  • Several links to drop down to the same page.

    I'm trying to make a link to the same page of several drop-down lists. I'm allow MUSE to create drop-down menus on all Pages. However, I don't want to keep more than one copy of duplicate pages. Does anyone know how to create a second or third menu drop down for these pages to dupe button?

    Hi Pamela,.

    You can create a menu manual to point the finger the same page several drop downs.

    Kind regards

    Akshay

Maybe you are looking for

  • How to remove a drum track?

    How to remove a drum track? Fade tool does not work or I do not know how to use it. Is there a master fade, as in GB?

  • How can I stop the default "Moxilla Firefox Start Page" video display?

    By default 'Moxilla Firefox Start Page' has recently begun to show a video simulating an old arcade game.I want a Spartan static default start page with simple search functions.In part because the video is blocking the remote office. But also because

  • Satellite Pro 2100 is hot when you use the knee

    Hello. I have a 2100.I started using it again after using it not for a few months. I noticed when it is sitting on my lap if feels very hot and the fan comes on a very large number.The problem is that I don't remember if it was always like this or if

  • S7 telegram split

    Hello everyone I'm pretty new to labview an i have have a question about a stream I get of a s7 simantic. the data flow looks like this #SPSDATA #26 | ID = SIMATIC1 | DB295. DBB2 = 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,

  • Media Player does not allow to view videos from the site of Yahoo groups

    Original title: Windows Media Player Incompatible with WLM 9.0 Beta. I have Windows Vista 64-bit Home Premium edition.  The technicians at Windows Live Messenger helped me to uninstall the old version of WLM and install WLM 9.0 Beta.  While I was fol