User Profile

Collapse

Profile Sidebar

Collapse
gwong123
gwong123
Last Activity: Jun 25 '07, 07:44 PM
Joined: Jun 19 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • gwong123
    replied to Converting javascript into iframe
    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?
    See more | Go to post

    Leave a comment:


  • gwong123
    replied to Testing Servers Response with PHP
    in PHP
    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.
    ...
    See more | Go to post

    Leave a comment:


  • gwong123
    started a topic Testing Servers Response with PHP
    in PHP

    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,...
    See more | Go to post

  • gwong123
    replied to Converting javascript into iframe
    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...
    See more | Go to post

    Leave a comment:


  • gwong123
    replied to Converting javascript into iframe
    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...
    See more | Go to post

    Leave a comment:


  • gwong123
    replied to Converting javascript into iframe
    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 - moderator
    See more | Go to post
    Last edited by acoder; Jun 21 '07, 09:13 AM. Reason: Code formatting

    Leave a comment:


  • gwong123
    started a topic Converting javascript into iframe

    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...
    See more | Go to post
No activity results to display
Show More
Working...