0

Using an iFrame in Ninox to view a website
Can someone help with a sample script to add a website into a formula using iframe?
Like Follow
3replies
-
Hello,
Here's an example to embed the Wikipedia web page you can use the code:
html ("<iframe src = https: //www.wikipedia.org/ width = 640 height = 640> </iframe>")Note that some web pages do not allow 'embedding'. For example, Ninox cannot be embedded in other webpages.
You can also embed widgets (i.e. Weather widgets) with this function. You can find many templates online.