HTML FORMS
At minimum, it should contain:
<input type=text name=find value=FFF> (where FFF is the search term/artist/title, etc.)
<input type=hidden name=seller value=XXX> (where XXX is your seller number)
This will default to an artist search, in your default currency, with all media/format types shown.
Optional input lines to add functionality:
<input type=text name=search_type value=YYY> (where YYY is artist, title, label, or genre)
<input type=text name=currency value=ZZZ> (where ZZZ is the 3 character currency type, or blank for USD)
<input type=text name=media value=WWW> (where WWW is the media/format number, or blank for ALL)
Optional query parameters to add functionality:
search_type=YYY
currency=ZZZ
media=WWW
Example:
http://www.musicstack.com/my/index.cgi?seller=XXX&find=FFF&search_type=YYY¤cy=ZZZ&media=WWW