Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8300381
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T16:32:47+00:00 2026-06-08T16:32:47+00:00

I need to pass one javascript variable into a rails controller. Here is my

  • 0

I need to pass one javascript variable into a rails controller. Here is my app code:

view.html.erb

<script type="text/javascript">
    var imageURL;
    var sCode = function () {
        $("#qr").html("<p align='center'><img src='https://chart.googleapis.com/chart?chs=250x250&cht=qr&chl=123&choe=UTF-8'/></p>");   
        imageURL = "https://chart.googleapis.com/chart?chs=150x150&cht=qr&chl=123&choe=UTF-8";
    }
</script>

<div class=" modal-body" id="qr"> 
</div>

<div class="modal-footer" id="footer">
    <%= form_tag({:controller => 'branches',:action => 'mailme' }, {:method => :post})  
    do %>
        <%= submit_tag  "Mail", :id => "mailme", :class => "btn btn-primary pull-left" %>
    <% end %>
</div>

Here I need to pass the imageURL variable to method mailme from controller branches. How can I get that variable? I have tried to attach that variable with submit_tag and also tried hidden_filed_tag to get that, but nothing worked.

Thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-08T16:32:49+00:00Added an answer on June 8, 2026 at 4:32 pm

    You have to use javascript to manipulate a hidden field tag that will be submitted in the form.

    Form :

    <%= hidden_field_tag "image_url" %>
    

    JS :

    <script type="text/javascript">
        var imageURL;
        var sCode = function () {
            $("#qr").html("<p align='center'><img  src='https://chart.googleapis.com/chart?  
            chs=250x250&cht=qr&chl=123&choe=UTF-8'/></p>"); 
            imageURL = "https://chart.googleapis.com/chart?chs=150x150&cht=qr&chl=123&choe=UTF-8";
            $('#image_url').val(imageURL);
        }
    </script>
    

    Of course you’ll have to execute the function declared in sCode somehow.

    In the controller, just access params[:image_url] to get the URL

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Hi I have one XSL variable <xsl:variable name=QTime select=response/lst/int[@name='QTime']/> Now I need to pass
I need to pass a correct URL to a javascript function in one of
i want to pass my php variable in one javascript function. i know it
i need to pass a long list of Ids from one page to another,
I am writing one stored procedure, i need to pass start and end date
I need to pass a variable which is captured from client side via jquery
I need to pass a simple Javascript array to my wcf ajax webservice: var
I need to pass audio data into a 3rd party system as a 16bit
I am writing an HTA and I need to pass a variable that I
Possible Duplicate: Pass a PHP string to a Javascript variable (and escape newlines) I'm

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.