getting data to display ads

This is a discussion on "getting data to display ads" within the JavaScript Forum section. This forum, and the thread "getting data to display ads are both part of the Program Your Website category.



Go Back   Webforumz.com > Main Forums > Program Your Website > JavaScript Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Aug 1st, 2007, 02:04
New Member
Join Date: Aug 2007
Location: mashhad
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
getting data to display ads

Hi
I want to code a JS file that enables me to give a code to my users to place on their site so that I'll display ads on their site. the code they will place on their site is like this:
Code: Select all
<script type="text/javascript">
partnerid = "3832";
keyword="host";
backgroundcolor="FFFFFF";
width="336";
height="280";
scriptid="4ebb512"
<script id="4ebb512" type="text/javascript" src="http://domain.com/WebFiles/display_ad.js">
But how that display_ad.js file (hosted on my server) will collect the data in the code (like height, width, partnerid,etc) to decide what to desplay?
I really need it. any help or refering to a tutorial is highly appreciated
thanks in advance
Reply With Quote

Reply

Tags
javad script

Thread Tools

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 On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Retriving data for a log in.. Killa Teddy X PHP Forum 3 Apr 4th, 2007 02:32
HTML to display data on plasma screen JTWork Web Page Design 6 Dec 21st, 2006 15:37
binary data(image) loading and display in asp aparna2402 Classic ASP 1 May 17th, 2006 12:26
Get Data From CSV to MS SQL DB Brain-Chemical Databases 3 Feb 16th, 2006 06:25
sql data to xml bfelix Other Programming Languages 0 Jan 18th, 2006 17:39


All times are GMT. The time now is 10:39.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43