looking for some HTML help

Information about the VA integration pack
Post Reply
User avatar
edwinb77
Flight Attendant
Posts: 98
Joined: Wed Feb 10, 2010 3:59 pm
Location: Amsterdam (Netherlands)

looking for some HTML help

Post by edwinb77 » Fri Mar 05, 2010 5:03 pm

Hi,

I've started to build a webpage on one of the free available webhostings and i found the links for showing stats on your website.

On several websites i see as well that they are nicely integrated in the page instead of linking to a white page with all the stats of pilots etc.

Is there anyone who can help me out a bit to put the stats nicely inside the webpage with HTML code instead of linking to another page?

Thanks a million!

Best regards,

Edwin
Image Image

User avatar
edwinb77
Flight Attendant
Posts: 98
Joined: Wed Feb 10, 2010 3:59 pm
Location: Amsterdam (Netherlands)

Re: looking for some HTML help

Post by edwinb77 » Fri Mar 05, 2010 9:53 pm

i have the data on the website now, but it doesn't update yet.

any idea how i do that?

thanks!
Image Image

savagegrave
Ticket Agent
Posts: 64
Joined: Thu Aug 27, 2009 1:03 pm
Contact:

Re: looking for some HTML help

Post by savagegrave » Mon Mar 08, 2010 3:05 pm

Hi

Just wondering if you have fixed your html problems? If you still need help and advice feel free to PM me :)

Also if you could "paste" the code you have used others may be able to see where you went wrong....

the code i used is: <iframe src="http://remote.fsairlines.net/beta/pagen ... "></iframe> replacing pagename with the relvant page you wish to display and of course the airline number being the one you find on the VA's main fsa page.

Hope this helps....

If you do a search on the iframe command in google you can find alot of attributes assigned to this command, that will help "smarten" the appreance of the frame....

take care and good luck


Steve
visit Airnex homepage at http://www.airnexvirtual.co.uk (New :mrgreen: )

Image Image

Captain to First Officer -> "Did you close the doors or did I?" :mrgreen:

User avatar
edwinb77
Flight Attendant
Posts: 98
Joined: Wed Feb 10, 2010 3:59 pm
Location: Amsterdam (Netherlands)

Re: looking for some HTML help

Post by edwinb77 » Mon Mar 08, 2010 4:00 pm

This helps alot!!!! Thanks very much :)

i used fully

<html>
<body>

<iframe src="http://remote.fsairlines.net/beta/infobox.php?rvi=13658" width="100%" height="425">
</iframe>

</body>
</html>

and all items are nicely displayed on my website :)
only its not integrated in the background of my webpage:
http://eavirtualairways.webs.com/airlinestatistics.htm

but related to the website template it's really not bad to see :)

Thanks a lot for your help!!

Best regards,

Edwin
Image Image

Post Reply