ECE Main Article Title Generator

From WolfTech
Revision as of 09:47, 6 March 2008 by Rjhodson (talk | contribs) (New page: Use the tool below to check ECE Main Article title lengths (you currently must be wrapped in for the image to show): <php> echo '<img id="the_pic" src="http://www.ece2.ncsu.edu/images/fea...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Use the tool below to check ECE Main Article title lengths (you currently must be wrapped in for the image to show):

<php> echo '<img id="the_pic" src="http://www.ece2.ncsu.edu/images/feature_photos/feature_txt.php" />
'; echo '<input type="text" name="art_title" length="30" onchange="document.getElementById(\'the_pic\').src=\'http://www.ece2.ncsu.edu/images/feature_photos/feature_txt.php?feature_title=\'+escape(this.value);" />'; </php>