Paste function

Hi All,
What i would like to do is add a sort of 'paste' function to my site. http://www.milesmemorials.com/product-GH54.html As you can see there is a drop down menu for 'Inscription & Verses' with a list of codes, each code refer's to a sample of text (an inscription or verse, http://www.milesmemorials.com/inscription-verses.html). Is there any way that when a code is selected from that list, that particular verse/inscription is automatically pasted into the wording box below?
Thank you for any help in advance!

Ok so im just getting my head round it. Ive got this code-
<select name="verse_inscriptions" class="productButton" id="verse_inscriptions" >
          <option selected="selected" value="0">-- Select Verse --</option>
          <option value="v1">V1</option>
          <option value="v2">V2</option>
          <option value="v3">V3</option>              
          <option value="v4">V4</option>
</select>
<div>
          <span id="sprytextfield13"><textarea id='test1'></textarea></span>
      <br>
      <span id='count1'></span> included letters remaining</p>
      </div>
and my script at the top of page is like this-
<script type="text/javascript">
function putIt(e) {
    $("#test1").val(e.target.value);
$("#verse_inscriptions").on("change", putIt);
</script>
As you can see, its not working. http://www.milesmemorials.com/product-GH54.html Where have i gone wrong? Also i need the actual words of each verse/inscription to be inserted into the textarea, instead of the code (V1, V2, etc) all the wording is on this page http://www.milesmemorials.com/inscription-verses.html but i think maybe i need to create another page with all the wording, and give each one an id or something so the function knows where to retrieve that information from?

Similar Messages

  • New ABAP editor: problems with the paste function

    Hi all,
    for a few weeks, I am working with the new frontend editor now. It is great - however, there is a thing I don't understand using the paste function. Let's make an example:
    i put the following lines into clipboard by highlighting the entire lines and pressing CTRL+C
    select * from ztmk
             where kunnr in s_kunnr.
    after pasting (CTRL+C) it shows up like this:
    select * from ztmk
    where kunnr in s_kunnr.
    Is it a bug or a feature?
    Jörg Krause, GEZE GmbH, Germany

    Hi Rich,
    sorry, I actually upgraded my GUI to 23, but the problem is not solved. Look at this code:
      SELECT * FROM ztmk INTO TABLE lt_ztmk
             WHERE messe IN s_messe AND
                   kunnr_berater IN s_kunnr AND
                   status IN s_statu AND
                   ersda IN s_ersda AND
                   NOT namecpl = space AND
                   country IN s_count AND
                   kontaktid IN s_kntid AND
                   lvorm in s_lvorm.
      SELECT * FROM ztmk INTO TABLE lt_ztmk
      WHERE messe IN s_messe AND
      kunnr_berater IN s_kunnr AND
      status IN s_statu AND
      ersda IN s_ersda AND
      NOT namecpl = space AND
      COUNTRY IN s_count AND
      kontaktid IN s_kntid AND
      lvorm IN s_lvorm.
    the lower select-statement has been pasted from the upper one
    Thanks for answering!
    Jörg

  • Cannot use copy and paste function in PSE10?

    Today i went to copy and then paste an image onto another one,i could not use the copy or paste function(in pse 10). Only the paste function was usable  and when i hit it it pasted the picture of an eagle onto the image. This eagle i had copied from a particular website(unrelated to photoshop) amd pasted it to a folder in windows live photo gallery. I tried deleting this eagle from the windows gallery,but still i could paste the eagle onto the other picture.  And it created another layer with the picture of the eagle.This is very strange. How can this be corrected. Also as usual my lassoo tool is malfunctioning in pse 10?  Maybe uninstalling  and re-installing pse 10 would solve the problem  and if so can you give me instructions on how to do this safely or refer me to a link.  Would appreciate a quick reply. Thanks!!

    Thanks Barbara for your help  and your nice explanation as to how the copy and paste function works. Never had a problem before but now it functions normally!
    Irwin Lakin
    <mailto:[email protected]> [email protected]
    508-866-4250

  • Paste function no longer works for me.

    I have only noticed in the past couple of days that the 'paste' function when I right-click no longer works, it's greyed out. I can copy no problem but when it comes to pasting it, I can't get it to work. I have tried 'ctrl+v', that doesn't work for me, I have reset Firefox and still it's not there. I have seen previous posts about this but it seems to be from long ago (sorry if this has been asked recently but I never saw the post if it has).
    The paste function works for everything else, like Chrome and Word etc. it's only Firefox I have problem with.
    Does anyone else know what I can do?

    It's unusual that the standard Windows cut, copy and paste do not work.
    Have you noticed any difference between dumb form controls (like on this site) versus rich text editors (like on webmail sites)?
    In case one of your extensions is involved, could you test in Firefox's Safe Mode? That's a standard diagnostic tool to deactivate extensions and some advanced features of Firefox. More info: [[Troubleshoot Firefox issues using Safe Mode]].
    You can restart Firefox in Safe Mode using
    Help > Restart with Add-ons Disabled ''(Flash and other plugins still run)''
    In the dialog, click "Start in Safe Mode" (''not'' Reset)
    Any difference?

  • I am trying to edit my website using the copy and paste function and am getting an error message that says my browser will not allow this function.. what do I do? thanks!

    I am trying to do a simple copy and paste function while editing my website and I am getting an error message that says that my browser will not allow this function.. how can I override this?
    thanks
    Doug Snyder

    You need to set Copy'n'Paste security policies for that domain in Firefox.
    AllowClipboard Helper will help you do that. <br />
    https://addons.mozilla.org/en-US/firefox/addon/allowclipboard-helper/

  • Copy and paste function not stable

    i have problems using copy and paste function. the copied stuff SOMETIMES would not paste after i either Ctrl + C or right click to copy the stuff. does anyone here experience the same problem or have the solution? thanks in advance.

    you might want to check whether you can copy the contents or not.. try to use the copy and paste function by right click the mouse to test..

  • Copy and paste function stopped working?

    The copy and paste function stopped working on my laptop (ibook g4, OSX 10.3.9). It does not work in any applications, tried MS word, safari, preview.
    How do I recover this function?
    Thanks.

    Hi Magno2002
    Your Finder may have lost contact with the clipboard, so try this.
    In ~/library/preferences locate these two files and trash them
    com.apple.finder.plist
    com.apple.sidebarlists.plist
    To re-establish them, log out and log back in again.
    You will need to reset your finder and sidebar as you had them before.
    regards roam

  • Disable copy and paste function in jtextfield

    I wish to disable the copy and paste function (CTRL+C and CTRL+V) of the data in the jtextfield... anybody can help?

    I think you can add a KeyListener to listen to those keys and when you get such an input just do nothing. Not tested though.

  • Copy and Paste function no longer works in version 3.6

    Ever since I upgraded to version 3.6 (finally after waiting for all of the crash bugs to be fixed after having to downgrade last fall) now the simple copy & paste function won't work when copying from one webpage to put link or paragraph of text into the body of an e-mail, through any of my web based mail services (Yahoo, Onebox, etc.)
    So, when doing all of this version updating how could Mozilla allow such a simple function used in every program since the invention of the computer... to be disabled?

    Im having this problem, and although it took time to tell because it is intermittent, it still happens when all add-ons & theme are manually disabled.
    I would have to test safe mode a little bit longer to be sure it didnt happen there.
    It also affects other programs (like my metapad- notepad replacement) as long as firefox is open, but does not when the browser is closed, as far as I can tell.
    (version 3.6.12)
    It may or may not be related, but there's also a flicker
    (black screen in page window for an eyeblink) when firefox
    opens or returns from maximized state, and when it opens a menu.
    Both bugs only recently started.

  • Really slow copy and paste function

    I'm having alot of trouble with the copy and paste function in Numbers on my Mac.  I work from home and have to copy and paste alot of spreadsheets and numbers but when I copy a large set of numbers from one spreadsheet to another it takes FOREVER to paste and it constantly freezes my computer.  Does anyone else have this problem and have you found a solution?

    Have you upgraded SQL server from 2000?  You may also check this thread:
    SQL 2005 with database compatibiltiy level set to 80

  • My Copy and Paste Function is not working

    I recently upgraded to Firefox 16.02 and everything worked fine for a while but last night out of the blue my copy and paste function stopped working. As far as I know I have not done anything different. My copy paste function still works in Chrome and IE.
    I have uninstalled/reinstalled Firefox and that did not solve the problem. As we speak I am running an AV scan and I also cleared the web cache and what not in Firefox. Ran it in safe mode... nothing seems to work!
    Interestingly though, when I went to Copy and Paste the "trouble shooting info" from the clipboard to here on this page it worked fine.

    For problems copying the results of Google translations, see these threads:
    * [https://support.mozilla.org/en-US/questions/940979 i can't copy translate from google traslator, ctrl-c ctrl-v don't work]
    * [https://support.mozilla.org/en-US/questions/940871 Can't copy translated text from Google Translate web page?]

  • Copy/paste function not working in Firefox 22. Always good in previous versions

    Copy/paste function not working in Firefox 22. Always good in previous versions editions

    Well I've uninstalled FF22, thanks for the suggestion.
    Chrome works perfectly with ZA and C&P.

  • My copy and paste functions are not working properly since iOS 8 update

    Ever since I updated to iOS 8 on my iPhone 4s the copy and paste function isn't working. It'll work the first time but any time I copy something else it pastes the first thing I copy. The only fix I've found is rebooting the phone but that is a pain to do every time I want to copy something and should be very unnecessary. I updated to 8.0.2 but that didn't fix it.

    Have you tried rebooting?

  • How to add cut,copy,paste functionality ?

    Hello everybody,
    I have to add cut,copy,paste functionality to my RichTextEditor for which I have already added
    buttons to editors toolbar,Now I want to add these three functionalities to my editor.
    Can anyone tell me or provide me some code sample for it ?
    Thanks

    Well Thank you for your response,What I am looking for is ,the user should be able to copy,cut and paste the selected text anywhere,
    (e.g.If user selects the text and clicks the COPY button on the RichTextEditor , he can copy that selected text into notepad or any other editor or any other place in the system)
    I have written the code for copy and its working properly
    System.setClipboard(richTextEditor.selection.text);
    I was wondering how to write the code for cut and paste.
    many thanks again

  • Copy paste function no longer works on my mac pro, copy paste function no longer works on my mac pro

    My copy paste function no longer works on my mac book pro. How can I reinstate it?
    Thank you

    Try restarting the computer.

  • Is it possible to make a shortcut key to would do the "paste" function?

    The hard part is that I want to paste in another program, like if I open a notepad, I can just click a botton in a java program, a string would have been saved in the clipboard, and then just press a shortcut key would paste the string on the notepad.
    I am making this for a senior people group so they would not need to right click and then paste, or use "ctrl+v" to do so, I have done the click a botton and then save in a string part, but still haven't figured out is it even possible to have a shortcut key then just paste on another program like notepad.
    Thanks for your help!

    It is hard to senior people to press that "ctrl+v", is it possible to somehow use another key to have the "paste" function? Basically transfer the "ctrl+v" keystrokes to another keystroke...

Maybe you are looking for

  • ZIP file attachment in DMS

    Hello All How to attach a ZIP file in DMS while creating document from CV01N transaction. I have tried this in CV01n & ZIP file is attached but after creating Document when I am go in CV02N transaction & tries to open the ZIP file attachement system

  • Random software installed on mbp

    hello i have a macbook pro core duo and as i was playing around wtih spotlight i was a random software called aatrix installed on my computer i did not install that software on my computer....is this any sort of spyware or something (even though macs

  • Can't open Compressor

    When i am in fcp I go to export to compressor and it won't open it just asks to close, retry or report. I deleted the compressor preferences and that didn't help. I have the latest version 2.3 What can I do?

  • How to change character set to Unicode

    Where can I get my current character set encoding value. How do I change my encoding to Unicode. What is the procedure. Thnx in advance. Ameya,

  • Js and php

    can .js files contain php code? if not how would i created external js files which a manipulated with php in thew same way that i would manipulated html with php