Re: [Cppcms-users] How to link external URL with CppCMS?
Brought to you by:
artyom-beilis
From: hoang n. <ngu...@ya...> - 2018-09-20 15:24:36
|
Nazim, I tried the following code as you said and it failed: response().out() << <a href="https://www.google.com">Google</a>; What am I missing? -------------------------------------------- On Thu, 9/20/18, Nazim Can Bedir <naz...@ne...> wrote: Subject: Re: [Cppcms-users] How to link external URL with CppCMS? To: "cpp...@li..." <cpp...@li...> Date: Thursday, September 20, 2018, 5:07 PM Hello, 'url' template command is used to output address of url_mapper routes. If you want to create link for an external URL, you just need to use usual HTML; i.e. <a href="https://www.google.com">Google</a> Regards,Nazim Can. -- С уважением, Назым-Джан Бэдир 12:45, 20 September 2018, Asog <ret...@gm...>: Hello, I got my CppCMS page working following this tutorial (full code). However, it doesn't show how to link to an outside URL (i.e., www.google.com). Can someone point out to me how it can be done? TIA. _______________________________________________ Cppcms-users mailing list Cpp...@li... https://lists.sourceforge.net/lists/listinfo/cppcms-users _______________________________________________ Cppcms-users mailing list Cpp...@li... https://lists.sourceforge.net/lists/listinfo/cppcms-users -----Inline Attachment Follows----- -----Inline Attachment Follows----- |