problem with URL in buttons
Hi all,
I want to use some buttons to navigate between different websites.
<a data-role="button" href="./index1.php" data-icon="plus" data-iconpos="left" data-transition="slidefade">
if I use this, and test it on my iPhone, the output is without my stylesheet. If I do a reload of the page, it works. I found out with IE, that the site will be shown as http://www.domain.com/subdir/menu.html#subdir/index1.php
where is the reason of that and how can I get a "normal" working link?
thanks for your help
best Regards,
Emmi