Hi All
First post so can I start by saying thank you to all those who have helped me unknowingly with their previously posted wisdom! This forum has been a god send.
Fairly new to actinic and using it to revamp an exisitng website. Small problem that has got me stumped but maybe cause its just not possible. In our checkout pages I am trying to put create a popup page that describes the different payment methods in more detail. I have this info entered as a brochure page already so rather than rewrite it somewhere else and fall foul of forgetting to update two pages I want to make it simple.
I can easily hard code a link to the full brochure page which pops up but would prefer it to only open up the fragment that contains the text - is this possible? I started creating new layouts but got nowhere even though I kept smelling success...
At present I have the following line in the relevant checkout page:
<a href="javascript:ShowPopUp('Payment_Methods.html',600,400);">Click here </a>for more information on these payment methods mean or to set up an invoice account.
Using v8.03 Business.
Thanks in advance for any help and hope to post a lot more in the future and try to help others from the many lessons learned along the way.
Cheers
Rob
First post so can I start by saying thank you to all those who have helped me unknowingly with their previously posted wisdom! This forum has been a god send.
Fairly new to actinic and using it to revamp an exisitng website. Small problem that has got me stumped but maybe cause its just not possible. In our checkout pages I am trying to put create a popup page that describes the different payment methods in more detail. I have this info entered as a brochure page already so rather than rewrite it somewhere else and fall foul of forgetting to update two pages I want to make it simple.
I can easily hard code a link to the full brochure page which pops up but would prefer it to only open up the fragment that contains the text - is this possible? I started creating new layouts but got nowhere even though I kept smelling success...
At present I have the following line in the relevant checkout page:
<a href="javascript:ShowPopUp('Payment_Methods.html',600,400);">Click here </a>for more information on these payment methods mean or to set up an invoice account.
Using v8.03 Business.
Thanks in advance for any help and hope to post a lot more in the future and try to help others from the many lessons learned along the way.
Cheers
Rob
Comment