How to write directlink url in js?

2006-03-16 Thread Jun Tsai
hi,all Many javascript supply the link array.such as: ssmItems[0]=["Coding Forums", "http://www.codingforums.com";, ""] I want to write a DirectLink url . ssmItems[0]=["Coding Forums", ", ""] But I didn't work well. How to do

Re: How to write directlink url in js?

2006-03-16 Thread Jun Tsai
Thank you reply, but I find it didn't work. ssmItems[1]=["Dynamic Drive", "", ""]; Thanks Jun Tsai 2006/3/16, Andreas Andreou <[EMAIL PROTECTED]>: > > All link components support a renderer parameter, see: > > http://jakarta.apache.org

Re: How to write directlink url in js?

2006-03-16 Thread Jun Tsai
2006/3/17, Jesse Kuhnert <[EMAIL PROTECTED]>: > > "Didn't work" isn't very descriptive of what didn't work. >