Jump to content
Fórum Script Brasil
  • 0

Como mudar de valor int para float?


Erick Plant

Question

Estou com um probleminha aqui.

coloquei a imagem aqui pra ficar melhor

http://desmond.imageshack.us/Himg594/scale...&res=medium

Como pode ver, estou recebendo o nome do produto e o valor dele. quando preencho a quantidade e no subtotal obviamente vai a soma.

O problema é que o subtotal e o total os valores estão recebendo Inteiros...Se alguém pudesse me ajudar a mudar para float, eu ficaria grato.

Esse vai no arquivo php

acredito que o problema esteja nessa parte do código.

como colocar pro subtotal aparecer como no preço?

function conta()
{

document.getElementById("subtotal1").value=(document.getElementById("preco1").value*document.getElementById("quantidade1").value);
if(document.getElementById("subtotal1").value=="NaN")document.getElementById("subtotal1").value=0;

document.getElementById("total").value=(parseInt(document.getElementById("subtotal1").value)+parseInt(document.getElementById("subtotal2").value)+parseInt(document.getElementById("subtotal3").value)+parseInt(document.getElementById("subtotal4").value)+parseInt(document.getElementById("subtotal5").value));

}
var win = null;
function NovaJanela(pagina,nome,w,h,scroll){
    LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
    TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
    settings = 'height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',resizable'
    win = window.open(pagina,nome,settings);
}

Valeu!

Edited by Erick Plant
Link to comment
Share on other sites

1 answer to this question

Recommended Posts

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
      652k
×
×
  • Create New...