Brad Kowalczyk wrote:

Louis wrote:

Hi Brad:

Well finally tried what you suggested.



'key_data' => ["<a href=\"javascript:
openWindow(\"http://www.domain.com/file.html\",\"win\";, 400,
400);\">?<\/a>"]



Unfortunately when I click on the "?" nothing happens.


I don't see any javascript error from IE when I load the page. So it's
not the javascript openWindow() I put in.

Any other ideas.

Cheers.


What does the final HTML source look like?

There must be some kind of mistake in the perl script output. Is this page online anywhere?

brad

umm... actually you will need to use single quotes inside the openWindow call.

so
'key_data' => ["<a href=\"javascript:
openWindow('http://www.domain.com/file.html','win', 400,
400);\">?<\/a>"]

should do the trick.

brad

--

--
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to