|
|
Browse by Tags
All Tags » parameters » script (RSS)
-
I guess I am under the assumption that the OnSubmitPostData will do a FORM POST to the OnSubmit URL. If that is the case, how should the Post Data be formatted (ie Array, Var1=Val1&Var2=Val2, CSV)?
-
I'm creating a alternative ''play'' search startlet to allow the creation of random playlists.
The syntax I'm going for is :
playr 10 billy talent
This would create a random playlist of 10 tracks by billy talent.
The problem I'm having is that I can't query with all the parameters except the first. I tried to use %2 %3 %4 %5 %6 %7 %8 %9 but in ...
|
|
|