MX 7 breaks CF 4 Jscript on NS 4.79

Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.

  1. #1

    Default MX 7 breaks CF 4 Jscript on NS 4.79

    I've integrated a javascript-based popup menu function from
    [url]www.dynamicdrive.com[/url] into my Cold Fusion 4.01 CFM file.
    This is a cross-platform site requiring access back as far as NS 4.7 and IE 4.
    We are trying to upgrade to MX 7 and probably
    will anyway, but it would be nice if this code would work. I assume that the
    MX 7 install, set to use IIS versus the internal
    JRun server, has updated the JRE so it no longer handles the code. Was using
    j2re-1.4.2.06.

    DOD Contractor Guest

  2. Similar Questions and Discussions

    1. JScript (.js) in htlm
      I am new here and trying ot self learned on Dynamic Web design. I am using Dreamweaver for this task. I have a quesrtion concerning the JSCript...
    2. problem with jscript and swf
      You can also set the background of the swf to be "opaque" or "window" (and "transparent"). If you're using on NN, why doesn't make the menu in Flash...
    3. JScript
      Hi all, how can I start a client side JScript function instead of doing a postback if a button (webforms) is clicked? Thx Jenny
    4. Simple JScript
      Hi all, I wrote a simple asp.net with JScript. But it doesn't work properly. And I don't know why! The CodeBehind: Public Class WebForm1...
    5. JScript within an asp page question
      I know this is an asp newsgroup, and I've gotten help from the group on several asp related questions, but I was hoping someone could answer a...
  3. #2

    Default Re: MX 7 breaks CF 4 Jscript on NS 4.79

    JavaScript runs on and is interpreted by the client. No JRE is involved.


    _Sam_ Guest

  4. #3

    Default Re: MX 7 breaks CF 4 Jscript on NS 4.79

    I understand that. I installed MX7 on the client, first in the 'shared' mode
    so I
    could have both CF 4 and MX running on the same box. No other updates
    occurred.
    Running Netscape 4.79 and IE 6.0 using Windows 2000 (SP4). The JS code was
    downloaded from DynamicDrive.com and allows dynamic definition of popup
    windows. The problem I'm experiencing, is that when the popup is shown, the
    links and icons displayed on the parent window which are behind the popup,
    are corrupted. They are still functional, the display is affected.

    DOD Contractor Guest

  5. #4

    Default Re: MX 7 breaks CF 4 Jscript on NS 4.79

    can you post an example?
    --nimer

    "DOD Contractor" <webforumsuser@macromedia.com> wrote in message
    news:d1f0ks$78q$1@forums.macromedia.com...
    >I understand that. I installed MX7 on the client, first in the 'shared'
    >mode
    > so I
    > could have both CF 4 and MX running on the same box. No other updates
    > occurred.
    > Running Netscape 4.79 and IE 6.0 using Windows 2000 (SP4). The JS code
    > was
    > downloaded from DynamicDrive.com and allows dynamic definition of popup
    > windows. The problem I'm experiencing, is that when the popup is shown,
    > the
    > links and icons displayed on the parent window which are behind the popup,
    > are corrupted. They are still functional, the display is affected.
    >

    Mike Nimer Guest

  6. #5

    Default Re: MX 7 breaks CF 4 Jscript on NS 4.79

    I'm not sure how to attach an RTF with screen shots. Any suggestions?
    DOD Contractor Guest

  7. #6

    Default Re: MX 7 breaks CF 4 Jscript on NS 4.79




    DOD Contractor Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139