ECE Main Article Title Generator

From WolfTech
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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.ece.ncsu.edu/images/feature_photos/feature_txt.php" />

'; echo '<input type="text" name="art_title" size="40" onkeyup="if(this.value!=\'\') {document.getElementById(\'the_pic\').src=\'http://www.ece.ncsu.edu/images/feature_photos/feature_txt.php?feature_title=\'+escape(this.value);} else {document.getElementById(\'the_pic\').src=\'http://www.ece.ncsu.edu/images/feature_photos/feature_txt.php\';}" />'; </php>