[thelist] Brain phart

Beach Computers Groups at beachcomp.com
Fri May 26 17:57:35 CDT 2006


I kind of see where you're going.. But..
The current ad page also collects from different source.
1 calls a js, and the other is Google adsense! 


 
Dave
 
 -----------------------------------
|Beach Computers                    |
|Affordable Hosting Solutions       |
|http://www.beachcomp.com           |
 ===================================
|Cheap Domain Warehouse             |
|Get Your Own Dot!                  |
|http://www.cheapdomainwarehouse.com|
 ---------------------------------- 

------------------------------------
Disclaimer and confidentiality note:

The contents of this communication are intended/meant only for addressee(s)
and may contain information that is privileged or otherwise confidential.
If you are not the intended recipient you are hereby notified that any
disclosure, copying, distribution or taking any action in reliance on the
contents of this information is strictly prohibited and may be unlawful.
The contents of this e-mail shall not be forwarded to any third party. If
you have received this electronic mail transmission in error, please delete
it from your system without copying or forwarding it, and notify the sender
of the error by reply email, so that the sender's address records
can be corrected.
Views and opinions are solely those of the sender unless clearly indicated
as being that of Beach Computers or any of it's affiliated companies.
Beach Computers cannot assure that the integrity of this communication has
been maintained or that it is free of errors, virus, interception or
interference.

-----Original Message-----
From: thelist-bounces at lists.evolt.org
[mailto:thelist-bounces at lists.evolt.org] On Behalf Of Anthony Baratta
Sent: Friday, May 26, 2006 6:36 PM
To: thelist at lists.evolt.org
Subject: Re: [thelist] Brain phart

OK -so basically you want to host a page that any one can add a link to and
put an ad on their page. The server side code of the AD file is not
important and therefore, you need to us JS to do a client side "include".

Yes?

If so, then code your ASP page to output the HTML that you want have
included into the page. Once you have that structured the way you want -
change the output type of the asp page to "text/javascript" and make sure
all html output from the AP page looks like this:

   response.write "document.write('html output goes here');" & vbCRLF

That will send back to the browser the HTML you want included, and the JS
code will execute it and write it to the location where the JS "include" was
added to the page.

Hope that makes sense.

-- 

* * Please support the community that supports you.  * *
http://evolt.org/help_support_evolt/

For unsubscribe and other options, including the Tip Harvester and archives
of thelist go to: http://lists.evolt.org Workers of the Web, evolt ! 







More information about the thelist mailing list