Jump to content

Retrrieve link attribute from previous page


Irman

Recommended Posts

Hi All

 

I have a few links in a page which will direct to 1 page. And in that 1 page, there is a iframe link which   will direct the user depending on the link attribute name from the previous page.

 

For Example on previous_page.php, i have the following link:

 

 <a id="asia" href="next_page.php">Asia</a>

 

 <a id="europe" href="next_page.php">Europe</a>

 

 <a id="america" href="next_page.php">America</a>

 

When selected, it will direct to the next_page.php where there will be an iframe.

 

I've coded the iframe as follows:

 

<iframe src="http://myurl?c=<?php echo $continent; ?>&a=PTT03353"></iframe>

 

where $continent will be define by the previous page a tag ID. How do i achieve this?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

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.