I have an iframe, which I have embedded onto a production site. I am still working on it here is the iframe the table with results
The problem is that I don't want any one to see it, So i am wondering is there any way to add something to the link look's like.
http://www.chessbook.net/ZULUTESTINGSITE/index.php?option=com_chess&id=350**&result**
That way only when i add the &result it'll show the iframe
below is the iframe
code on the page
<div>
<iframe src="http://users.hellzoneinc.com/eric258/preview.php" width="50%"
height="300" scrolling="auto" frameborder="0" name="results">
</iframe>
</div>