Jump to content
Fórum Script Brasil
  • 0

While I <= Request.querystring("x")


zigmazineutrons

Question

olá,

estou tentando fazer um sistema de cotação onde tem o seguinte codigo!!

<table>
<%
nume = Request.QueryString("qtd")
i=2
While i <= nume
%> <tr>
<td width="6%" class="azul"><%=i%>-</td>
<td width="29%"><div align="center">
<input name="comprimento<%=i%>" type="text" class="forms" id="comprimento" size="15" maxlength="50">
</div></td>
<td><div align="center">
<input name="largura<%=i%>" type="text" class="forms" id="largura" size="15" maxlength="50">
</div></td>
<td><div align="center">
<input name="altura<%=i%>" type="text" class="forms" id="altura" size="15" maxlength="50">
</div></td>
</tr>
<%
i = i + 1
Wend
%>

</table>

seguinte... é um sistema de cotação onde o usuario pode escolher a quantidade de dimensões que ele quer enviar ! so que da um erro !! mad.gif

Operation not Allowed

se eu não puder fazer desta forma alguém conhece outra forma de fazer essa linda na tabela duplicar? unsure.gif

obrigado!!!

biggrin.gif

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

zigmazineutrons,

Você postou três vezes a mesma coisa?

Em todo caso:

nume = Request.QueryString("qtd") -- Isto é uma String

i=2 -- Isto é um Número

While Número <= String -- Operation not Allowed

Se não conseguir consertar poste de novo.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Forum Statistics

    • Total Topics
      152.2k
    • Total Posts
      651.8k
×
×
  • Create New...