Add to Google

Iframes - a small question about it

free web hosting
Open Discussion > Have your say > Support and Feedback > Questions & Queries

Iframes - a small question about it

shadowdemon
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.

Comment/Reply (w/o sign-up)

MaineFishing45
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):

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


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

 

 

 


Comment/Reply (w/o sign-up)

shadowdemon
QUOTE(MaineFishing45 @ Apr 15 2006, 06:15 PM) *

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):

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


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



i know that but where do youy put the php part

Comment/Reply (w/o sign-up)

MaineFishing45
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. wink.gif Hang tight.

QUOTE(shadowdemon @ Apr 15 2006, 06:23 PM) *

i know that but where do youy put the php part




Comment/Reply (w/o sign-up)

FirefoxRocks
You really shouldn't use
CODE
<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.

Comment/Reply (w/o sign-up)

truefusion
QUOTE(FirefoxRocks @ Apr 15 2006, 06:53 PM) *

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

I think you mean,
CODE

<iframe src="url" style="width: #px; height: #px;"></iframe>

Comment/Reply (w/o sign-up)



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

Similar Topics

Keywords : Iframes

  1. Iframes (and Other Annoyances) - Grrrrrr! (7)



Looking for iframes, small

Searching Video's for iframes, small




advertisement



Iframes - a small question about it