Forum Discussion
Need Javascript Help with Printing a Page (fixed height/width)
Hi Dave, my apologies if this posts twice. I thought this posted and then I didn't see anything appear in the comments. So I got this all implemented except that the text associated with the variable is not carrying over to the webobject. The set up is this.
Total pages in course 39
First entry - page 5
Second entry - pg 28
Print page - page 35
So I am carrying over the variables using the %variablename% to the print page. I've update the index.html page to show:
<h2>GOOD_Personal_Experience_in_the_Candidate_Process</h2>
<ol> <li id="GoodTextEntry"></li>
</ol>
<h2>Bad_Personal_Experience_in_the_Candidate_Process</h2>
<ol>
<li id="%BadTextEntry1%"></li>
</ol>
<h2>Reflecting_on_the_5_Questions </h2>
<ol>
<p>What is compelling about working here?<p>
<p>How would you describe what you do? <p>
<p>What is most exciting about your role here?<p>
<p>What is most challenging about working here?<p>
<p>What are Regeneron's values that resonate most with you?<p>
</ol>
<h3>Answers</h3>
<ol>
<li id="textentry"></li>
</ol>
I'm not sure why the variable text isn't carrying over. Ideas?
Related Content
- 4 months ago