D
Don Li
Hi,
What I mean is, when you have a database query you want each data set
to be populated by each iframe on a page. So, in this case, how do we
work around the Attribute of SRC="whateverFile.Ext" issue, how can we
use something more like
// pseuduo coding
var i = db.dataset[index];
// loop through them ...
var frm = new Object();
frm.src = db.dataset;
then;
<iframe id="unikID" src=[frm.src]></iframe>
How does this work? Care to shed some light?
Thank you.
What I mean is, when you have a database query you want each data set
to be populated by each iframe on a page. So, in this case, how do we
work around the Attribute of SRC="whateverFile.Ext" issue, how can we
use something more like
// pseuduo coding
var i = db.dataset[index];
// loop through them ...
var frm = new Object();
frm.src = db.dataset;
then;
<iframe id="unikID" src=[frm.src]></iframe>
How does this work? Care to shed some light?
Thank you.