[ic] Parameters in window.open

Mark Little mlittle13 at yahoo.com
Mon Oct 25 11:07:01 EDT 2004


--- Alexei <alexei at corvin.com> wrote:

> Hi all,
> 
> I need to use following code:
> 
>  <a href="#" onClick="window.open('[item-field viewpoint]', '3D',
>  config='height=600,width=600')"><img src="../images/3d.jpg"
>  border="0"></a>

Correct syntax for window.open is (URL,name,features). You don't need or want
the 'config=' part.

> but parameter [item-field viewpoint] not work inside this JavaScript.
> 
> (viewpoint - custom field in products.txt)
> 
> Any suggestions?
> 

What is the output to the page (html)? [item-field viewpoint] must contain a
valid link/URL.

Thanks,
Mark



		
_______________________________
Do you Yahoo!?
Declare Yourself - Register online to vote today!
http://vote.yahoo.com


More information about the interchange-users mailing list