Questions tagged [dynamic-pages]

75 questions
0
votes
0 answers

Jquery dynamic page - loading return false method still uses normal href link

I am using jquery for dynamic content/page loading. I have a basic nav with links (for SEO purposes) and this code to check for click events and to make sure the new 'page' is browseable with history: $("nav a").on("click", function () { …
MDB
  • 21
  • 3
0
votes
1 answer

Google Analytics virtual page view with gtag

I'm very new to Google Analytics. How can I make a virtual pageview only for a dynamic page included in a HTML template? Please just refer to my code below to know more details of the situation. A dynamic page [Price Details] pops out when you press…
user9191983
  • 505
  • 1
  • 4
  • 20
0
votes
1 answer

Framework7 router.loadContent Not Loading New Content

I'm trying to load dynamicPages using router.loadContent() function and even though the main view is changed (i.e. data-page attribute is correctly set), the content itself remains the same. What could be a possible reason for this to happen? I have…
juminoz
  • 3,168
  • 7
  • 35
  • 52
0
votes
1 answer

Integrate gridster.js in codeigniter

I want to implement the option to allow users to create dynamic pages in my codeigniter project. I should give a grid system and custom widgets user will drag and drop these widgets then save it.I am planing to use gridster.js (…
Sukesh
  • 31
  • 1
  • 6
0
votes
1 answer

Generating Dynamic web pages without server side scripting

I am trying to control a media device which has lot of multimedia content that it can play using another device(remote control device) like an ipad connected to the LAN. (UPnP) I want the media device to be able to send the content listing to the…
Microkernel
  • 1,347
  • 4
  • 17
  • 38
0
votes
1 answer

Dynamic pages / menu in php

Hi I am working on some sort of a CMS page and I want to show on the /index.php page a list of all articles availble like /index.php?p=Art1. And I have no clue on how to do that. Any help is appreciated. This is my index.php code: …
xM0nSt3r
  • 25
  • 1
  • 7
0
votes
1 answer

How do I crawl twitch.tv where the html body was empty upon initial http request, and contents were loaded by various scripts

I am trying to use Scrapy to crawl through stream pages on twitch. The problem is that the html request returns no useful urls. For example, with wget to twitch.tv main page, I get an empty body tag: //some stuff
Bolt
  • 11
0
votes
1 answer

Dynamic URL Goal Set up in Google Analytics

I need to to set up goal in Google Analytic:- Step 1: /PaymentAddress?prodID=171364 Step 2: /order-step3.php?prodID=171364 Step 3: /thank-you-page.php Please suggest me how can i set up goal for these dynamic page urls.
Vikas K
  • 1
  • 2
0
votes
0 answers

Dynamic page creation from db at run time in asp.net

I'm making E-Commerce website. Under that I want to show particular product details. From query string I can do that but that is not seo friendly so I need to make product name in url(from db) instead of using querystring. I tried following code but…
SUN
  • 973
  • 14
  • 38
0
votes
1 answer

Dynamic pages with two selectboxes, iframe and jQuery (without PHP)

I'm trying to create a dynamic page with JavaScript. I use jQuery for it. The idea is to avoid PHP or other server-side language. I use selectboxes and iframe, but can't understand, why doesn't it work. The "main.html" is showed at the snippet. Here…
Varg
  • 402
  • 1
  • 6
  • 24
0
votes
1 answer

how to save and update menu in php laravel

I want to create an admin panel where I can change almost everything of the pages. Should we save every menu-item and its children in a different table in the database? Doesn't it slow down the speed of loading the page?
0
votes
3 answers

Rewriting a URL

I developed my website so that all pages are loaded dynamically on 1 page by ajax, and so that the URL will appear in this format: www.website.com/#home www.website.com/#news www.website.com/#news-details/news-title-goes-here I discovered later-on…
Zouz.me
  • 11
  • 3
0
votes
2 answers

PHP - Fill table contents after loading the page

I have created a PHP file which is set to read the contents of a local text file, parse into an array, and then populate a table within the main page. However, even just 53 lines of this text file takes around 10 seconds to load the page before any…
Zion Fox
  • 61
  • 9
0
votes
3 answers

hyperlink template field onclick pass value to pageB to display its details

I am new to this: In Visual Studio 2010, asp.net Webpage A has a gridview with a column of hyperlink of companyid:
user2751691
  • 401
  • 2
  • 10
  • 32
0
votes
4 answers

Dynamic link to static link?

In stackoverflow, the page url is like How to store post variables value But when we use php to create web pages, its most likely has a url like www,somewebsite.com/mypage?someid=123 And then the content is displayed. I want to know how to convert …
user2454340
  • 1,210
  • 2
  • 12
  • 15