Questions tagged [dynamic-pages]

75 questions
0
votes
2 answers

Display/hide elements using location.hash

I've got a navigation bars with five links and five divs. When I click the first link, the first div becomes visible and the rest are set to display: none. The same goes for the rest of them. I want to let the visitor bookmark these dynamic "pages"…
user1781186
0
votes
1 answer

Drupal insert data on dynamic page

I am trying to programmatically insert custom content on dynamically generated pages. For example, how would I want to insert content on the default webform submission confirmation page. Since the webform confirmation page is a dynamically generated…
sisko
  • 9,604
  • 20
  • 67
  • 139
0
votes
3 answers

How do websites like stackoverflow work?

When I create a post/question like this one for example. How does stackoverflow use it? I mean, does it create a new page for the question or does it turns it into pieces and puts the pieces together on a single dynamic page? I've read that…
Jo E.
  • 7,822
  • 14
  • 58
  • 94
0
votes
2 answers

Generating pages based on amount of data returned from MySql Query

im making a review section for my site, and i want to generate pages based on amount of data returned by a MySQL query, something like 15 MySQL Rows pr page, i have tried looking in to the $_GET[pageID] approach, but i simply dont get it. Could…
user2033909
0
votes
2 answers

jQuery Mobile: how to create dynamic pages from a string template?

Hi to everyone this is my first question in stackoverflow. I'll try to create a Single Page Web App with jQuery Mobile (for the UI) and PhoneGap (because I want it cross-platform). In my app I want to create pages via some templates (string) and,…
user2000769
  • 121
  • 1
  • 2
  • 6
0
votes
1 answer

PHP dynamic pages with custom link

The code below work like this: http://www.website.com/?page=home will pull content from http://www.website.com/home.php -- or -- http://www.website.com/?page=About will pull content from http://www.website.com/About.php Code: // Set the default…
Jeremy John
  • 1,665
  • 3
  • 18
  • 31
0
votes
2 answers

.htaccess and 301 redirect (dynamic pages) wordpress

I read all the other similar questions, but could not understand how to set it up so my old pages redirect where they should. Here is my set up: My old site…
0
votes
2 answers

How can I change the title of a dynamic page?

I have a jQuery Mobile app that's just like the dynamic page sample from the jQuery Mobile documentation http://jquerymobile.com/test/docs/pages/dynamic-samples/sample-reuse-page.html. Everything works fine, but just as in the example I can't get…
ericS
  • 11
  • 4
0
votes
2 answers

what is a good pattern for serving a web page given a HttpServletRequest?

I've created a abstract base class Page that figures out how to construct a dynamic web page. I'm trying to come up with a good way to generate a Page based off the GET request that comes in as a HttpServletRequest. For example... public class…
Hristo
  • 45,559
  • 65
  • 163
  • 230
-1
votes
1 answer

Nextjs dynamic page doesn't appear when refreshing in the server (after build)

i have a problem in my nextjs application after build ,in the server , i have access to all pages but when i refresh a page with a dynamic path ( page article that is a folder contains a [id].js page , the id is the article title ) this error is…
imy sunshine
  • 59
  • 1
  • 2
-1
votes
1 answer

What AB testing can handle websites that contain dynamic pages

I want to perform A/B testing and we have a lot of dynamic pages on our website. Is there any best A/B testing tool that can handle this situation? Thanks for the help
-1
votes
4 answers

Dynamic pages / links in php how does it work

I made a small login system for users, they can log in and change their userinformation on the account_setting page. But since im pretty new to php I wonder how can I give each user their own page? A page that is public. Ex, User "Steven" has…
Kiwo smith
  • 43
  • 2
  • 6
-2
votes
1 answer

Scrape dynamic web page with Python (input dates)

I'm trying to find a way to iterate through dates for a large period of time. The site is: https://www.nnbulgaria.com/life-insurance/insurance-plans/investment-insurance-nn-pro/value-of-investment-unit and there is a table in it with specific…
Julian
  • 154
  • 1
  • 11
-2
votes
1 answer

mCustomScrollbar not work on another page

I'm using mCustomScrollbar to styling the scroll bar but got some issue. The effect will not appear when I change the page dynamically.
-2
votes
1 answer

PHP Header Location with parameter. Delete and back to previous list

I have a list of rows with their respective links to go to "remove.php" and run "DELETE FROM" and so remove each row separately. This list is on a dynamic page details.php?recordID=123 How could I set the header(location: ...) value including the…
Ego
  • 1
  • 2
1 2 3 4
5