Hi,
has anyone tried to sent the contents of a jam file via servlet response
back to the i-mode? This is how my download page looks like:
Download
<object declare id="test1"
data="http://www.imode.com/testservlet?imode=true"
type="application/x-jam">test1</object>
<a ijam="#test1" href="">here</a>
this does not work, however if I save the response to a file (test1.jam) and
replace the data link with a pointer to that file it works:
Download
<object declare id="test1" data="http://www.imode.com/test1.jam"
type="application/x-jam">test1</object>
<a ijam="#test1" href="">here</a>
Does the i-mode insist on loading a .jam file?
Thanks, Markus
[ Did you check the archives? http://www.appelsiini.net/keitai-l/ ]
Received on Thu May 3 20:02:02 2001