![]() |
| ||
| Mail form Subject Help Hi, So I'm creating a website for clients that have tons of different courses available, they have opted to not place any course outlines within the site and instead, make the interested party request it via a email. Now, here is where my problem comes in, I would like to create just one script, that handles all the requests and the subject should just change. E.g Excel 2003 Level 1 Excel 2003 Level 2 Excel 2003 Level 3 Excel 2007 Level 1 When the user clicks on Excel 2003 Level 1, i would like a window to popup, with my default form, <form action="req_out.php" method="post" name="form1" class="course_header style1 style2"> I hope any of this made sense if not, please ask and i will try explain better. I would appreciate any help at all. Thanks alot. |
| ||
| Re: Mail form Subject Help Tack the course name onto the query string: <a onclick="window.open('popup.php?course=Excel 2003 Level 1','', 'width=210, height=600, location=no, menubar=no, status=no,toolbar=no, scrollbars=no, resizable=no'); return false" href="">Excel 2003 Level 1</a>Then use php in the form:<?php |
| All times are GMT -4. The time now is 1:06 pm. |
Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2009 DaniWeb® LLC