• Dorazine
  • NEWBIE
  • 0 Points
  • Member since 2012

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 2
    Replies

I have a basic quote app that generates a PDF from Visualforce markup. One of the field in the quote needs to be calculated from data in the quote. I hit a wall with JavaScript. This won’t even write "test":

 

<script language="text/javascript">

document.write("Test");

</script>

 

Also I’m not to clear on how to interact with Visualforce variables in JavaScript, do I need to use the brackets and exclamation point? Is what I am trying to do even possible?

 

Thanks in advanced,

David Orazine

I have a basic quote app that generates a PDF from Visualforce markup. One of the field in the quote needs to be calculated from data in the quote. I hit a wall with JavaScript. This won’t even write "test":

 

<script language="text/javascript">

document.write("Test");

</script>

 

Also I’m not to clear on how to interact with Visualforce variables in JavaScript, do I need to use the brackets and exclamation point? Is what I am trying to do even possible?

 

Thanks in advanced,

David Orazine