Hi deedee123,
right now it is not possible to add a custom name to the iframe.
I suggest you to use an HTML anchor (ID) instead. This way you can reference the iframe and change its contents via JavaScript for example.
HTML Anchor is available in the Advanced section, and once defined you can use with something like:
document.getElementById(‘custom-iframe’).src = ‘https://sample.com’
Please let me know if this works for you.
Thank you
Hi,
thank you for the quick reply, much appreciated. indeed i could try that. however i don’t need to change the name of the frameset for each page, as i will be using just one per page. so maybe it’s possible to add a ‘fixed’ name for the frame somewhere in the code?
david
Hi David,
Sorry but I don’t think it will be possible to add a ‘fixed’ name because of the possibility of adding multiple iframes on one page.
I understand your current situation but I think that doing that would not be good for other uses.
Thank you for your message and please let me know if there is anything else I can help you with.
ok, thank you for the reply. i understand your point 🙂
best,
d