Jump to content

[SOLVED] Creating PREVIEW


robert_gsfame

Recommended Posts

does anyone has a clue?

 

i have my form like this

<form name = 'form1'  method='post' action='submit.php'>

<input type = 'text' name='text1'>

<input type = 'submit' name='button1'>

<input type = 'button' name='button2' onclick=windows.open('preview.php',blablablablablabla)

</form>

 

$_POST['text1'] only pass the value when i click the button1,  and it goes to submit.php

 

what i want to ask is that how to pass the value inside the textbox to my preview.php once i click on button2?

 

thanx in advance

Link to comment
https://forums.phpfreaks.com/topic/168093-solved-creating-preview/
Share on other sites

  • 2 weeks later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.