Discussion Board
-
3650 Browser - Unable to perform operation
2004-02-04, 11:18
#1
Registered User
Dear All,
I have made a small WML site, and
it works well with WinWap, NIT, 3510i, etc, but under 3650 I get this message:
Unable to perform operation
when I click on a link.
Source:
<wml>
<card id="card1" title="Kecskem¨¦t - virtu¨¢lis s¨¦ta">
<p>
<a href="http://212.97.8.35/infofil/?x=1001;NodeID=90">Elore</a>
</p>
<p>
<a href="/infofil/?x=1001;NodeID=113"><-</a>
<img src="http://212.97.8.35/infofil/albums/city001/080x060/a00002/p000044.jpg" alt="Kossuth tér"/>
<a href="http://212.97.8.35/infofil/?x=1001;NodeID=107">-></a>
</p>
<p>
<a href="http://212.97.8.35/infofil/?x=1001;NodeID=120">Vissza</a>
</p>
</card>
</wml>
None of "/dir/" and "http://IP/dir" are working.
What is wrong with the links?
Any idea?
Matyas
-
Registered User
OK, the problem was with the <xml>
tag, with the encoding.
It works properly with this:
<?xml version="1.0" encoding="ISO-8859-2"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
It seems 3650 is more sensible to wrong encoding than the other browsers.
Yours,
M.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules