andrisp Posted August 25, 2005 Report Share Posted August 25, 2005 Kaa var uztaisiit lai formai, kurai ir preview poga un submit poga, nospiezhot preview poga atveras popaps, kas attaino formaa ierakstiito informaaciju, bet nospiezhot submit, informaacija tiek nosuutiita ? Link to comment Share on other sites More sharing options...
Delfins Posted August 25, 2005 Report Share Posted August 25, 2005 (edited) var preview = false; function formSubmit(form) { if (preview) { form.target = "_blank"; } return true; } <form ... onsubmit="formSubmit(this);"> <input type="submit" onclick="preview=true;" value="Preview" /> </form> Edited August 25, 2005 by Delfins Link to comment Share on other sites More sharing options...
Recommended Posts