Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

< input type=text VALUE=... > and embed image into email.

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
Hi.here I have two questions. Could anyone please teach me how to embed an image into a html email?

2)I saw some sites do offer this feature in their registration forms:

If a user accidently ignored some required fields, an error page with the data filled by the user previously will be displayed instead of having he/she to click on the 'back' button. This will be much 'user-friend' since the user doesn't need to fill in the entire form all over (like
I used <input type=text name=textbox VALUE=$textbox> to do the trick but it works only with TEXT input. I hope the form could 'remember' the data stored in radio button,checkbox and select menu as well, so what should I do?My deepest appreciation belongs to you.Thank you very much.
 
I learned how to do HTML with embedded images from this article at Zend:
The OPTION element (inside the SELECT element) have an option SELECTED. You'll just have to put login in your code to put the word &quot;SELECTED&quot; in the right place when you rebuild the page for redisplay.

The RADIO and CHECKBOX attributes of the INPUT tag work the same way, except the attributed is &quot;CHECKED&quot;. ______________________________________________________________________
Never forget that we are
made of the stuff of stars
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top