Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How can I pass session Id through iframe?


Guest

Recommended Posts

Here is my dilemma:

 

I have this code:

 

<div id="REVIEWS" class="tabcontent">

<div style="font-size: 12px;font-weight: bold;

border-bottom: 1px dashed #999999;">

<?PHP echo TEXT_TAB_REVIEWS; ?>

</div>

<br>

<html>

<body>

<iframe style="width:100%;height:415;border:0px;overflow:auto;" src="reviews.php?products_id=<?php echo $product_info['products_id']; ?>">

</iframe>

</body>

</html>

</div>

 

What can I do to have Sessions Id to go through the iframe?

 

for better explanation, visit http://www.yogicchai.com and:

a) navigate to any product (see session id on url)

B) click on consumer reviews on the product tabs

c) go over the write a review button and see how the session id changes

 

again What can I do to have Sessions Id to go through the iframe?

 

Thanks in advance!

 

Ricardo

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...