in reply to Re^2: display new options based on checkbox inputs
in thread display new options based on checkbox inputs

but still i am not able to link between perl and java script. my new sample code looks like this :

Your new sample code is also an incomplete fragment with all context missing

You don't really "link" perl and javascript, you let perl programs talk to javascript programs, and that is done through HTTP

See these links in Re^5: display new options based on checkbox inputs ...
Re: To call a .pl file when a button is pressed on a GUI created using Perl CGI (webserver)
Re: To call a .pl file when a button is pressed on a GUI created using Perl CGI
Mojolicious::Lite +and jQuery +AJAX + Mojo::Template
Re: calling menu bar creating code from another cgi/pl code (mojo)

If this isn't enough info or you still don't get it, you'll have to explain what that is exactly (what you know, what you're not understanding)

  • Comment on Re^3: display new options based on checkbox inputs

Replies are listed 'Best First'.
Re^4: display new options based on checkbox inputs
by Anonymous Monk on Jul 07, 2014 at 09:32 UTC
    All I am trying to do in input new data based on the checkbox clicked. So i thought i will refresh the code to get to display new textboxes...
    when check box 1 is clicked, Input for checkbox1 [ ] -------------------------- [Submit] when checkbox1 and checbox2 is clicked, Input for checkbox1 [ ] Input for checkbox2 [ ] ----------------------- [Submit]
    Any sample code will be of great help...

      All I am trying to do in input new data based on the checkbox clicked. So i thought i will refresh the code to get to display new textboxes... Any sample code will be of great help...

      I already posted links to samples, if these aren't enough, ask better questions (not just repeat stuff you already said)