Thread: newB question
Results 1 to 2 of 2
Related
-
hi there , + one question Forum: AHFB Feedback
Replies: 1 -
Newb Cgi Question Forum: CGI Perl Forum
Replies: 2 -
Stupid Newb Question Forum: HTML Forum
Replies: 7 -
CSS question Forum: CSS Forum
Replies: 5 -
Hi All.... Imma Newb Forum: Introduce Yourself
Replies: 2
-
03-11-2010, 04:01 PM #1
newB question
I have a button that when clicked they are ordering 2 separate products. Is there a way to add both of these links to one button?
cheers,
-
06-25-2010, 12:37 AM #2
Re: newB question
Code:<form action="script.pl" method="post"> <input type="hidden" name="product1" value="Product 1" /> <input type="hidden" name="product2" value="Product 2" /> <input type="submit" name="submit" value="Submit" /> </form>
Cloudjiffy- PaaS for Developers
10-05-2020, 12:30 AM in Web Hosting Forum