pass changed data between frames

Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default pass changed data between frames

    Hi,
    got the following problem:
    I got a frameset with three frames (_TOP, _BODY and _FOOT). When i changed the
    keys in _TOP, the data in _BODY
    will be reloaded. The Data in _Body was put in a <form name="myform"> and you
    can do some changes in myform.
    Is it possible to pass the changed data from myform to my _FOOT frame when i
    press the save botton in _FOOT?

    Thank you

    tholan Guest

  2. Similar Questions and Discussions

    1. How to save a DataGrid's changed data back to thedatabase
      Im a ColdFusion programmer verty new to Flex. I undrestand that we can load data to a DataGrid using WebServices. User edits the data right in...
    2. EditCommandColumn - how to know if user changed data...
      Hi, When the user clicks 'update' how do I know if any of the text in the textboxes on that row have been changed by the user, and subsequently...
    3. How to pass data
      I need help with a small problem. I am working on a CourseBuilder 15 question test with each question is on its own page. I want to keep track of...
    4. Data in Access database changed when display in website
      Hi Everyone, I am trying to figure why the data of an Access database changed when displayed in a web-based administrative tool. The column data...
    5. data changed in form in aspx pge
      Hi, I need to check if data in textbox, dropdownlists have changed in my page. Does somebody know how can I do it using javascript or similar?...
  3. #2

    Default Re: pass changed data between frames

    Sorry,
    found what I'am looking for! Just had to submit the form with java-script!
    Thank's
    tholan 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