Reply Review

Reply to:

ciprianmp wrote on 2013-08-23 02:15:05

One option would be to put the right file in the main form :
<form name="form1" method="post" action="youraspfile.asp?date3=<>php echo($date3); ?>&date4=<?php echo($date4); ?>">
or use the hidden input fields in the asp file to get the submitted values
or use this.form.date3.value to get the value with javascript.
I recall it was discussed here a few times, looking for the best approach. I don't know which will fit your case best.
You shall try the search function on the top of the forum.

Anyway, once you have the submitted values return to a php file and/or javascript, you can handle them wherever you wish on your other files.

Message:
Name:
Email:
(optional)
(Your email that entered here will not show anywhere on website and will use only reference when someone reply your post)
  I want to receive a copy of email on this post (your email is needed)
 
Code:
 
 
Search this site
Programming Tutorial
CSharp (21)
PHP (12)
HTML (12)
ASP (14)