Passing Variable in getURL

Ask a Question related to Coldfusion Flash Integration, Design and Development.

  1. #1

    Default Passing Variable in getURL

    Having a little trouble,its probably something simple but I've not that
    familiar with Java.

    <cfinput type="button" name="EditPass" value="Edit Bus Pass"
    tooltip="Click here to edit the selected bus pass."
    onclick="getURL('BusPass.cfm?PASSID=+getBusPass.Pa ssID');">

    When I click the button it gives me the following error showing the correct
    link:

    Line 295 Char 1
    Object Expected
    Code ()
    URL=http://....buspass.cfm?passID=13

    amy_jo Guest

  2. Similar Questions and Discussions

    1. PASSING VARIABLES WITH getURL
      Hopefully, this is a simple answers. Need to pass variables to a .cfm page in another frame using getURL. getURL("frame2.cfm","bottom","POST") ...
    2. problem: geturl with variable?
      Hi I am trying to build a user-friendly Flas detection. This is supposed to use the old trick of displaying a swf on the page with one frame. The...
    3. Using getURL to send a Variable to a PHP File
      Using the getURL method i am attempting to attach a php variable to the URL and open it in a browser... the url is simular to this ...
    4. putting a variable into getURL in flash
      Hi, I am sure this is a quick fix. But could use some help. I am pulling a bunch of variables from a php page. from those vairables i want to...
    5. getURL parameter passing bug?
      I'm using getURL with "_blank" as the second parameter to open a new window to return the results of a cgi query. The user can close that second...
  3. #2

    Default Re: Passing Variable in getURL

    You have the final quote in the wrong place
    <cfinput type="button" name="EditPass" value="Edit Bus Pass" tooltip="Click
    here to edit the selected bus pass."
    onclick="getURL('BusPass.cfm?PASSID='+getBusPass.P assID);">


    Ken

    The ScareCrow 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