Return to Snippet

Revision: 52853
at November 3, 2011 01:22 by BebenKoben


Initial Code
<fieldset>
	<legend>
		<label>Get photo twitter with option.</label>
	</legend>
			<form method="get" target="_blank" action="http://twitter.com/api/users/profile_image">Enter your <strong>ID Account Twitter</strong>:<br />
				<input type="text" name="screen_name" size="30"> 
					<select name="size">
						<option>normal</option>
						<option>bigger</option>
						<option>mini</option>
					</select> 
				<input type="submit" value="Get Photo" />
			</form>
</fieldset>

Initial URL
http://ben-tools.blogspot.com/

Initial Description


Initial Title
Get Photo Twitter

Initial Tags
html

Initial Language
HTML