Questions tagged [multipage]

A container for a collection of Page objects. It is a control in VBA to facilitate categorising a large volume of information.

Microsoft support page a container for a collection of Page objects. It is a control in VBA to facilitate categorizing a large volume of information.

282 questions
-1
votes
1 answer

What happens if I generate JWT Token upon login compared to upon register?

I'm working on a multi-page app with ExpressJS. However, I came across at a dilemma, which is what happens if I generate the JWT token upon login compared to register and what are the differences if any.
Azzarox
  • 27
  • 5
-1
votes
2 answers

How to use same JS files for HTML pages?

At the moment, the files setup looks like this: File Setup in the merkur.html file I use this to go to the JS files: The JS is only working on the index.html, in…
Moreno
  • 1
  • 2
-1
votes
1 answer

keeping a button active while switching between pages

I am making a multi pager for a school project, it has all been going pretty well till now, but there is one thing i can't figure out, i have a small java script that changes between 2 CSS files when clicked on a switch button, the one CSS`` page is…
-1
votes
1 answer

Resize Userform and Multipage using Windows API

I am not familiar with Windows API. I copy a code about resizing a userform using W.API but then I also want to bind the multipage's width to the userform while resizing it. Can I also use W.API to multipage or any other object? or its only for…
remoel
  • 175
  • 8
-1
votes
2 answers

Timed delayed auto page redirect JQuery Mobile

Hi I am trying to make a page redirect automatically to another page, in a JQM multi-page index. I also want the redirect to be delayed for about 3 seconds. So basically i want #behavior-summary (show up for 3 seconds) and go back to #order-summary…
-1
votes
1 answer

Run an event after load a page of a multipage template Jquery Mobile

I have a multipage template in Jquery Mobile, but I'm trying to run an script (an alert for example) after load a page of this template. The navigation into pages works with "#page1, #page2..." Thanks a lot.
David Leal
  • 43
  • 1
  • 5
-1
votes
1 answer

How to write a memory stream into a tif file?

I have a multi-page tiff created on TiffBitmapEncoder te= new TiffBitmapEncoder(); (using CCITT4) Then I copy this to a memory stream Say MemoryStream ms = new MemoryStream() using ts.save(ms); Now this memory stream has a tiff image of many…
Dexters
  • 2,419
  • 6
  • 37
  • 57
-2
votes
2 answers

Distinguish the tabs for a multipage userform in VBA

I saw the following question from another user: Changing the colour of tabs of Multipage in VBA and it talked about adding a checkmark to the active tab. I'm trying to find something other than that to implement if at all possible. I actually found…
-2
votes
1 answer

How to fetch header.html into index.html file using PHP?

I have an header.html file in which I have created a navigation section I need to use this header.html file on multiple pages. I want to know if it is possible to use header.html using PHP?
-2
votes
1 answer

VBA Userform: Using a command button to navigate to another page in MultiPage

Using a command button to navigate to another page in MultiPage rather than clicking on the actual page at the top of the form
Wells
  • 93
  • 2
  • 8
-3
votes
2 answers

Excel VBA: Hide Pages based on Combobox selection

I have a Combobox with values: "none", "1", "2", "3" and "4". And I want to have visible the number of pages shown by the Combobox. How can I achieve that? i.e. combobox = 3 - Pages 1, 2 and 3 become visible.
Diego Ali
  • 27
  • 6
-3
votes
1 answer

next and prev in my script

Possible Duplicate: Previous/next Buttons? how can i make next page and prev page in my gallery script .. when mid = id of images path = link of images I need two buttons: next to get next image and prev to get last image. How can i do it…
ahmedhassan
  • 23
  • 3
  • 12
1 2 3
18
19