You can pass the parameters to the javascript as shown underneath by enclosing
the <%=%> in single quotes...
Avjit
On Thu, 09 Jun 2005 [EMAIL PROTECTED] wrote :
>
>How can I pass parameter in to a javascript function from a
>tag??
>
>
>eg:
>
> />
>...
>...
>
>
>
>Amitava Basak
>ASE
Hi,
Presently I am having the following piece of code for opening the PDF in the
new browser window.
OutputStream out = response.getOutputStream();
String filename = "AutoGlaserOutput.pdf";
response.setContentType("application/pdf");
You can use the following code to dynamically generate the action where the
submit is to happen.
function linkEditClick()
{
document.formName.action="/editAction?id=" +
document.formName.comboName.value;
document.formName.submit();
}
function linkAddClick()
{
document.formName.action="/ad
3 matches
Mail list logo