N Nixx1401 New member Local time Yesterday, 16:38 Joined Jan 12, 2010 Messages 12 Apr 9, 2020 #1 How can i create a FAQ form that have the titles and when you click on a title it moves down the page to the information
How can i create a FAQ form that have the titles and when you click on a title it moves down the page to the information
Z zeroaccess Active member Local time Yesterday, 18:38 Joined Jan 30, 2020 Messages 671 Apr 9, 2020 #2 Instead of thinking like a webpage, you probably want to use a dialog (popup) form to display, or a subform.
Instead of thinking like a webpage, you probably want to use a dialog (popup) form to display, or a subform.
theDBguy I’m here to help Staff member Local time Yesterday, 16:38 Joined Oct 29, 2018 Messages 22,512 Apr 9, 2020 #3 Hi. One possible approach is to create a HTML file and display it on your form using a web browser control.
Hi. One possible approach is to create a HTML file and display it on your form using a web browser control.
vba_php Forum Troll Local time Yesterday, 18:38 Joined Oct 6, 2019 Messages 2,880 Apr 10, 2020 #4 zeroaccess said: Instead of thinking like a webpage Click to expand... he's talking about the ANCHOR HTML tag. theDBguy said: One possible approach is to create a HTML file and display it on your form using a web browser control. Click to expand... can anchors actually be referenced this way, guy? it's not an HTML control, it's an active 'x' control, isn't it? I would guess it can't behave the same way, but then again I've never used it. I would have to run a test.
zeroaccess said: Instead of thinking like a webpage Click to expand... he's talking about the ANCHOR HTML tag. theDBguy said: One possible approach is to create a HTML file and display it on your form using a web browser control. Click to expand... can anchors actually be referenced this way, guy? it's not an HTML control, it's an active 'x' control, isn't it? I would guess it can't behave the same way, but then again I've never used it. I would have to run a test.
vba_php Forum Troll Local time Yesterday, 18:38 Joined Oct 6, 2019 Messages 2,880 Apr 10, 2020 #5 here's an example of what dbGuy is talking about, I think.... this was certainly interesting to figure out.... =) Attachments anchor_tag_movement_example.zip anchor_tag_movement_example.zip 12.5 KB · Views: 120
here's an example of what dbGuy is talking about, I think.... this was certainly interesting to figure out.... =)
N Nixx1401 New member Local time Yesterday, 16:38 Joined Jan 12, 2010 Messages 12 Apr 14, 2020 #6 Thank you