[En-Nut-Discussion] EIR and AJAX
Harald Kipp
harald.kipp at egnite.de
Mon Mar 8 16:30:08 CET 2010
Ulrich Prinz wrote:
> But I get this string on the browser line:
> http://192.168.10.119/onlinelist.shtml?search=&genre=Default&0=play
>
> So there are request parts like search= and genre= that are not part of
> the function called. And the 0=play part is reversed as it has to look
> like play=0.
Web programming is definitely frightening for C programmers. I stumbled
over this several time. The problem is, that the button text is bound to
the value.
There are even more confusing things like
value="<!--#echo var="hostname" -->"
Note the nested quotes, pure horror...
> I'm a bit puzzled and yess, I know that the search and genre functions
> are not complete.
Welcome to my club. ;-)
Probably Ole or Joshua may be able to help.
Harald
More information about the En-Nut-Discussion
mailing list