[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
Re: [ic] Still Problems with Netscape
On 5 Apr, joachim.richter wrote:
> Thanks for the advice Mike,
>
> it helped us to move forward a little bit.
>
> something strange happened after changing it to this :
>
> <a href="[area scan
> fi=[scratch cross_file]
> sf=test
> se=[item-field test]
> tf=title
> ml=15
> ]">[item-field thing]</a>
>
> Now all of a sudden NETSCAPE doesnt recognize the scratch variable anymore
It is not a job for NETSCAPE, to recognize the scratch variable
> this is the url am getting
>
> ../scan/fi=%5scratch%20cross_file/...sf=testse=test titel 01tf=titleml=15
Are you sure, [scratch cross_file] have a right value? It seems to mee,
you have a typo like
fi=[scratch cross_file
(missing "]" ?) and get a "fi=%5scratch%20cross_file"?
> woow what do you suggest.
Make it simple! Write a hart coded URL like
<a
href="http://www.usvideocenter.de/cgi-bin/<yourcatalogname>/scan/fi=<cross_file>/sf=test/se=test%20titel%2001/tf=title/ml=15">
and test it first. If you get a right result, you can do the next step
like
<a href="[area scan
fi=<cross_file>
sf=test
se=test titel 01
tf=title
ml=15
]">
if this is working, then the next test
TEST:[scratch cross_file]<BR><BR>
<a href="[area scan
fi=[scratch cross_file]
sf=test
se=test titel 01
tf=title
ml=15
]">
and so on...
>
> can't those big shots NS and MS get their act together and adapt their browser specifications ?
>
> what can we simple minds do ??
ciao
Joachim
--
-------------<FreeBsd>--------------------------------------------------
Hans-Joachim Leidinger black point arts Internet Solutions GmbH
email: jojo@blackpoint.de FAX : +49 0209-398265
http://www.bpaserver.net
_______________________________________________
Interchange-users mailing list
Interchange-users@lists.akopia.com
http://lists.akopia.com/mailman/listinfo/interchange-users