Subject: Link problem ...
From: Éric Riblair <eriblair@xxxxxxxxxxxx>
Date: Mon, 13 Mar 2000 13:46:03 -0500
|
Hi!
I have a problem. We are using .XML files for displaying information on the
Web. We must now store more information in a field, a name and a link.
When people click on the link, a new window must be open by the browser.
The problem is, due this information is passed in parameter in a
function like this...
<div file', 'image
name + image link')>
Now, there is no problem with the image file, but for the image name &
link, here what contains the field...
<a
href="">Link Name</a>
That give us...
<div
'<a
href="">Link</a>')>
This cause a triple tags " or ' definition and because of that, the end of
the line is not interpreted... Is there a way to make this
works?
Thanks!
|
|