phreakyphonez
04-07-2004, 04:02 PM
I am half way through makin/editing an asp script for downloadin ringtones. It send the info t bango.net, which then sends the user to the correct ringtone... but i cant get the parameters to match, or somthing along them lines.. its causing me a right headache now, if ne1 can help??? thanks
the link goin to bango:
<a href="http://bango.net/go.aspx?bango=00007473259?p=<%=Rs("p")%>&cat=<%=cat%>">Buy Now</a><br/>
and the after result:
<%=header%>
<card id="success" title="Success">
<onevent type="ontimer">
<go href="<%=request("cat")%>/<%= file %>" method="get">
</go>
</onevent><timer name="gettimer" value="3"/>
<p align="center">
<%= name %>
<%= file %><br/> Downloading... Please wait<br/>
<a href="<%=request("cat")%>/<%= filename %>">Download</a>
<%=footer%>
The cats in the the table im using are P which is usedfor id, name which is tone name, filename which is tone name ie tone.mid and cat ie pop, rap etc..
Please sum1 help me b4 this drives me mad :)
the link goin to bango:
<a href="http://bango.net/go.aspx?bango=00007473259?p=<%=Rs("p")%>&cat=<%=cat%>">Buy Now</a><br/>
and the after result:
<%=header%>
<card id="success" title="Success">
<onevent type="ontimer">
<go href="<%=request("cat")%>/<%= file %>" method="get">
</go>
</onevent><timer name="gettimer" value="3"/>
<p align="center">
<%= name %>
<%= file %><br/> Downloading... Please wait<br/>
<a href="<%=request("cat")%>/<%= filename %>">Download</a>
<%=footer%>
The cats in the the table im using are P which is usedfor id, name which is tone name, filename which is tone name ie tone.mid and cat ie pop, rap etc..
Please sum1 help me b4 this drives me mad :)