Remove URL on Print Page

Got something cool to share with AppGini users? Feel free to post it here!
Post Reply
jfehr
Posts: 11
Joined: 2022-01-25 17:03

Remove URL on Print Page

Post by jfehr » 2022-02-05 18:02

Hi is there a way to remove the url from the print page?
Attachments
remove url.PNG
remove url.PNG (2.65 KiB) Viewed 1556 times

User avatar
jsetzer
AppGini Super Hero
AppGini Super Hero
Posts: 1944
Joined: 2018-07-06 06:03
Location: Kiel, Germany
Contact:

Re: Remove URL on Print Page

Post by jsetzer » 2022-02-05 18:54

Are you sure this is from the printed page? For me this looks like the browser's default footer.

If so, you can change it in your browser's print settings for header/footer.

Browser settings are user-profile related and usually stored by the executable (for example by Firefox Browser executable) in some place of the operating system which is protected against scripting access, fortunately! I'm pretty sure you cannot change any webuser's browser settings using serverside-scripts (PHP, ...) nor clientside scripts (javascript inside the browser) for security reasons.

In a "company network" your IT department may configure and apply group policies or write logon scripts (Powershell, ...) for unifying various settings.
Kind regards,
<js />

My AppGini Blog:
https://appgini.bizzworxx.de/blog

You can help us helping you:
Please always put code fragments inside [code]...[/code] blocks for better readability

AppGini 25.10 + all AppGini Helper tools

Post Reply