Thanks all, I was trying the . operator as a concatenator before - must have got my 
languages mixed up!

Tom

Tom Mathews wrote:

> Window(IDent)
>  {
>  
>msgWindow=window.open("ContentsWindow.php3?ID=IDent","displayWindow","menubar=no,width=500,height=300")
>
>     }
>
> The IDent that is passed into the funtion is an integer, and that bit is
> fine, but how do I dereference it in the querystring so that what gets
> passed to the new window is along the lines of  (say the value of IDent
> is 6)
> ContentsWindow.php3?ID=6
>
> Thanks
>
> Tom
>
>   ------------------------------------------------------------------------
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to