How to move text from one page to a form on another page

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

  1. #1

    Default How to move text from one page to a form on another page

    I used DW to build and maintain our retail site, but still can't figure this out without some clear help---please advise if there is an easy solution to this. This is way beyond my skills levels.

    We want to "move" selected text (using a button or checkbox type action) on one page to a form field on another page---in other words, the user clicks a button or checkbox next to the text, and it automatically "seeds" into a specified field in a form on another html page. Is there a simple database function to handle something like this? Thanks, Steve Hughes


    dmantt webforumsuser@macromedia.com Guest

  2. Similar Questions and Discussions

    1. Master page has text added automaticalllywhen I flow text to a new page that is based on it
      Have the Adobe software engineers addressed this problem yet. I have a 200-page document that I've been fighting with for weeks. It is a document I...
    2. CS1: Slug does not move with page?
      I work in a design department where we are frequently pulling pages from older documents, and we need to keep track of where these reused pages are...
    3. flow text vertically page to page in table?
      Can someone help with this? I'm setting up a long table with lots of information in each column. I want the text to flow from page to page. I want...
    4. PDF form check boxes not highlighting from page to page
      Hello forum users > I have been creating editable PDF forms with Acrobat 7.0 and have come across an issue that I cannot solve. If you tab through...
    5. redirect to another page based on text in the URL of the current page
      Hi JPElectron, You were looking good until you got to the code. You're trying to use client-side code for your redirects, when you should be...
  3. #2

    Default Re: How to move text from one page to a form on another page

    Easy to do using php. If on the first page the textfield is named ' Name' ,
    after submitting just echo the $Name variable. Just remember to have
    session global on.




    saj


    //snkhan 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