How do I get the HTML code for this:?

  • Thread starter Thread starter Turt
  • Start date Start date
T

Turt

Guest
How do I put this on my website?: Subscribe to hefnetnz "enter email address in box" "Box with Yahoo! groups join now!" Powered by groups.yahoo.com
 
You need to use a form in html code...but you also need to understand how to pass the input from the form to whatever app is going to handle it. In other words, you can easily insert an input box and button, but if you want to be able to grab the info entered by the user you need a handler app or script.
 
Back
Top