board logo
Lemonde
  • Lemonde
  • 100% (Exalted)
  • Advanced Member Topic Starter
5 years ago
How can I get me Masterpage.Master to inherit the property from the default.aspx page?<br /><br />I want to be able to use <%: Page.Title %> in text that will change in the master page area navigation with each aspx web page selected<div class="alert alert-secondary mt-1" role="alert"><i class="fa fa-edit text-secondary"></i>Edited by user <abbr class="timeago" data-bs-html="true" data-bs-toggle="tooltip" title="20 June 2020 12:50:44">5 years ago</abbr> | <em class="me-1">Reason: Solved, thanks</em></div><hr /><div class="card border-light-subtle card-message-signature"><div class="card-body py-0"><a rel="nofollow" href="https://store.sircles.net" title="https://store.sircles.net">Refurbished Computers Berkshire <i class="fa fa-external-link-alt"></i></a> <br /><a rel="nofollow" href="https://www.sircles.net" title="https://www.sircles.net">Data Recovery Berkshire <i class="fa fa-external-link-alt"></i></a></div></div></div> </div> <div class="dropdown-menu context-menu" aria-labelledby="context menu" data-search="Search Google for ..." data-copy="Copy Selected Text" False ? data-url="/PostMessage?t=1458&f=7" data-quote="Quote Selected Text" : > <a class=" dropdown-item" href="/Search?postedby=Lemonde" role="button" type="button"><i class="fa fa-th-list me-1"></i><span class="ms-1">View All Posts by User</span></a> <div class="dropdown-divider"></div> </div> </div> </div> </div> </div> </div> </div> <input name="__RequestVerificationToken" type="hidden" value="CfDJ8CkB5BoeyyVLuh1SBokN6-ecCE61wIWeAe7iQiKERaEFzvI5Gik2BfFnOlfhmet2o2pQRan2NgmfTspPo3RLsvZNzCj2Avfzzc5zJF3GSwFAFVnAmG-amZbotwfMBucqiQIuDd_IunoGuVmaw3ZqBtI" /></form> <div class="row"> <div class="col"> <div class="text-break alert alert-warning alert-dismissible fade show" role="alert"> <strong>Wanna join the discussion?! </strong> <a title="Shows the Login Control to the Forum." class=" alert-link" role="button" data-url="/api/LoginBox/ShowModal" data-bs-toggle="ajax-modal" type="button"> Login to your PC & Mac Help and Assistance forum account </a> <a title="Shows the Registration Form." class=" alert-link" href="/Privacy" role="button" type="button"> or Register a new forum account </a> <button aria-label="close" class="btn-close" data-bs-dismiss="alert" type="button"></button></div> </div> </div> <div class="row"> <div class="col-xl-12"> <div class="card bg-light-subtle mb-3"> <div class="card-body"> <div class="row"> <div class="col"> <span class="badge text-bg-warning"> Sponsor </span> <div><h3>Want to thank us? Use: <a href="https://www.patreon.com/sircles">Patreon </a> or <a href="https://paypal.me/sirclesnet?locale.x=en_GB">PayPal </a> or Bitcoins:<I> bc1q4whppe29dw77rm4kv4pln0gqae4yjnxly0dny0hky6yhnafukzjsyrsqhk</I></h3> <h4>All opinions expressed within these pages are sent in by members of the public or by our staff in their spare time, and as such do not represent any opinion held by sircles.net Ltd or their partners.</h4> <!-- Default Statcounter code for sircles store.sircles.net --> <script type="text/javascript"> var sc_project=1356649; var sc_invisible=1; var sc_security="9d852934"; </script> <script type="text/javascript" src="https://www.statcounter.com/counter/counter.js" async></script> <noscript><div class="statcounter"><a title="Web Analytics Made Easy - Statcounter" href="https://statcounter.com/" target="_blank"><img class="statcounter" src="https://c.statcounter.com/1356649/0/9d852934/1/" alt="Web Analytics Made Easy - Statcounter" referrerPolicy="no-referrer-when-downgrade"></a></div></noscript> <!-- End of Statcounter Code --></div> </div> </div> </div> </div> </div> </div> <form method="post"> <div id="MessageRow2656" class="collapse show"> <div class="row"> <div class="col-xl-12"> <div class="card mb-3"> <div class="card-header py-1 px-2"> <div class="d-flex"> <div class="me-2"> <img alt="sirclesadmin" title="sirclesadmin" src="/api/Avatar/GetTextAvatar?userId=2" class="img-avatar-sm mt-2" /> </div> <div> <ul class="list-inline"> <li class="list-inline-item"> <a class="btn-sm" href="/UserProfile/2/sirclesadmin" rel="nofollow" title="View profile"><span class="align-middle text-danger user-offline me-1" data-bs-title="User is Offline" data-bs-toggle="tooltip"><i class="fas fa-user-circle" style="font-size: 1.5em"></i></span>sirclesadmin</a> </li> <li class="list-inline-item d-none d-md-inline-block" style="width: 150px"> <div class="progress"> <div class="progress-bar progress-bar-striped bg-success" role="progressbar" aria-label="Exalted" style="width:100%;" aria-valuenow="100" aria-valuemax="100"> 100% (Exalted) </div> </div> </li> <li class="list-inline-item d-block"> <span class="badge text-bg-secondary">Administration</span> </li> </ul> </div> </div> </div> <div class="card-body pt-0"> <div class="d-flex justify-content-between border-bottom mb-3"> <div> <span class="fa-stack-badge me-1 text-secondary"><i class="fas fa-calendar-day fa-stack-badge-1x"></i><i class="fa fa-clock fa-badge text-secondary"></i></span> <abbr class="timeago" data-bs-html="true" data-bs-toggle="tooltip" title="19 June 2020 12:40:44">5 years ago</abbr> </div> <div> <a id="post2656" href="/Post/2656/Make-masterpage-master-inherit-page-title-from-VB-website" role="button" type="button"> #2 </a> </div> </div> <div class="message"> <div class="col"> <div id="2656" class="selectionQuoteable">Go to the cs/vb code page of each aspx content page, and in the {} brackets enter:<br /><br />Page.Title = "page title";<br /><br />and save and test.<br /><br />Now using <%: Page.Title %> in your master page should substitute the content page title<div class="alert alert-secondary mt-1" role="alert"><i class="fa fa-edit text-secondary"></i>Edited by user <abbr class="timeago" data-bs-html="true" data-bs-toggle="tooltip" title="19 June 2020 12:50:24">5 years ago</abbr> | <em class="me-1">Reason: Not specified</em></div><hr /><div class="card border-light-subtle card-message-signature"><div class="card-body py-0"><a rel="nofollow" href="https://www.BerkshireComputerSupport.co.uk" title="https://www.BerkshireComputerSupport.co.uk">IT Support Berkshire <i class="fa fa-external-link-alt"></i></a><br /><a rel="nofollow" href="https://store.sircles.net" title="https://store.sircles.net">Buy new and refurbished computer equipment <i class="fa fa-external-link-alt"></i></a></div></div></div> </div> <div class="dropdown-menu context-menu" aria-labelledby="context menu" data-search="Search Google for ..." data-copy="Copy Selected Text" False ? data-url="/PostMessage?t=1458&f=7" data-quote="Quote Selected Text" : > <a class=" dropdown-item" href="/Search?postedby=sirclesadmin" role="button" type="button"><i class="fa fa-th-list me-1"></i><span class="ms-1">View All Posts by User</span></a> <div class="dropdown-divider"></div> </div> </div> </div> </div> </div> </div> </div> <input name="__RequestVerificationToken" type="hidden" value="CfDJ8CkB5BoeyyVLuh1SBokN6-ecCE61wIWeAe7iQiKERaEFzvI5Gik2BfFnOlfhmet2o2pQRan2NgmfTspPo3RLsvZNzCj2Avfzzc5zJF3GSwFAFVnAmG-amZbotwfMBucqiQIuDd_IunoGuVmaw3ZqBtI" /></form> <form method="post"> <div class="row mb-3 d-flex justify-content-between"> <div class="col-md-4"> <pager> </pager> </div> <div class="col-md-8 mt-1 mt-md-0"> <div class="d-flex justify-content-end flex-wrap"> </div> </div> </div> <input name="__RequestVerificationToken" type="hidden" value="CfDJ8CkB5BoeyyVLuh1SBokN6-ecCE61wIWeAe7iQiKERaEFzvI5Gik2BfFnOlfhmet2o2pQRan2NgmfTspPo3RLsvZNzCj2Avfzzc5zJF3GSwFAFVnAmG-amZbotwfMBucqiQIuDd_IunoGuVmaw3ZqBtI" /></form> <div class="row mb-3"> <div class="col-md-6"> <div class="card mb-3"> <div class="card-header"> Similar Topics </div> <ul class="list-group list-group-flush"> <li class="list-group-item"> <a href="/Posts/2197/identifying-companies-on-a-website-from-their-IP-addresses" role="button" type="button"> <strong>identifying companies on a website from their IP addresses</strong> </a> (<a href="/Topics/42/Websites-and-Apps" role="button" type="button">Websites and Apps</a>) by <a class="btn-sm" href="/UserProfile/1738/lucasaid" rel="nofollow" title="View profile"><span class="align-middle text-danger user-offline me-1" data-bs-title="User is Offline" data-bs-toggle="tooltip"><i class="fas fa-user-circle" style="font-size: 1.5em"></i></span>lucasaid</a> <span class="fa-stack-badge me-1 "><i class="fas fa-calendar-day fa-stack-badge-1x"></i><i class="fa fa-clock fa-badge"></i></span> <abbr class="timeago" data-bs-html="true" data-bs-toggle="tooltip" title="10 April 2024 21:31:56">2 years ago</abbr> </li> <li class="list-group-item"> <a href="/Posts/3209/Saving-website-as-HTML-breaks-dropdowns-when-using-from-a-URL" role="button" type="button"> <strong>Saving website as HTML breaks dropdowns when using from a URL</strong> </a> (<a href="/Topics/42/Websites-and-Apps" role="button" type="button">Websites and Apps</a>) by <a class="btn-sm" href="/UserProfile/1742/berkscompsltd" rel="nofollow" title="View profile"><span class="align-middle text-danger user-offline me-1" data-bs-title="User is Offline" data-bs-toggle="tooltip"><i class="fas fa-user-circle" style="font-size: 1.5em"></i></span>berkscompsltd</a> <span class="fa-stack-badge me-1 "><i class="fas fa-calendar-day fa-stack-badge-1x"></i><i class="fa fa-clock fa-badge"></i></span> <abbr class="timeago" data-bs-html="true" data-bs-toggle="tooltip" title="28 April 2024 11:10:13">2 years ago</abbr> </li> <li class="list-group-item"> <a href="/Posts/1807/Why-do-I-get-so-many-erroneous-website-hits-from-sygarsync" role="button" type="button"> <strong>Why do I get so many erroneous website hits from sygarsync?</strong> </a> (<a href="/Topics/42/Websites-and-Apps" role="button" type="button">Websites and Apps</a>) by <a class="btn-sm" href="/UserProfile/1698/drdread" rel="nofollow" title="View profile"><span class="align-middle text-danger user-offline me-1" data-bs-title="User is Offline" data-bs-toggle="tooltip"><i class="fas fa-user-circle" style="font-size: 1.5em"></i></span>drdread</a> <span class="fa-stack-badge me-1 "><i class="fas fa-calendar-day fa-stack-badge-1x"></i><i class="fa fa-clock fa-badge"></i></span> <abbr class="timeago" data-bs-html="true" data-bs-toggle="tooltip" title="26 March 2022 10:15:46">4 years ago</abbr> </li> <li class="list-group-item"> <a href="/Posts/1127/waiting-for-a-page-to-be-retrieved-from-a-Microsoft-Dynamics-365-server" role="button" type="button"> <strong>waiting for a page to be retrieved from a Microsoft Dynamics 365 server</strong> </a> (<a href="/Topics/6/Management-Software-CRM-ERP" role="button" type="button">Management Software/CRM/ERP</a>) by <a class="btn-sm" href="/UserProfile/1698/drdread" rel="nofollow" title="View profile"><span class="align-middle text-danger user-offline me-1" data-bs-title="User is Offline" data-bs-toggle="tooltip"><i class="fas fa-user-circle" style="font-size: 1.5em"></i></span>drdread</a> <span class="fa-stack-badge me-1 "><i class="fas fa-calendar-day fa-stack-badge-1x"></i><i class="fa fa-clock fa-badge"></i></span> <abbr class="timeago" data-bs-html="true" data-bs-toggle="tooltip" title="19 April 2023 18:59:32">3 years ago</abbr> </li> <li class="list-group-item"> <a href="/Posts/1714/Retrieval-of-a-page-from-the-Microsoft-Dynamics-365-server-failed-due-to-an-error" role="button" type="button"> <strong>Retrieval of a page from the Microsoft Dynamics 365 server failed due to an error</strong> </a> (<a href="/Topics/6/Management-Software-CRM-ERP" role="button" type="button">Management Software/CRM/ERP</a>) by <a class="btn-sm" href="/UserProfile/1698/drdread" rel="nofollow" title="View profile"><span class="align-middle text-danger user-offline me-1" data-bs-title="User is Offline" data-bs-toggle="tooltip"><i class="fas fa-user-circle" style="font-size: 1.5em"></i></span>drdread</a> <span class="fa-stack-badge me-1 "><i class="fas fa-calendar-day fa-stack-badge-1x"></i><i class="fa fa-clock fa-badge"></i></span> <abbr class="timeago" data-bs-html="true" data-bs-toggle="tooltip" title="05 April 2023 10:56:33">3 years ago</abbr> </li> </ul> </div> </div> <div class="col"> <div class="card"> <div class="card-header"> Users browsing this topic </div> <div class="card-body"> </div> </div> </div> </div> <!-- Modal placeholder --> <div id="modal-placeholder"></div> <script> function addConsentCookie(name,value,days){var expires;if(days){var date=new Date();date.setTime(date.getTime()+(days*24*60*60*1000));expires="; expires="+date.toGMTString();}else{expires="";} document.cookie=encodeURIComponent(name)+"="+encodeURIComponent(value)+expires+"; path=/";} </script> <div class="alert alert-dismissible text-center cookiealert" role="alert"> <h4 class="alert-heading"> Important Information: </h4> <form method="post"> <p> The PC & Mac Help and Assistance uses cookies. By continuing to browse this site, you are agreeing to our use of cookies. <a href="/Cookies" role="button" class="btn btn-link" type="button"><span class="ms-1">More Details</span></a> <button type="submit" onclick="addConsentCookie('YAF-AcceptCookies', 'true', 365)" data-bs-dismiss="alert" aria-label="Close" class="btn btn-primary"><i class="fa fa-check-square me-1"></i><span class="ms-1">Close</span></button> </p> <input name="__RequestVerificationToken" type="hidden" value="CfDJ8CkB5BoeyyVLuh1SBokN6-ecCE61wIWeAe7iQiKERaEFzvI5Gik2BfFnOlfhmet2o2pQRan2NgmfTspPo3RLsvZNzCj2Avfzzc5zJF3GSwFAFVnAmG-amZbotwfMBucqiQIuDd_IunoGuVmaw3ZqBtI" /></form> </div> <button class=" btn btn-outline-secondary btn-sm btn-scroll" title="Scroll to top" type="button"><i class="fa fa-angle-double-up "></i></button> <footer class="footer"> <div class="text-end"> <a href="/Privacy" title="Privacy Policy">Privacy Policy</a><p class="text-body-secondary small">This page was generated in 0.110 seconds.</p> </div> </footer> </div> </div> <script src="/js/forumExtensions.min.js?v=ZcARKPwxHATgsE9HSEPEr_SLqYZNM_bwmuUOBvVWCHA"></script> <script src="/js/post.min.js?v=5SuiA7UhSlAKEA92sGrfLLg1bLxZz8c_K-rjaJSL_yg" defer></script> <script type="module"> var popoverTriggerModsList=[].slice.call(document.querySelectorAll('.forum-mods-popover'));var popoverModsList=popoverTriggerModsList.map(function(popoverTriggerEl){return new bootstrap.Popover(popoverTriggerEl,{title:'<i class="fa fa-user-secret text-secondary"></i> Moderators ...',html:true,trigger:'focus',template:'<div class="popover" role="tooltip"><div class="popover-arrow"></div><h3 class="popover-header"></h3><div class="popover-body popover-body-scrollable"></div></div>'});}); document.addEventListener("DOMContentLoaded",function(){var popoverTriggerModsList=[].slice.call(document.querySelectorAll('.topic-starter-popover'));var popoverModsList=popoverTriggerModsList.map(function(popoverTriggerEl){return new bootstrap.Popover(popoverTriggerEl,{title:"Topic Starter ...",html:true,trigger:"hover",template:'<div class="popover" role="tooltip"><div class="popover-arrow"></div><h3 class="popover-header"></h3><div class="popover-body"></div></div>'});});}); document.addEventListener("DOMContentLoaded",function(){var popoverTriggerModsList=[].slice.call(document.querySelectorAll('.topic-link-popover'));var popoverModsList=popoverTriggerModsList.map(function(popoverTriggerEl){return new bootstrap.Popover(popoverTriggerEl,{title:"Last Post by ...",html:true,trigger:"focus hover",template:'<div class="popover" role="tooltip"><div class="popover-arrow"></div><h3 class="popover-header"></h3><div class="popover-body"></div></div>'});});}); var popoverTriggerIconList=[].slice.call(document.querySelectorAll('.topic-icon-legend-popvover'));var popoverIconList=popoverTriggerIconList.map(function(popoverTriggerEl){return new bootstrap.Popover(popoverTriggerEl,{html:true,content:"\r\n<div>\r\n \r\n</div>\r\n\r\n<div Class='row'>\r\n <div Class='col'>\r\n <span class='fa-stack fa-1x me-1'><i class='fa-comment fas fa-stack-2x text-success'></i><i class='fa fa-comment fa-stack-1x fa-inverse'></i></span>\r\n <span class='small'>\r\n New Posts\r\n </span>\r\n </div>\r\n <div Class='col'>\r\n <span class='fa-stack fa-1x me-1'><i class='fa-comment fas fa-stack-2x text-secondary'></i><i class='fa fa-comment fa-stack-1x fa-inverse'></i></span>\r\n <span class='small'>\r\n No New Posts\r\n </span>\r\n </div>\r\n</div>\r\n<div Class='row'>\r\n <div Class='col'>\r\n <span class='fa-stack fa-1x me-1'><i class='fa-comment fas fa-stack-2x text-success'></i><i class='fa fa-fire fa-stack-1x fa-inverse'></i></span>\r\n <span class='small'>\r\n Hot Topic (New Posts)\r\n </span>\r\n </div>\r\n <div Class='col'>\r\n <span class='fa-stack fa-1x me-1'><i class='fa-comment fas fa-stack-2x text-secondary'></i><i class='fa fa-fire fa-stack-1x fa-inverse'></i></span>\r\n <span class='small'>\r\n Hot Topic\r\n </span>\r\n </div>\r\n</div>\r\n<div Class='row'>\r\n <div Class='col'>\r\n <span class='fa-stack fa-1x me-1'><i class='fa-comment fas fa-stack-2x text-success'></i><i class='fa fa-lock fa-stack-1x fa-inverse'></i></span>\r\n <span class='small'>\r\n New Posts (Locked)\r\n </span>\r\n </div>\r\n <div Class='col'>\r\n <span class='fa-stack fa-1x me-1'><i class='fa-comment fas fa-stack-2x text-secondary'></i><i class='fa fa-lock fa-stack-1x fa-inverse'></i></span>\r\n <span class='small'>\r\n No New Posts (Locked)\r\n </span>\r\n </div>\r\n</div>\r\n<div Class='row'>\r\n <div Class='col'>\r\n <span class='fa-stack fa-1x me-1'><i class='fa-comment fas fa-stack-2x text-secondary'></i><i class='fa fa-arrows-alt fa-stack-1x fa-inverse'></i></span>\r\n <span class='small'>\r\n Moved\r\n </span>\r\n </div>\r\n</div>",trigger:"focus"});}); var popoverTriggerIconList=[].slice.call(document.querySelectorAll('.forum-icon-legend-popvover'));var popoverIconList=popoverTriggerIconList.map(function(popoverTriggerEl){return new bootstrap.Popover(popoverTriggerEl,{html:true,content:"\r\n\r\n\r\n<ul class='list-group list-group-flush'>\r\n <li class='list-group-item d-flex align-items-center'>\r\n <i class='fas fa-comments fa-fw text-success me-1 fa-2x'></i>\r\n New Posts\r\n </li>\r\n <li class='list-group-item d-flex align-items-center'>\r\n <i class='fas fa-comments fa-fw text-secondary me-1 fa-2x'></i>\r\n No New Posts\r\n </li>\r\n <li class='list-group-item d-flex align-items-center'>\r\n <span class='fa-stack fa-1x me-1'><i class='fa-comments fas fa-stack-2x text-secondary'></i><i class='fa fa-lock fa-stack-1x text-warning'></i></span>\r\n Forum Locked\r\n </li>\r\n</ul>",trigger:"focus"});}); function showModalNotify(type,body,formElement){var iconFA="";var type=type;if(type=="warning"){iconFA="fa fa-exclamation-triangle";} else if(type=="danger"){iconFA="fa fa-exclamation-triangle";} else if(type=="info"){iconFA="fa fa-info-circle";} else if(type=="success"){iconFA="fa fa-check";} new Notify({title:"PC & Mac Help and Assistance",message:body,icon:iconFA},{type:type,element:formElement,position:null,placement:{from:"top",align:"center"},delay:30*1000});}; function dialogFunctions(event){if(document.getElementById("ForumList")!=null){var forumsSelect=new window.Choices("#ForumList",{allowHTML:true,shouldSort:false,classNames:{containerOuter:['choices','w-100','choices-forum']},placeholderValue:"Select the forum you want to move the post to:",resetScrollPosition:false,callbackOnCreateTemplates:createForumSelectTemplates});var forumQuery={PageSize:0,Page:0,SearchTerm:""};forumsSelect.setChoices(function(){forumsSelect.passedElement.element.addEventListener("choice",function(event){document.getElementById("ForumListSelected").value=event.detail.value;});return loadForumChoiceOptions(forumQuery,"/api/Forum/GetForums",document.getElementById('ForumListSelected').value)});forumsSelect.passedElement.element.addEventListener("search",function(event){if(event.detail.value.length>2){var query={PageSize:15,Page:0,SearchTerm:event.detail.value};forumsSelect.setChoices(function(){return loadForumChoiceOptions(query,"/api/Forum/GetForums",document.getElementById('ForumListSelected').value)},"value","label",true);}});forumsSelect.passedElement.element.addEventListener("showDropdown",function(){var listBox=forumsSelect.choiceList.element;listBox.addEventListener("scroll",function(){const scrollableHeight=listBox.scrollHeight-listBox.clientHeight if(listBox.scrollTop>=scrollableHeight){const resultsPerPage=15*2,choices=forumsSelect._store.choices,lastItem=choices[choices.length-1],currentPage=lastItem.customProperties.page,total=lastItem.customProperties.page==0?forumsSelect._store.choices.length:resultsPerPage;if(total<lastItem.customProperties.total){var query={PageSize:15,Page:currentPage+1,SearchTerm:""};forumsSelect.setChoices(function(){return loadForumChoiceOptions(query,"/api/Forum/GetForums",document.getElementById('ForumListSelected').value)},"value","label",false);}}});});}} </script> <script> document.addEventListener('DOMContentLoaded',function(){document.querySelectorAll(".hc-user").forEach(pop=>{userCardContent(pop,2000);});}); </script> <script> function addThanks(messageId){fetch("/api/ThankYou/AddThanks/"+messageId,{method:"POST",headers:{"Accept":"application/json","Content-Type":"application/json;charset=utf-8","RequestVerificationToken":document.querySelector('input[name="__RequestVerificationToken"]').value}}).then(res=>res.json()).then(response=>{document.getElementById('dvThanksInfo'+response.messageID).innerHTML=response.thanksInfo;document.getElementById('dvThankBox'+response.messageID).innerHTML='<a class="btn btn-link" href="javascript:removeThanks('+response.messageID+');" onclick="this.blur();" title='+response.title+'><i class="far fa-heart"></i><span class="ms-1 d-none d-lg-inline-block">'+response.text+'</span></a>';document.querySelectorAll(".thanks-popover").forEach(pop=>{const popover=new bootstrap.Popover(pop,{template:'<div class="popover" role="tooltip"><div class="popover-arrow"></div><h3 class="popover-header"></h3><div class="popover-body popover-body-scrollable"></div></div>'});});}).catch(function(error){errorLog(error);});} function removeThanks(messageId){fetch("/api/ThankYou/RemoveThanks/"+messageId,{method:"POST",headers:{"Accept":"application/json","Content-Type":"application/json;charset=utf-8","RequestVerificationToken":document.querySelector('input[name="__RequestVerificationToken"]').value}}).then(res=>res.json()).then(response=>{document.getElementById("dvThanksInfo"+response.messageID).innerHTML=response.thanksInfo;document.getElementById("dvThankBox"+response.messageID).innerHTML='<a class="btn btn-link" href="javascript:addThanks('+response.messageID+');" onclick="this.blur();" title='+response.title+'><i class="fas fa-heart text-danger"></i><span class="ms-1 d-none d-lg-inline-block">'+response.text+'</span></a>';}).catch(function(error){errorLog(error);});}</script></body> </html>