Hyperlink in MS Word to an anchor on a web page - ms-word

I need to insert the following link in an MS Word document:
https://creabook.app/guide/topic.htm?#t=Part_1_Preliminaries%2FChapter%201%2C3%20Book%20cover%2FChapter_1%2C3_Book_cover.htm#subtitle
This redirects to the #subtitle anchor of the Web page.
When I save the link in the MS Word document, the format does not take into account the anchor
I use MS Word 2019
Anyone have an idea how to insert links containing anchors?
Thx !
I tried to deactivate "update links on save" in File > Option > Advanced Options > General > Web Options > Files
No result.

Related

OWASP ZAP disable POST requests (out of scope)

How can I exclude POST requests in OWASP ZAP? It is spamming a lot of forms and contact forms and therefore interrupting the normal operations of a website. Can I exclude this with a regex or is there an option build in?
In the Active Scan dialog check the 'Show advanced options' box.
You will then see more tabs - select the 'Input Vectors' ta and then deselect the 'POST Data' target. For help on this dialog click the help button - the help is also online here: https://github.com/zaproxy/zap-core-help/wiki/HelpUiDialogsAdvascan
You can also create different policies via the Scan Policy Manager :)
Simon (ZAP Project Lead)

Crystal repot open link in new browser tab

I am using Crystal Report 2013 , I create a PDF file which has links the below solutions didn't work fo rme
{link}+'&sWindow=New' (It doesn't open in new tab)
Open
If I do this in the PDF the link doesn't work , I can't clcik on it
Are there anyotehr solutions to try?
My Requirement :
I want to have links in my PDF report which if clicked will open in a new browser tab , currently the link opens itself in the same window and user will have to press the browser back button to see teh report again.
If you are creating a report that will be exported to pdf, and then you need the link works in that pdf, you can do this. Create a formula like below
#link ---> place inside your description
"your description"
Place it on your report. Then go to insert hyperlink(make sure that your formula is selected) icon and select on Hyperlink tab the option that says A website on the Internetand paste the link address where says Website Address and the same thing if you need more than one.

Left-clicking a PDF in GitHub should display it in the browser or download it?

I have a PDF hosted in a GitHub directory. I have a link to this PDF in my README.md as follows -
[foo](https://github.com/me/bar_repo/foo.pdf)
so that users can find it easily when they access the repository. However when they click the link instead of opening the PDF in the browser or downloading it, the users is brought to the github page with url - https://github.com/me/bar_repo/foo.pdf - and here they have options to "View Raw", "Open", etc...(and the Open command requires installation of GitHub for windows...sigh).
I simply want to let users view the PDF in the browser or be given the option to download it if they left-click this link, as is usually the case when people click on links for PDFs on the net.
Does anyone know how I can make this happen?
You need to link to the raw version. So on the resulting page, context click the Raw button, and choose Copy link address and use that URL in your README.
A simpler option should be available since March 17th, 2015:
"PDF Viewing"
Simply browse to a PDF document and we'll render it in your browser like any other file.
From presentations to papers, we've got you covered.
Many thanks to Mozilla and every contributor to PDF.js.
Try https://rawgit.com
Copy paste your pdf path in https://rawgit.com which gives you an URL which can be viewed on a browser.

Editing Files in My account Magento CE

Hello I am using Magento CE 1.7.2 I am trying to edit the customers "My Account" Pages
I cannot find what file to edit to change the layout and design of the following:
My account:
Account Dash Board (got this to work editing customer/account/dashboard.phtml)
Account Information (Tried customer/account/dashboard/info.phtml Didn't work)
Address Book (Tried customer/account/dashboard/address.phtml Didn't Work)
My Orders (No idea)
Newsletter Subscriptions (Tried customer/account/dashboard/newsletter.phtml Didn't Work)
What files do I edit? Please show the directory.... Thanks!
Telling you the exact path would be like "giving you a fish".
Instead, I will "teach you how to fish".
Login to your admin panel in Magento.
Head to System > Configuration. At the bottom of your left menu you will find a Developper link.
Head to this link, then in the upper left of the given page, select a webiste in the dropbox under Current Configuration Scope.
Open the Debug section and set Template Path Hints to Yes.
Reload your customer page in frontend. Tada! You can now see where is every single files you have to edit to change anything in your Magento.

MODX: How to insert links to other resources in TinyMCE

Am I missing something? When inserting links to other resources, it seems like there should be a "resource picker" that auto inserts the [[~id]] tag for internal links. Is such a "picker" available from the TinyMCE editor in MODX Revolution?
I mean I don't mind using the resource syntax, but I don't see my users being comfortable having to learn and remember it.
When I click on the "Insert/edit link" button, this is the dialog I get:
Clicking on the "Browse" button to the right of "Link Url" gives me the following dialog:
I don't see anything that allows me to pick a resource.
I'm using MODX Revolution 2.2.1-pl (traditional) on IIS 7.5. There could be a possible issue there.
I figured it out, I was definitely missing something. The "Insert/edit link" dialog has a search box which auto completes as you type the name of existing documents into it. Selecting a document from there inserts the document's ID with the proper syntax.
There should be.
When editing text if you highlight a word to be used as a link and then click on the Edit/Insert link icon (a chain link) there is a "Link List" select box that contains all your resources selecting one will populate the link url with the [[~id]] of the selected resource.
In the MODX Revo manager better use the ACE-Editor (Extras/Package/download extras choose Ace) for buiding up your template.
Now you may drag a Ressource from the Ressource-Tree on the left and drop it into your code in the Ace-Window.
This is the easiest way to create a Ressource-Link.