Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to display the value of a javascript variable in a html region ?

Fanny__Jun 17 2011 — edited Jun 17 2011
Hello,

I need to display my page title or name in a html region.
I added a script in the <title> section of the template header... :
(thanks Andy : 9399013
<script type="text/javascript">
var pageTitle = '#TITLE#';
</script>
... so I can use it in a javascript variable.

But now I don't know how to display it in a html syntax..

Thanks!
Fanny
This post has been answered by fac586 on Jun 17 2011
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 15 2011
Added on Jun 17 2011
1 comment
236 views