![]() |
![]() |
![]() |
||||
Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. |
![]() ![]() |
|
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. |
|
Thread Tools |
![]() |
#1 |
Confirmed User
Join Date: Aug 2003
Location: Boston
Posts: 1,191
|
sending e-mail with remote box sort of question
I'm working with an e-mail program, and we set up the file on their server to add the e-mails to a db when its fed into something like this [email protected], I'm trying to make it so the user never has to leave our page, but the object tag is giving me some issues. I can launch this is a 0x0 object right? Or am I losing it?
__________________
<a href="http://www.pimproll.com/"><img src=http://www.pimproll.com/banners/pimproll_468x60_02-3.gif border=0><br>bling bling</a><br><a href="http://www.exitking.com/?ID=40" target=_blank>$3.00 CPM -- NO SHAVING -- NO CONVERSIONS -- ALL YOUR HITS COUNTED</a><br>sign up under <a href="mailto:[email protected]">me</a> and <a href="mailto:[email protected]">I'll</a> send you 10k hits. |
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#2 |
Confirmed User
Join Date: Jan 2003
Location: Austin, TX
Posts: 698
|
There are a couple crappy ways to do it with J a v a S c r i p t. You can build a GET query string, and do it either of these ways:
In a JS function: var tmpImg = new Image(); img.src = "form.php?param=blah"; <--- Your query string or: <i-f-r-a-m-e name="crap" width="0" height="0"></i-f-r-a-m-e> and then in the JS function: document.all.crap.location.href = "form.php?param=blah"; |
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#3 |
Confirmed User
Join Date: Aug 2003
Location: Boston
Posts: 1,191
|
Thanks fletcher, I'll try that stuff right now, much appreciated.
__________________
<a href="http://www.pimproll.com/"><img src=http://www.pimproll.com/banners/pimproll_468x60_02-3.gif border=0><br>bling bling</a><br><a href="http://www.exitking.com/?ID=40" target=_blank>$3.00 CPM -- NO SHAVING -- NO CONVERSIONS -- ALL YOUR HITS COUNTED</a><br>sign up under <a href="mailto:[email protected]">me</a> and <a href="mailto:[email protected]">I'll</a> send you 10k hits. |
![]() |
![]() ![]() ![]() ![]() ![]() |