davelf
12-27-2010, 04:21 AM
Hi, thanks for reading this.
Here is the problem:
i want to make a specific URL for my ajax,
cause now: when user change the content in my website refresh it, the url will still the same.
For example:
www.kemangvillge.com/detail_empire.php?number 1
www.kemangvillge.com/detail_empire.php?number 2
so if i want to redirect some to that specific page i can give them the URL
This is my work:
http://www.kemangvillage.com/detail_empire.php
NOTE:
If you click on
- Overview
- The Unique Feature
- General Specification
You'll see my ajax there, so that's the place i want to put my URL
so it should like this when you click the button
www.kemangvillge.com/detail_empire.php?overview
or
www.kemangvillge.com/detail_empire.php?general_specification
Thx in advanced.
Here is the problem:
i want to make a specific URL for my ajax,
cause now: when user change the content in my website refresh it, the url will still the same.
For example:
www.kemangvillge.com/detail_empire.php?number 1
www.kemangvillge.com/detail_empire.php?number 2
so if i want to redirect some to that specific page i can give them the URL
This is my work:
http://www.kemangvillage.com/detail_empire.php
NOTE:
If you click on
- Overview
- The Unique Feature
- General Specification
You'll see my ajax there, so that's the place i want to put my URL
so it should like this when you click the button
www.kemangvillge.com/detail_empire.php?overview
or
www.kemangvillge.com/detail_empire.php?general_specification
Thx in advanced.