NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: Alberto on September 09, 2009, 09:08:35 AM
-
Hi,
Having a fixed static page.
How can I do to embedd all the NTWS site inside it?
Thanks
Alberto
-
If the page is being presented by the nettalk app, then you can put <! Net:procedure --> tags in the static page to present modules. If the static page is being hosted elsewhere on another server like apache or IIS then I guess you could make a frame and have frame point to the nettalk app.
<frameset cols="1,1" border="1" frameborder="0">
<frame name="main" src="http://68.192.240.240:88/" noresize="noresize" />
</frameset>
:P - I don't like the looks of that!
chris
-
See also the "Pages" example. (Example 47).
This shows both a browse and a form being embedded on static pages.
Also take a look at the webinar made by Wolfgang Orth.
http://www.clarionlive.com/index.php?option=com_content&view=article&id=74:webinar-18-show-a-tell&catid=1:latest-news&Itemid=76
Cheers
Bruce
-
I've done it before with iframe's. By tweaking the iframe you can show bits and pieces of NTWS windows within a static page, like a contact form or even a simple counter.
-
Thanks All,
Bruce,
I'm using the example 47 technique.
The problem is that you need one static page per each procedure.
Chris,
I´ve tryed this but it does not work, at least inside a simple html page.
Mike,
I've tested iframes and I think its the best way.
Thanks!
Alberto
-
Where are the static pages? Are they on their own server?
How does the user get to see the static page by typing in the the address, or is it presented by the nettalk app?
I have used iframes for different things, but I haven't put a nettalk procedure into one yet.
chris
-
Ahh - Alberto, I see what you have in mind.
If you want a consistant wrapper around all the netwebpages, then break your wrapper into 2 pieces, and place the "before" part in the header and the "after" part in the footer.
Cheers
Bruce