Skip to content Skip to sidebar Skip to footer

Pass Parameter From One Html Page To Another Another Using Query String

Scenario is like there are three pages p1,p2,p3 and in p1 there are 3 buttons while i click a button it should go to p2 and in p2 there will be 2 buttons and ther if i click a butt

Solution 1:

Yes, you can use query strings & read the query strings using location.search

Refer JavaScript query string.

Post a Comment for "Pass Parameter From One Html Page To Another Another Using Query String"