[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] Flypage2.html and [fly-list code="[data session arg]"] D'ont Work !! Why ?
Hi !!! when i call a flypage2 from my flypage like a Pop up window, the page
flypage2 d'ont work, the code installed on flypage2 d'ont appear.
This is the code added to my flypage2.html
--------------------------------------------------------------
[fly-list code="[data session arg]"]
<html>
<head>
__THEME_CSS__
<title>[item-description]</title>
</head>
<body>
<img SRC="items/[item-field image_large]" ALT="[item-filter
entities][item-description][/item-filter]" title="[item-filter
entities][item-description][/item-filter]" BORDER=0></a>
<div align="center"><a href="javascript:self.window.close()">close
window</a></div>
</body>
</html>
[/fly-list]
-----------------------------------------------
And this is the code that appear in my flypage2 really.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html;
charset=windows-1252"></HEAD>
<BODY></BODY></HTML>
Where is the code that i typed in my flypage2.html ??
It seems that the code [fly-list code="[data session arg]"] is d'ont charged
on my flypage2.html !!
Why ?
How can i call the product image charged in the session troghout a page like
flypage2.html ?