Jump to content
xisto Community
Sign in to follow this  
shadowdemon

Iframes a small question about it

Recommended Posts

I have a game site with links to sites so people can vote for it. When the click on the link i want it to update the database and open the page at the same time. Im using a ghost page at the moment but my friend suggested a ghost page so people cant cheat and refresh it multipple times. I was wondering how to make a iframe and still have it update the daytabse and open the page in a new window without a ghost page.

Share this post


Link to post
Share on other sites

I think these links will help you out since Jlhaslip need something like this and he said it made some good points:

Basic Information (definations)

Good Introduction

Basic HTML Information

Your site might look like this (source):

<IFRAME SRC="http://forums.xisto.com/; WIDTH=500 HEIGHT=500>
If you can see this, your browser doesn't 
understand IFRAME.  However, we'll still 
<A HREF="http://forums.xisto.com/; 
you to the file.
</IFRAME>



Thats a very, very basic one. I just made up in like 1 minute. :lol: Good luck.

Share this post


Link to post
Share on other sites

I think these links will help you out since Jlhaslip need something like this and he said it made some good points:

 

Basic Information (definations)

 

Good Introduction

 

Basic HTML Information

 

Your site might look like this (source):

 

<IFRAME SRC="http://forums.xisto.com/; WIDTH=500 HEIGHT=500>
If you can see this, your browser doesn't 
understand IFRAME.  However, we'll still 
<A HREF="http://forums.xisto.com/; 
you to the file.
</IFRAME>

 

Thats a very, very basic one. I just made up in like 1 minute. :lol: Good luck.

 

 

i know that but where do youy put the php part

Edited by shadowdemon (see edit history)

Share this post


Link to post
Share on other sites

Can you post or PM me a link to your site or something so I can look at it. I have no problem designing the page or creating one for you. I'm not sure where to put the chart, but send me a link or something so I can have a look. I think I know someone that can help you, let me send him a PM. :lol: Hang tight.

 

i know that but where do youy put the php part

 

Share this post


Link to post
Share on other sites

You really shouldn't use

<iframe src="url" width="#px" height="#px" />.Instead you should use <div src="url" style="width:#px;height:#px" />.

This way it will appear better and be a part of XHTML 1.0 Strict and XHTML 1.1.

Recommended by the W3C!

Notice from mayank:
Please note that you need to put the coding in between the code tags.

Share this post


Link to post
Share on other sites

Instead you should use <div src="url" style="width:#px;height:#px" />

I think you mean,
<iframe src="url" style="width: #px; height: #px;"></iframe>

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.