Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

JavaScript Forum


You are currently viewing our JavaScript Forum as a guest. Please register to participate.
Login



Closed Thread
Looking for multiple submit
Old 09-10-2008, 09:13 PM Looking for multiple submit
Novice Talker

Posts: 5
Trades: 0
Hello,

Im having a hard time with this maybe someone can help me.

i have over few hunderd people who want to sign up to mailing list on a few of my friends lists.

im looking for somthing where they can

Put there email in and have checkboxs for each of the mailing list they want to submit to and they can uncheck the ones they dont want to have there email submited so.

So when they hit SUBMIT it will run there email and submit them in the mailing list they had checked off.

So they enter there email check off the ones they want hit submit and there done.

no going to other pages or anything like.

if you can help that be great thank you.
dev0 is offline
View Public Profile
 
 
Register now for full access!
Old 09-10-2008, 10:57 PM Re: Looking for multiple submit
thehuskybear's Avatar
Ultra Talker

Posts: 362
Name: Sam
Location: Tucson, AZ
Trades: 1
What you want will probably require AJAX to do it without the page refreshing, a database to store email addresses and other subscriber information, and a server side language such as php or asp to handle the insertion of information of the database.

Basically, when the user checks the boxes and hits the submit button, it sends a request to a php or asp script (server-side) to insert the information into the database. Then, with out refreshing the page, give the user a confirmation that they have been added to the selected lists.

Im sure there are some scripts out there. Maybe check out hotscripts.com or do a search on google. If you want a custom script, send me a PM and I can give you a quote.

Sam
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE
thehuskybear is offline
View Public Profile Visit thehuskybear's homepage!
 
Old 09-11-2008, 01:52 AM Re: Looking for multiple submit
Ultra Talker

Posts: 353
Name: Michael
Location: Spring Hill, Florida
Trades: 0
ajax is good but sql is better
__________________

Please login or register to view this content. Registration is FREE
6,000+ Places to Advertise FREE with

Please login or register to view this content. Registration is FREE
& 25,000 Locals through statistical reference of traffic, quality, popularity, and more!

eautocad is offline
View Public Profile Visit eautocad's homepage!
 
Old 09-11-2008, 02:37 AM Re: Looking for multiple submit
Novice Talker

Posts: 5
Trades: 0
no i want the refreshing or it going back to the index page im running on a Linux server

for these other sites all u have to do is enter in the email and hit enter so i want it to just go throw my site check off the ones they want

hit submit and it will access a <example> join.php that will run a code that will submit to the other sites and as it dose that there page refreshs and going back to same page or index page


i found something like it but don't know the code used in the join.php


PHP Code:
<form method="post" action="join.php"><table>
<
tbody><tr><td>Email:</td><td><input name="email" maxlength="30" type="text"></td></tr>
</
tbody></table>
<
br>
<
table>
<
tbody>
<
tr><td><input name="email[]" value="1" checked="checked" type="checkbox">&nbsp1. SITE NAME</td><td>
<
input name="email[]" value="11" checked="checked" type="checkbox">&nbsp11. SITE NAME</td></tr>
<
tr><td><input name="email[]" value="2" checked="checked" type="checkbox">&nbsp2. SITE NAME</td><td>
<
input name="email[]" value="12" checked="checked" type="checkbox">&nbsp12. SITE NAME</td></tr>
<
tr><td><input name="email[]" value="3" checked="checked" type="checkbox">&nbsp3. SITE NAME</td><td>
<
input name="email[]" value="13" checked="checked" type="checkbox">&nbsp13. SITE NAME</td></tr>

<
tr><td><input name="email[]" value="4" checked="checked" type="checkbox">&nbsp4. SITE NAME</td><td>
<
input name="email[]" value="14" checked="checked" type="checkbox">&nbsp14. SITE NAME</td></tr><tr><td>
<
input name="email[]" value="5" checked="checked" type="checkbox">&nbsp5. SITE NAME</td><td>
<
input name="email[]" value="15" checked="checked" type="checkbox">&nbsp15. SITE NAME</td></tr><
tr><td><input name="email[]" value="6" checked="checked" type="checkbox">&nbsp6. SITE NAME</td><td>
<
input name="email[]" value="16" checked="checked" type="checkbox">&nbsp16. SITE NAME</td></tr>
<
tr><td><input name="email[]" value="7" checked="checked" type="checkbox">&nbsp7. SITE NAME</td><td>
<
input name="email[]" value="17" checked="checked" type="checkbox">&nbsp17. SITE NAME</td></tr>

<
tr><td><input name="email[]" value="8" checked="checked" type="checkbox">&nbsp8. SITE NAME</td><td>
<
input name="email[]" value="18" checked="checked" type="checkbox">&nbsp18. SITE NAME</td></tr>
<
tr><td><input name="email[]" value="9" checked="checked" type="checkbox">&nbsp9. SITE NAME</td><td>
<
input name="email[]" value="19" checked="checked" type="checkbox">&nbsp19. SITE NAME</td></tr>
<
tr><td><input name="email[]" value="10" checked="checked" type="checkbox">&nbsp10. SITE NAME</td><td>
<
input name="email[]" value="20" checked="checked" type="checkbox">&nbsp20. SITE NAME</td></tr>
<
tr><td><input name="email[]" value="21" checked="checked" type="checkbox">&nbsp21. SITE NAME</td><td>
<
input name="email[]" value="22" checked="checked" type="checkbox">&nbsp22. SITE NAME</td></tr>


</
tbody></table><br><table>
<
tbody><tr><td></td><td><input value="submit" name="submit" type="submit"></td></tr
dev0 is offline
View Public Profile
 
Closed Thread     « Reply to Looking for multiple submit
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.16227 seconds with 12 queries