User Profile
Collapse
-
Would it be possible for you to give me a very basic example of code so I can see how I would utilize the code to achieve the effect you mentioned with the URL arguments? -
I will have to try that soon. But will using an array and calling the data from that txt in the main document really work? Because before, the following javascript (the same line that is now in separate txt files) used to be located in the main document. It worked, but the page didn't load until each of the servers had responded/timed out. What we needed was for the servers to show their banners as soon as they were able to respond.
...Leave a comment:
-
Testing Servers Response with PHP
Hi all. Not sure if this is the right place to ask this but I'm not sure which language would be best to find a good solution.
Let me give you a quick overview before getting to the problem. Currently we have 8 ad servers. We are trying to make a site which will connect to each server and return back an ad banner, so loading the page will connect with all 8 servers and return 1 ad banner from each server.
Initially,... -
Oh great! That works! Thanks a bunch!
Now I just want to ask is that I have 8 different ad servers. The site I am making with the iframes basically dives into each server and returns a banner ad from each server into a table.
adservertest.ht ml (example site) is where I will be having 8 iframe lines each pulling a banner ad out from each of the 8 servers. Will I have to make an individual file to hold each of the...Leave a comment:
-
It's weird because this code works:
<script language="javas cript" type="text/javascript" src="http://XXX.XXX.XXX.XXX/bannercode/5251/04FF9A29A4ED390 C0A260146E8E208 0E.php"></script>
and it connects to the server, pulls out the banner ad and displays it. But when I try switching it to iframe, it doesn't work:
<iframe src="http://XXX.XXX.XXX.XXX/bannerco...Leave a comment:
-
I placed the url into my browser and it returned all of this:
[CODE=javascript]var js='http://XXX.XXX.XXX.XXX/bannercode/5251/04FF9A29A4ED390 C0A260146E8E208 0E.php';...[/CODE]
snipped code because it was messing up formatting - moderatorLeave a comment:
-
Converting javascript into iframe
Hey, I need to convert this javascript code into iframe. The javascript goes into a server and brings out an ad banner. The X's is the server IP.
<script language="javas cript" type="text/javascript" src="http://XXX.XXX.XXX.XXX/blahblah/0000/blahblahblah.ph p"></script>
What I need to do is convert that line of code into an iframe format so that it does the same job of going...
No activity results to display
Show More
Leave a comment: