I have a mobile site and web sites.I want to redirect from webpage to mobile page while viewing in mobile or smart phone.so give me some suggestion.how to do mobile redirect.
You would need to use some scripting (javascript or PHP) that checks the type of device the user is using then it redirects to the correct page. http://webdesign.about.com/od/mobile/a/detect-mobile-devices.htm read this and see if it makes sense.