| | |||||
| ||||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| New Member Join Date: May 2007
Posts: 19
![]() | Help with links I am working on this site http://realtyworlddeserthomes.com/mls.htm. That page has an iframe in it which links to the place where I am buying that service from. I want to be able to link to that page, but I want it to bring up a certin page. Since it is an iframe the url bar does not change. I know that you can add something to the url on the link that will make it go to different places in it, but I don't know how. Can any one help. I hope that makes sense.
Last edited by GPGrieco; 08-18-2007 at 11:59 PM.
|
| |
| | #3 (permalink) |
| Danltn.com Join Date: May 2007 Location: Danltn.com / Nottingham, UK
Posts: 1,201
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | <?php if (isset($_REQUEST['THEVAR'])) { ?> Show this stuff <?php } ?> -- That should get you started, if you want the stuff to show use http://sub.domain.tld/folder/file.php?THEVAR Go to http://w3schools.com and go through the Basic PHP parts, just the simple ones, won't take long and it's quite easy.
__________________ |
| |
| | THREAD STARTER #4 (permalink) |
| New Member Join Date: May 2007
Posts: 19
![]() | sorry, If forgot to put the .htm I haven't looked at the php stuff yet, although I have read some of it on that site before, it lookes like that will be one page for each different page of the java. The more I think about it, the more I think I can't do it. Please confirm that by putting that code in, I will only be able to view one page of the java with it. or would I just make a bunch of them, and when I change the url, it will go there? |
| |