Contribute CS3 seems to change some code?

I'm new to Contribute and am performing some testing before
coaching a client through the process. I have just edited a page on
a test site and when I publish the changes, Contribute seems to
have converted some Google analytics code that I have placed at the
bottom of the page creating a small bit of visible code on the page
and possibly affecting it's function. Any ideas about what's going
on here? (
http://salessolutionsusa.com/dev/)

Please check out this post:
http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=55&catid=290&threadid =1387669&highlight_key=y&keyword1=google%20analytics

Similar Messages

  • Change some code from as3 to as2

    Hi, I want to use as2 because it compatible with my website.
    I want to change some code from as3 to as2
    /////////////////////////////image1//////////////////////////////// if(MovieClip(this.parent).imagetxt.text == "a") {     var imgurl:String = "C:/Users/Thái/Desktop/ls/cotton-1.jpg";     var myrequest:URL = new URL(imgurl);     myloader.scaleContent = true;     myloader.load(myrequest); } /////////////////////////////image2//////////////////////////////// else if(MovieClip(this.parent).imagetxt.text == "b") {     var imgurl2:String = "http://aloflash.com/images/upload/3.jpg";     var myrequest2:URLRequest = new URLRequest(imgurl2);     myloader.scaleContent = true;     myloader.load(myrequest2); }thank you for your support.

    use:
    var myloader:MovieClip=this.createEmptyMovieClip("loader_mc",this.getNextHighestDepth());
    if (MovieClip(this._parent).imagetxt.text == "a") {
        var imgurl:String = "C:/Users/Thái/Desktop/ls/cotton-1.jpg";
        myloader.load(imgurl);
    } else if (MovieClip(this._parent).imagetxt.text == "b") {
        var imgurl2:String = "http://aloflash.com/images/upload/3.jpg
        myloader.load(imgurl2);

  • Need help to change some code

    Hi Experts,
    I am new to Java and i struck up in some java code. could some one modify the code according to my requirement please..
    we hava a booking form contains the details like Destination ware house no, load number,PO number, line number.... When the supplier submit the form,Here we should reject the booking form .
    The booking form should reject in some cases where i have mentioned below. accordingly could some one modify the java code please..
    We have to reject such a booking form through the logic
    If Destination Warehouse = Different AND Load number = Common then
    “Reject the booking form”
    Else if
    Destination Warehouse = Different AND Load number = Different then
    "Pass the Booking form"
    Else If
    If Destination Warehouse = Common AND (Load number = Common OR Load number = Different)
    “Pass the booking form”
    Else
    it should Reject the form for different site on same load.
    The java code has been written like this. could someone modify it according to my requirement as i am new to Beginner to Java
    String[] vendor = new String[status.length];
    String[] load = new String[status.length]; //array of load numbers
    String[] site = new String[status.length]; // array of site (dest wh) numbers
    String[] temp = new String[20];
    String[] lstatus = status;
    String[] fail_loads = new String[status.length];
    String[] fail_sites = new String[status.length];
    MappingTrace trace = container.getTrace();
    trace.addInfo("No. of records: " + status.length);
    for(int i=0;i<status.length;i++){
    result.addValue(status);
    try{
    if (status.length != 1) {
    //Split input into Load Number and Vendor Number
    for (int i = 0; i < status.length; i++) {
    temp = status[i].split(":");
    load[i] = temp[1];
    site[i] = temp[5];
    if (temp[2].equals("9999999999")) vendor[i] = null;
    else vendor[i] = temp[2];
    temp = null;
    //Get Loads with two or more vendors
    String p_vendor = vendor[0];
    String p_load = load[0];
    String p_site = site[0];
    int idx = 0;
    int idxs = 0;
    trace.addInfo("Load Length: " + load.length);
    for (int i = 1; i < load.length; i++) {
    if (vendor[i] != null) {
    if (p_vendor != null && load[i].equals(p_load) && !load[i].equals("00")) { //same load as previous
    if (!vendor[i].equals(p_vendor)) { //second vendor in same load
    fail_loads[idx] = load[i];
    idx = idx + 1;
    if (!site[i].equals(p_site)) { //second site in same load
    fail_sites[idxs] = load[i];
    idxs = idxs + 1;
    p_load = load[i];
    p_vendor = vendor[i];
    p_site = site[i];
    trace.addInfo("For Loop 2: Index: " + i);
    trace.addInfo("fail Loads length: " + fail_loads.length);
    trace.addInfo("fail Sites length: " + fail_sites.length);
    //Set values in array Status[]
    for (int i = 0; i < status.length; i++) {
    for (int j = 0; j < fail_loads.length; j++)
    if (load[i].equals(fail_loads[j])) {
    //set status[i] to fail
    trace.addInfo("status[" + i + "] = " + status[i]);
    String msg = "fail" + status[i].substring(4);
    if (msg.length() <= 30)
    msg += ":999";
    status[i] = msg;
    trace.addInfo("status[" + i + "] = " + status[i]);
    break;
    for (int j = 0; j < fail_sites.length; j++)
    if (load[i].equals(fail_sites[j])) {
    //set status[i] to fail
    trace.addInfo("status[" + i + "] = " + status[i]);
    String msg = "fail" + status[i].substring(4);
    if (msg.length() <= 30)
    msg += ":998";
    status[i] = msg;
    trace.addInfo("status[" + i + "] = " + status[i]);
    break;
    result.addValue(status[i]);
    }// end for i
    }//endif
    else
    result.addValue(status[0]);
    }//end try
    catch (Exception e)
    StringWriter stringWritter = new StringWriter();
    PrintWriter printWritter = new PrintWriter(stringWritter, true);
    e.printStackTrace(printWritter);
    String error = "Exception: "
    + stringWritter.toString();
    trace.addInfo("This is exception: " + e.getStackTrace());
    Thanks,
    Suesh

    990094 wrote:
    I am new to Java and i struck up in some java code. could some one modify the code according to my requirement please..No. Ask for help so YOU can change it and learn from it, don't flat out ask other people to do it for you. People will just assume you'll be the one flipping their burgers in the future if you do that.
    new to JavaThere is a forum that has this exact name, I suggest you take your further questions (not requests to outsource work) there.

  • Contribute CS3 CPS client install?

    I've used Contribute 3 in the past, using ftp and sending
    keys to folks who need them. I also had to install Contribute 3 on
    their client machine. I'm researching Contribute CS3 CPS and have
    some questions for which I could not find specific answers to in my
    research:
    1. would I still need to install Contribute CS3 on a client's
    machine?
    2. using ldap, I would no longer have resend keys when my
    password expires, correct (I am the admin)? so, would the client be
    responsible for updating their password if and when it expires?
    So far these all the questions at this stage. Thank you for
    any assistance.

    If you do not plan to administer a site with only Contribute
    CS3, go to Administer site> Compatibility> set to Transition.
    This will allow you to use other versions of Contribute. This
    error message can be fixed by doing the following (back up your
    .csi file for the site prior to changing this setting).
    1. Navigate to the folder \_mm\ on your server and open the
    file named - cthub*.csi
    (example: cthub6f52d6a5152350b4.csi) in NOTEPAD or any text
    editor...
    2. Change the second line contents in the XML from a value of
    2 to 1 for read_vers_minor
    Then save the file and relaunch Contribute CS3 but make sure
    you have set the mode to Transition.

  • How to change the frameset in Contribute CS3

    How can I make changes in an existing frameset in Contribute CS3 4.1
    Where can i find the frameset file? It seems that everything in de project/website is live, not local.
    I appreciate it to get help to solve this.

    Background for what? You need to explain better and be more specific.
    Mylenium

  • Issue with Google Analytics Character Encoding (Contribute changes the code)

    I am wondering if there are any admin settings to work around this issue. This is an issue with Contribute CS3/CS4.
    Editing a page in Contribute turns encoded characters into unencoded characters. For example, turning "%3C" into "<". Encoded version has no errors.
    Un-encoded characters in Google Analytics code causes Scripting Errors on each page you open in Contribute, make loading slower, and make it difficult just to browse the site using Contribute.
    Specifically changing this:
    <script type="text/javascript">
    var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
    document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
    </script>
    to this:
    <script type="text/javascript">
    var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
    document.write(unescape("<script src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'></script>"));
    </script>
    (I believe it is the double </script></script> that might be causing the error to pop up.)

    Set the link encoding option as "Insert Links As Is", under Administer website dialog.

  • I keep trying to reset an icloud account that is disabled because I forgot the password but is not able too. I tried changing it but there seem to be some mix up in the icloud ID and the gmail email address. HELP PLEASE!!

    I keep trying to reset an icloud account that is disabled because I forgot the password but is not able too. I tried changing it but there seem to be some mix up in the icloud ID and the gmail email address. HELP PLEASE!!

    Your password was sent to your emergency email address.  Perhaps you have an email you never use?   I use the free email from my cable TV account as my emergency email.
    Your Apple account and cloud account are separate.   You could even have completely different user and password.   Most of us use the same user ID and password, but they are not the same thing, don't mix them up.
    If you can't retrieve emergency email, you will have to call apple support.
    http://support.apple.com/kb/HE57

  • Changing default code in HTML "Create New" page for CS3

    When I open dreamweaver and go to File>New>blank Page>HTML, the code that displays when the page is opened isn't what I want. For instance, I'd like to change the XHTML DOCTYPE to 1.0 strict (from transitional).
    Is there a way I can get in to the backend of this program and change that code so I don't have to do it manually every time I open a blank html page in DW? Or can I make my own, and then make that my default html page code?
    Thanks,
    Luke

    When you Choose FILE>New, you will see a Preferences button at the bottom of the interface.  Click on that and you can choose how to diplay the 'new page' whenever you open up a new document.

  • Uploading multiple files in Contribute CS3

    I have a website where I am constantly creating new pages
    almost everyday. I use Adobe Contribute CS3. I began creating
    drafts (all from one template) and saving them for later. Now, I'm
    have almost 200 drafts to publish to the server and the process is
    relatively slow. Is there a way that I can upload all these drafts
    to my server at one time? I found this page on Google (click the
    link)
    http://www.vdsys.com/contribute/answer-addmultdocs.htm
    , but this process does not seem to work for me.Does it work for
    anyone else? I need HELP.

    Thanks Vikas,
    I spotted the multiple file browse button solution from a forum search. I'm trying to avoid it as I don't want to have to force the user to have to step through the file browse process for each file. I'd rather they opened a single dialog (of some kind) and selected multiple files and hit upload once only.
    I Googled the second one as well. Similar problem as above, although, it's getting closer. I found a few examples using a java applet. Most of them I'd need to buy, which I'm not against in principle, just rather find something I can code myself.
    This is what I've been asked for.
    "....Files should be uploadable from a dialog box similar to the one provided in MS Outlook where 1 or more attachments can be uploaded to an email in a single process......[it is] important that the user is able to select multiple files in a single step and are not forced to step through a repetative process for each file....".
    Any help appreciated.
    Cheers
    Yog

  • Javascript errors when formating text and images in Contribute CS3

    I'm using Contribute CS3 on Vista, I insert an image inside a
    paragraph tag with text then align the image
    ie the source code looks like this:
    <p><img src="..." alt="" align="left"/>some
    text</p>
    I change the text in the paragraph to bold
    Source code example: <p><img src="..." alt=""
    align="left"/><strong>some text</strong></p>
    I will get the following error messages:
    1 This error appears 2 times:
    "While executing DW_Text_CSS_Style canAcceptCommand in
    ccText_Styles.htm, a JavaScript error occurred."
    2 This error appears 2 times:
    "While executing DW_Text_Bold canAcceptCommand in
    Text_Style.htm, a JavaScript error occurred."
    3 This error appears 3 times:
    "While executing DW_Text_Italic canAcceptCommand in
    Text_Style.htm, a JavaScript error occurred."
    4 Next all the styles and formatting options are greyed out
    but I can still publish or discard.
    To be able to apply the styles and formatting in Contribute
    CS3 I now need to close the application and reopen it again and be
    careful not to reproduce the error.
    I've also tried renaming the Configuration folder under
    c:\Users\myusername\appData\Local\Adobe\Contribute CS3\ but it
    hasn't worked.
    We've reproduced this error on 3 similar machines in our
    office all running cs3 but the bug doesn't occur when performing
    the same steps in Contribute 3 or dreamweaver CS3 which is running
    side by side on these machines.

    It might be trying to pull the image from a different
    location than the image is currently stored in. Try to move the
    image file to a different folder and then load.

  • Contribute CS3  & Dreamweaver CS3

    I do volunteer work for a pet rescue website. I started out
    editing their pages with Dreamweaver CS3. When the work load got
    out of control, one of the rescue members decided to help out by
    using Contribute CS3. After a few months, I noticed there was a lot
    of lag loading this one page we were both updating on a daily
    basis.
    In Dreamweaver, in design mode, the page appeared to be fine
    but when looking at the source code, there were thousands of empty
    lines that had been generating for who knows what reason. The
    amount of lines was over 50K. I manually went in there and deleted
    all the empty lines and ended up with about 600 lines total of
    code. Everything was back to normal and my helper continued using
    Contribute CS3 and I used DW, until a few days later when I noticed
    the blank lines were back. Not as many as there were before but
    they were certainly adding up and were definitely adding to the
    loading time.
    I did what I could to clean up the code and although there
    are some empty lines left at the top of the file, the rest of the
    file is ok now. I asked the Contribute helper to not make anymore
    updates for the time being. I haven't seen any more blank lines
    added since she stopped. So my best guess is that Contribute CS3 is
    causing all the problems.
    Is there something in Contribute CS3 publishing preferences
    that may be causing this problem? I couldn't find anything in the
    manuals except something about Line Breaks but that didn't have
    anything to do with the code. Could it also be a server problem?
    Not sure where I would begin looking. Any help would be
    appreciated.
    Here is a link to the file I am referring to:
    http://www.norcalgsprescue.com/adopt.shtml
    Thanks!

    I've had similar issues, but not to the extent you seem to be
    getting it. I know if you are using templates or server-side code,
    the lines that do not propagage to your web client are removed, but
    the source code lines are not collapsed...
    Anyway, when I had a similar problem, it would putting an
    extra line for each line in the html code... If you are on a
    Linux/Unix Web server... go to Administer Website...Edit Role
    Settings...Select the 'Editing' option on the left side of the
    panel... at the very bottom, make sure 'Line Break Type' is set to
    'Unix (LF)'
    Hope that helps

  • I changed script code but swf don t change

    In adobe flash cs3 i changed action's script code(i comment
    lines or change output text) but after i export new swf when i run
    it i just see the first version. Please somebody can help to
    me?

    I had this problem too - lots of times.
    Flash seems to like taking your compiled script and stuffing
    it somewhere. When you compile again, it checks to see if it's
    already stuffed some code somewhere. If it has, then it ignores
    your changes. (Of course, it's SUPPOSED to amalgamate your changes
    to the existing code, but for some reason it sometimes doesn't.)
    Anyways, go to: Control->Delete ASO Files
    or Control->Delete ASO Files and Test Movie
    Hopefully that'll work!

  • Dreamweaver MX 2004 with Contribute CS3

    Good Afternoon,
    I have Adobe CS3 Web Premium edition, but a colleague located
    interstate is using DreamWeaver MX 2004. I would like him to design
    a dreamweaver template for use in Contribute CS3. Are there any
    known compatibility issues with doing this, or any DreamWeaver CS3
    features that we would maybe miss out on?
    Thanks in advance!

    I don't think this would be a problem, since you can
    administer the site from within Contribute. The template souirce
    code hasn't changed, so Contribute will find the templates and the
    editable regions.
    You could always decide to turn of the compatiblity in
    dreamweaver if there are problems with the cheking in and out
    system.

  • I had a Microsoft tech access my computer remotely to resolve issues with my hotmail acct. There were files that needed to be deleted and he also changed some settings.   Later, when I tried to open InDesign I received the following error:  AMT Subsystem

    I had a Microsoft tech access my computer remotely to resolve issues with my hotmail acct. There were files that needed to be deleted and he also changed some settings.
    Later, when I tried to open InDesign I received the following error:
    AMT Subsystem Failure
    The licensing subsystem has failed catastrophically. You must reinstall or call customer support.
    I rebooted the computer and tried again:
    Licensing for this product has stopped working.
    You cannot use this product at this time. You must repair the problem by uninstalling and then reinstalling this product or contacting your IT administrator or Adobe customer support for help.
    I can access Acrobat and MS Office programs, it's just the CS3 programs that I can't access. Can I uninstall and then reinstall CS3 without an access (un-lock) code?

    Use the trackpad to scroll, thats what it was designed for. The scroll bars automatically disappear when not being used and will appear if you scroll up or down using the trackpad.
    This is a user-to-user forum and most people will post on here if they have problems. You very rarely get people posting to say there update went smooth. The fact is the vast majority of Mountain Lion users will not be experiencing any major problems with the OS, or maybe with apps which are not compatible, but thats hardly Apple's fault if developers don't update their apps.

  • Contribute CS3 embeds the contents of SSI Includes into page after Edit and Publish

    I have tried every possible way to figure this out but it
    seems as though no one has this problem or a solution...
    My Dreamweaver CS3 Template based files that have SSI
    Includes placed in a "non-editable region" of a template and/or
    nested templates are continually embedded, merged, or hard-coded (I
    used those keywords for anyone else who might be searching for help
    on this frustrating issue) into the page after it has been edited
    and published with Contribute CS3 for Windows.
    After many, many, hours and days rebuilding templates
    (thinking that it was my code), experimenting with .htaccess
    include_path variables, and cursing this application, I have come
    to one conclusion - if I put my includes within "editable regions"
    in the templates or the template based pages, edit and publish the
    page with Contribute - then the page is saved normally, with the
    includes intact and not embedded within the page. This is of course
    not necessarily desirable!
    I have tried using various types of include directives like:
    <?php include('footer.inc'); ?>
    <?php require('footer.inc'); ?>
    <?php virtual(footer.php'); ?>
    <!--#include file="footer.inc"-->
    <!--#include virtual="footer.inc"-->
    All Includes are merged into the template-based page after
    the page has been edited and published with Contribute - if they
    are in "non-editable regions"!
    Please, someone point me in the right direction - if it's
    calling Adobe's Help line, or posting the files or whatever. I
    can't finish this project and hand off to the client until this is
    resolved.
    Andrew

    Hi,
    I'd be reall interested to know if you got anywhere with this as I'm having the same problem.
    The article referenced further down this thread is no longer available either.
    Any suggestions or advice on this issue would be much appreciated.
    Cheers,
    Bill

Maybe you are looking for