Results 1 to 3 of 3

Thread: help plz

Hybrid View

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Jun 2005
    Posts
    1,170

    help plz

    Are there any javascripts out there that perform this kind of action? Say, I have enty:

    Date: December 25, 2005
    Title: Hey
    Content: What's up?

    What I want to perform is that there is a link under that content "comment" and when the users click on that link, it will take them to a form that they can write comment, my problem is that on the form, I want the Title input has the text already, in other words, whatever the title of that entry is, it will go automatically to the Title input box on the comment form. Is this possible to achieve? I could not find any resources about this.

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: help plz

    document.getElementById('txtboxname').value="Whatever you want";

  3. #3

    Thread Starter
    Frenzied Member
    Join Date
    Jun 2005
    Posts
    1,170

    Re: help plz

    But that only allows me to set the Title for only one entry, I want it to be set automatically according to the Title, can that be done by using Javascript and Perl together?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width