
Inline Code
Definition
With this directive you can embed the script code into the page.
The inline code is written in the language specified with the
Page directive.
<% inline code %>

<%@ page language="javascript"%>… <% inline code javascript %>
…