variables - I'd like to know how to change pages in Form Post -


i'd know how change pages putting in forms post way.

http://www.aldoshoes.com/us/women/shoes/flats

in page

how move page 2 putting variabels in url?

please me out.

this not possible because seems me server not handle parameters in http request. possible achieve using post parameters, either programmatically or using plug-in chrome/firefox (see super user question).

the server accepts following parameters:

formaction: startrow:1 rowsperpage:12 flagid: seasonid: dimensionid: sizeid: colorid: colorgroupid: itemcategorylevel1:1100 itemcategorylevel2:1101 itemcategorylevel3:1120 itemcategorylevel4: styleid: styledescription: keywords: alternatedescription: descriptiondetail1: descriptiondetail2: descriptiondetail3: onsale:n sortby: itemfamilyid: heelheight: 

to second page of shop can set parameter startrow 13:

startrow:13 rowsperpage:12 

Comments

Popular posts from this blog

apache - Remove .php and add trailing slash in url using htaccess not loading css -

javascript - jQuery show full size image on click -