Results 1 to 2 of 2

Thread: Help figuring out how to code

  1. #1
    Join Date
    Jan 2010
    Posts
    12

    Help figuring out how to code

    I am new at this so for practice I am trying to design a page that would provide information and on the bottom of the page there would be a link that says "click here to sign up". Instead of directing you to a new page when you click the link, I want to stay on the same page, and have a form to fill out your e-mail address appear in the space where it had said. "Click here to sign up". Would I use JavaScript to create this? How do I go about achieving this? Is there a name to what I am trying to do? Thanks!

  2. #2
    Yer javascript would help you on your way with this. You could simply have the form their all along and show it when they click the link.

    Your other option would be to pull the form in from the server using Ajax. Probably to much if your just starting out.

    Have a go yourself and post your code so we can help you along with it.

Similar Threads

  1. executing php code in a string
    By Littlened in forum Client & Server Side Scripting (PHP, ASP, JavaScript)
    Replies: 1
    Last Post: 13 Jul 2006, 10:48 AM
  2. Code thats killing me!
    By Air Duster in forum Client & Server Side Scripting (PHP, ASP, JavaScript)
    Replies: 0
    Last Post: 16 Aug 2005, 10:25 AM

Posting Permissions

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