Hi again
Is it also possible to make something.5 equal to something.95
ListPrice Pricelist.Price products.Price result
1.927 1.64 4.5 3.854
1.927 1.64 4.5 3.854
1.927 1.64 11.5 3.854
1.89175 1.61 4.5 3.7835
1.927 1.64 4.5 3.854
1.927 1.64 4.5 3.854
2.1385 1.82 4.5 4.277
2.1385 1.82 4.5 4.277...
Hi
Next is lit up as though reserved word, can anyone spot why my quotes are doing what they should
response.write "<a href=""pt_listcategoriesandproducts.asp?idCategory=" &pIdCategory& "&curPage="& curPage + 1 & "" title=""Next""><img src=""images/previous.gif"" border=0></a>
Now i change it to
code
if curPage > 1 then
response.write("<INPUT TYPE=IMAGE SRC='IMAGES/PREVIOUS.GIF' ALT='Previous' ONCLICK=""document.location.href='pt_searchitem.asp?strSearch=" &pstrSearch& "&curPage="& curPage - 1 & "';""> ")
end if
if CInt(curPage) <>...
if curPage > 1 then
response.write("<INPUT TYPE=BUTTON Value='Previous' ONCLICK=""document.location.href='pt_searchitem.asp?strSearch=" &pstrSearch& "&curPage="& curPage - 1 & "';""> ")
end if
if CInt(curPage) <> CInt(totalPages) then
response.write("<INPUT TYPE=BUTTON...
Any idea whats wrong with this... its wrapped in asp
<INPUT TYPE=IMAGE SRC='images/next.gif' alt='Next' ONCLICK="document.location.href='pt_listcategoriesandproducts.asp?idCategory=100&curPage=2';">
this is missing last bit of url
&curPage=2'
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.