Re: passing variable with Javascript code.. got the answer.

2000-04-26 Thread Britta Wingenroth \(Design Department\)

I figured it out

- Original Message -
From: "Britta Wingenroth (Design Department)" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, April 25, 2000 10:31 AM
Subject: passing variable with Javascript code


> This is a multi-part message in MIME format.
>
> --=_NextPart_000_001F_01BFAEA1.784356F0
> Content-Type: text/plain;
> charset="iso-8859-1"
> Content-Transfer-Encoding: quoted-printable
>
> I'm having trouble passing a parameter on with a Java code new window =
> function.  I know this is a really basic question but I'm just learning =
> Java... any help would be really appreciated.
>
>  I've got this in the head of the page:
>
> 
> function productwindow()
> {product=3Dwindow.open("products/1detailtemplate.cfm","Product_Detail","l=
> ocation,menubar,height=3D500,width=3D500");
> }
> 
>
> and this inside my query:
>
> 
> #Product#
>
> which works fine, but of course I need to pass the variable =
> ?Code=3D#Code# along with the search string to the 1detailtemplate.cfm =
> page for it to work.=20
>
> Thank you very much!
>
> Britta
>
> --=_NextPart_000_001F_01BFAEA1.784356F0
> Content-Type: text/html;
> charset="iso-8859-1"
> Content-Transfer-Encoding: quoted-printable
>
> 
> 
>  http-equiv=3DContent-Type>
> 
> 
> 
> 
> I'm having trouble passing a parameter =
> on with a=20
> Java code new window function.  I know this is a really basic =
> question but=20
> I'm just learning Java... any help would be really =
> appreciated.
>  
>  I've got this in the head of =
> the=20
> page:
>  
>