|
Posted by Satyam on 04/05/05 21:24
I think the #, if meant as a bookmark, should go before the ?:
pag.php#print?var=1
If it is not meant as a bookmark, then it should be urlencoded
Satyam
"Ja Ko" <jakot05@gmail.com> wrote in message
news:6db8772f050405110022a183ba@mail.gmail.com...
> Hi,
> I have a little problem:
> The following link works well on Explorer, Mozilla and Firefox:
> pag.php?var=1&#print
> But on Opera, the same link change to this:
> pag.php?var=1%EF%BF%BDprint
> causing an error.
> How I can solve it?
> Thanks for the answers
[Back to original message]
|