Appriciate any help... need to do a Find and Replace to remove a portion of a
code i did, but can't figure out how to do it. In the code below i would like
to remove Highlighted part on some 200 other pages, the difference between
other pages is the the course id values. Any tips on how to do this with find
and replace?
document.write('SURVEY - Please click the button below to complete a survey,
your feedback is important to us.');
document.write('<form
action="http://ssgis.stl.mo.com/survey/surveys/home.asp?surveyID=06170646062631&
pkgID=1" method="post" name="survey" target="_blank">');
document.write('<input type="submit" name="svy" value="Complete Survey"/>');
document.write('</form>');
document.write('To receive credit for this course, click on the Receive Credit
button below to roster');
document.write('<form method="post"
action="http://LeadRoster.web.com/roster/RosterMain.cfm">');
document.write('<input name="submit" type="submit" value="Click to Receive
Credit">');
document.write('<INPUT type="hidden" name="CourseId" value="TR007453">');
document.write('<INPUT type="hidden" name="OwnerID" value="111419">');
document.write('<INPUT type="hidden" name="SuccessURL"
value="http://plmtraining.web.boeing.com/">');
document.write('<INPUT type="hidden" name="ExitURL" value="">');
document.write('<INPUT type="hidden" name="Grade" value="P">');
document.write('<INPUT type="hidden" name="BemsId" value="">');
document.write('<INPUT type="hidden" name="StudentHours" value="">');
document.write('<INPUT type="hidden" name="BeginDate" value="">');
document.write('<INPUT type="hidden" name="EndDate" value="">');
document.write('<INPUT type="hidden" name="RosterType" value="INDIVIDUAL">');
document.write('</form>');