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 6188987
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T02:19:52+00:00 2026-05-24T02:19:52+00:00

I need a code like this. This is an example but it is not

  • 0

I need a code like this.
This is an example but it is not working to IE7

http://fiddle.jshell.net/Pc4uT

Theese are my links :

  1. Link 1
  2. Link 2
  3. Link 3
  4. Link 4
  5. Link 5

it must filling to input field with link value when click to links.
Like this : 1,2,3,4,5

Can someone help me for this problem ?

  • 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-05-24T02:19:53+00:00Added an answer on May 24, 2026 at 2:19 am

    Use jQuery’s .click( instead of attr("onclick", ... To be compatible with different browsers and don’t return a string of javascript. You should avoid putting anything that looks like scripting inside a string. Use this:

    $("a.mylink").each(function(i){
        $(this).click(function(){
             document.getElementById('row1').value += i + ',';
        }); 
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Am I doing something wrong if I need code like this in a Controller?
I need to move backwards through an array, so I have code like this:
If I have code with nested objects like this do I need to use
I need some asp.net pagination code samples. I would like suggestions on open source
I see a lot of legacy .Net 1.1-style code at work like in example
I need to write php code to identify common e-mail errors, like inbox full
I need to extract the zip code from a string. The string looks like
how to send rich text message in system.net.mail need code for send a mail
Please do not give me a full working example, I want to know how
Imagine C# code like this ISomeInterface someVar = creator.Create(typeof(SomeClass), typeof(ISomeInterface)); What should happen? Method

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.