SitePoint Sponsor |
|
User Tag List
Results 1 to 5 of 5
-
Jun 2, 2001, 18:21 #1
- Join Date
- Sep 2000
- Location
- Oregon
- Posts
- 21
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
I am looking for a java script that will do a pop up button to join a newsletter
Then want to capture the email address and send it to my subscribe how do I do this?
Jassmine
http://www.jassmine.com
Visit me on the web
-
Jun 5, 2001, 12:08 #2
- Join Date
- Feb 2001
- Location
- Clearwater, FL
- Posts
- 3,615
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
function popup(){
window.open('testpage.htm','testpage','width=200,height=200,directories=yes,location=yes,menubar=yes,scrollbars=yes,status=yes,toolbar=yes,resizable=yes');
//all parameters included for sake of convenience
}
make sure you call this function in your BODY tag
<BODY onLoad="popup();">
Put your form to capture email addresses in the testpage.htm
-
Jun 7, 2001, 15:51 #3
- Join Date
- Jun 2001
- Location
- Toronto, Canada
- Posts
- 9,123
- Mentioned
- 2 Post(s)
- Tagged
- 0 Thread(s)
This might help in the future, www.studiococo.com/old/window.html
-
Jun 7, 2001, 17:53 #4
- Join Date
- Sep 2000
- Posts
- 12
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Just grab a newsletter / listserv script. A whole bunch on http://www.hotscripts.com/Perl/Scrip...List_Managers/
perl seems the more efficient way to go and the program will actually give you some management functions like removal/ addition to mailing list.
-
Jun 8, 2001, 00:33 #5
- Join Date
- Sep 2000
- Location
- Oregon
- Posts
- 21
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
perl script
Thank you for helping me with this you guys are really helpful thanks again always learn so much here.
Jassmine
http://www.jassmine.com
Visit me on the web
Bookmarks