I don't understand the question?
Quote:
quote:
<a href="/oss/admin/logout.php?logouturl=www.futurika.com">Logout</a>
|
This link is formed correctly. When I cut and paste it into Netscape Composer it worked fine. There is nothing about this link that would cause it to render incorrectly on any version of NS.
When I created a link using NS Composer,
It made the link look like this in the source code:
<a href="/oss/admin/logout.php?logouturl=www.futurika.com">
Logout</a><br>
But this is simply one of the many side effects of using a WYSIWYG over simply hand-coding all of your content.
When I enter in exactly what you have typed there into the source code,
Quote:
quote:
<a href="/oss/admin/logout.php?logouturl=
www.futurika.com">Logout</a>
|
Composer scruntches it back onto one line and inserts a special character after the assignment operator.
<a href="/oss/admin/logout.php?logouturl=%0Awww.futurika.com">
Then when I try to click the link, the 'logouturl' argument is blank. So you should keep all of that on one line as that special character is wreaking havoc.
Other than that, I'm not sure what you are trying to say, if that isn't what you are talking about then please elaborate a little more on your problem!
: )
Rich
:::::::::::::::::::::::::::::::::
Smiling Souls
http://www.smilingsouls.net
:::::::::::::::::::::::::::::::::