Avatar of danielolorenz
danielolorenz
 asked on

How Do You Load a HTML File to a MVC View Page Help Dialogue?

How do you load an HTML file from a shared file directory to a MVC View Page help page?

Thanks,

Dan
C#.NET Programming

Avatar of undefined
Last Comment
kaufmed

8/22/2022 - Mon
kaufmed

What do you mean by "help page"? Is this something specific to ASP.NET MVC, or are you using the term generically to refer to a view?
danielolorenz

ASKER
I am using a JQuery popup to display the Help Content.

Example:
$('#gun-permit-search-help').popover({
    html: true,
    content: '<h4>Gun Permit Search Main Help</h4>',
    title: 'Help <button id="gun-permit-help-close" type="button" class="close help-close-btn" aria-hidden="true">&times;</button>',
    placement: 'bottom',
    trigger: 'click'
});

Open in new window

danielolorenz

ASKER
I want to load a HTML into a HTML div tag within the popup?
Experts Exchange has (a) saved my job multiple times, (b) saved me hours, days, and even weeks of work, and often (c) makes me look like a superhero! This place is MAGIC!
Walt Forbes
danielolorenz

ASKER
The HTML Help needs to be loaded into a div tag from a HTML file on my C: drive.
kaufmed

...on my C: drive.
C: drive on the client or server?
danielolorenz

ASKER
On the client drive.
⚡ FREE TRIAL OFFER
Try out a week of full access for free.
Find out why thousands trust the EE community with their toughest problems.
ASKER CERTIFIED SOLUTION
kaufmed

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.