Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default coding not working

    hi,
    trying from a listbox what is also coded with widgetmx but not working
    properly

    <select name="Requestor" id="Requestor"
    widget="onChange="document.form1.requestor.value =
    this.options[this.selectedIndex].value" <% Call dynamicInput("Requestor",
    "Requestor", "", "tm", "Tblusers", "rsuser", "username", "username",
    "#exec#(cast.Fields.Item(""CustomerName"").Val ue)#/exec#", "No", "10",
    "Add...", "Are you sure you want to add the '%s' element to the database?",
    "Some data you entered is not in the database. Shall we submit it first?")
    %>">
    </select>

    this section is not working?
    onChange="document.form1.requestor.value =
    this.options[this.selectedIndex].value"
    can anyone help with this coding?

    gr. Kisoen


    r.kisoenpersad Guest

  2. Similar Questions and Discussions

    1. help in coding
      Hi, I want to build up interactive tutorials that has videos and audios, I want to show some images with voice comments on them, pleeeeeeeease...
    2. ASP Coding
      Is it tough to code ASP for a simple database results page? I've only ever used FrontPage wizards to create my database results ASP pages before,...
    3. c# coding
      (Type your message here) -------------------------------- From: lovey dovey I need help in writing a program that takes any integer and...
    4. coding
      Hi Gang, I am a Director programmer and do a little Flash. I've noticed some pretty complex coding in Flash and have searched diligently for...
    5. Lil fun be4 coding
      http://www.stud.ntnu.no/~shane/stasj/div_bilder/107.html Have a nice day ! -- Julien CROUZET
  3. #2

    Default Re: coding not working

    In what way doesn't it work?

    --
    Jules
    [url]http://www.charon.co.uk/charoncart[/url]
    Charon Cart 3
    Shopping Cart Extension for Dreamweaver MX/MX 2004


    Julian Roberts Guest

  4. #3

    Default Re: coding not working

    hi juliam
    what is not working : the onchange statement is not working
    the mxwidgets functionality is working perfect but this onchange statement
    doesn't
    do you have any idea?
    please advise
    kisoen



    ____________
    <select name="Requestor" id="Requestor"
    widget="onChange="document.form1.requestor.value =
    this.options[this.selectedIndex].value" <% Call dynamicInput("Requestor",
    "Requestor", "", "tm", "Tblusers", "rsuser", "username", "username",
    "#exec#(cast.Fields.Item(""CustomerName"").Val ue)#/exec#", "No", "10",
    "Add...", "Are you sure you want to add the '%s' element to the database?",
    "Some data you entered is not in the database. Shall we submit it first?")
    %>">
    </select>

    this section is not working?
    onChange="document.form1.requestor.value =
    this.options[this.selectedIndex].value"
    can anyone help with this coding?
    "Julian Roberts" <newsg@charon.co.uk> wrote in message
    news:cvdv2t$pp2$1@forums.macromedia.com...
    > In what way doesn't it work?
    >
    > --
    > Jules
    > [url]http://www.charon.co.uk/charoncart[/url]
    > Charon Cart 3
    > Shopping Cart Extension for Dreamweaver MX/MX 2004
    >
    >

    r.kisoenpersad Guest

  5. #4

    Default Re: coding not working

    Is the page online?

    --
    Jules
    [url]http://www.charon.co.uk/charoncart[/url]
    Charon Cart 3
    Shopping Cart Extension for Dreamweaver MX/MX 2004


    Julian Roberts Guest

  6. #5

    Default Re: coding not working

    nope

    this developing
    g. kisoen

    "Julian Roberts" <newsg@charon.co.uk> wrote in message
    news:cvg6rv$f4q$1@forums.macromedia.com...
    > Is the page online?
    >
    > --
    > Jules
    > [url]http://www.charon.co.uk/charoncart[/url]
    > Charon Cart 3
    > Shopping Cart Extension for Dreamweaver MX/MX 2004
    >
    >

    r.kisoenpersad 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