NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: MikeR on January 19, 2026, 07:48:35 AM

Title: Can you add scripts and css from other servers via href="https://....." ?
Post by: MikeR on January 19, 2026, 07:48:35 AM
Can you add scripts and css from other servers via href="hhtps://....." 
How do you specify it in webserver its asking for a file name in the webserver extention template ?
Title: Re: Can you add scripts and css from other servers via href="https://....." ?
Post by: JohanR on January 30, 2026, 09:18:48 PM


Hi Mike

Check the processlink embed
see below some additions I add.

regards

Johan


p_web.ProcessLink PROCEDURE(<string p_action>)

 
  ! -----------------------------------------------------------------------------
  ! The incoming request has been completely parsed and is about to be processed.
  ! No tables have been opened, but they may be soon so this is a good place
  ! to set owner and filename variables .
  ! -----------------------------------------------------------------------------
! [Priority 4000]
                 
  self.metaHeaders = ''&|
   '<meta http-equiv="content-type" content="text/html; charset=utf-8"/><13,10>'&|
   '<meta http-equiv="x-ua-compatible" content="IE=edge"/><13,10>'&|
   '<meta name="author" content="TVCweb"/><13,10>'&|
   '<meta name="description" content="The Vineyard Connection offers premium wines, in-house wine freight, door-to-door wine courier services, and customs clearance solutions. Join our wine club for seamless deliveries worldwide." /><13,10>'&|
   '<meta name="keywords" content="wine shop, wine club, wine freight, wine courier, wine logistics, customs clearance, premium wines, door-to-door wine delivery, South African wines" /><13,10>'&|
   '<meta name="viewport" content="width=device-width, initial-scale=1.0" /><13,10>'&|   
   '<link rel="preconnect" href="https://fonts.googleapis.com" /><13,10>'&|
   '<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin/><13,10>'&|
   '<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=PT+Serif:ital@0;1&display=swap" rel="stylesheet"/><13,10>'&|
   '<link rel="icon" href="/images/favicon.ico" type="image/x-icon" /><13,10>'