i have been told that its very easy to put Iframes on an asp page, but...
Everything on the website comes from a user selected ID which is request("campaignid").
so when the main page loads up, all the variables pulled from the database are displayed on the main page.
I then want to have an iframe underneath the displayed data.
In this iframe will be data that is still connected to the selected ID, but from another table.
Therefore I have simply put request("campaignid") on the iframe to pull over the ID for me to then use for other queries. But this doesnt work.
So is it not as easy as that?
Everything on the website comes from a user selected ID which is request("campaignid").
so when the main page loads up, all the variables pulled from the database are displayed on the main page.
I then want to have an iframe underneath the displayed data.
In this iframe will be data that is still connected to the selected ID, but from another table.
Therefore I have simply put request("campaignid") on the iframe to pull over the ID for me to then use for other queries. But this doesnt work.
So is it not as easy as that?