Visualizzazione dei risultati da 1 a 2 su 2
  1. #1

    [modalbox] Domanda niubba AJAX+PHP

    Non so se avete presente questa cosa qua: http://okonet.ru/projects/modalbox/

    mi sembra una cosa molto carina per farci un form di registrazione o di login l'unica cosa che non capisco da bravo niubbo è questo: (andate negli esempi) quando clicco sul link mi appare un form in primo piano che ovviamente io modificherò a mio piacimento.. il problema è questo: come gestisco i dati che immetto nel form? cioe come li vado a ripigliare con php?

    scusate se è una domanda stupida

  2. #2
    uhm forse c'è un problemino proprio a livello di script..

    leggendo qui: http://code.google.com/p/modalbox/is...id=30&can=2&q=

    dice:
    What steps will reproduce the problem?
    1.
    create a file with a link to open a modalbox
    S'enregistrer

    2.
    create another one with a form
    <form id="suscribeForm" action="#" method="post"
    onSubmit="javascript:Modalbox.show('', 'testReceptionPost.php', {width:
    430, height:440, afterResize: function() { alert(1); } });return false;">
    <input type="text" name="test"/>
    <input type="submit" value="ok"/>
    </form>

    3.
    create a last one in order to display the data posted by the form
    <?
    extract($_POST,EXTR_OVERWRITE);
    echo "Voici les données du formulaire\n";
    echo "test:".$test."\n";
    ?>


    What is the expected output? What do you see instead?
    We shoud see the modalbox be resized and the data entered in the input field.
    Insted we see no data corresponding to the input field.

    What version of the product are you using? On what operating system?
    ModalBox 1.5.2 on ovh servers (http://www.ovh.com)

    Please provide any additional information below.
    Thanks

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.