|
Posted by Neredbojias on 11/27/74 11:58
To further the education of mankind, Bill Burke
<Bill_member@newsguy.com> vouchsafed:
> Hello,
>
> I am trying to use variable replacement to define the size of a web
> page. I have pasted the single line of code below - variable $bigPIC
> works, but $bigWIDTH and $bigHEIGHT don't.
>
> <td height="19" width="338"><a href="#"
> onClick="MyWindow=window.open($bigPIC
> ,'MyWindow',$bigWIDTH,$bigHEIGHT,'toolbar=no,location=no,directories=no
> , status=no,menubar=no,scrollbars=no,resizable=no,left=100,top=100');
> return false;">> click here for a larger view <</a></td>
>
....
Your window.open attribute line is wrong. There are 3 discrete sections at
most - separated by commas; if using variables, you might need to
concetate.
--
Neredbojias
Infinity has its limits.
Navigation:
[Reply to this message]
|