Results 1 to 1 of 1
-
27th Mar 2012, 08:36 AM #1OPProbation
mobile website issue
hi KWWHunction, i have a problem with my mobile website.
i have a listbox and when i click on a listitem then i want a button so i can go to the next page without going back everytime to the menu. now i have a problem, when i click on that button "<a href="#Smaak" data-role="button" data-icon="arrow-r" databack="trueaccesskey">Smaak</a>" it will go to that page, but it doesn't show the content. How can i make the link work so that the content will show when i click on that button?
i will show my code here:
(menu)
<div data-role="content">
<ul data-role="listview" data-inset="true">
<li><a href="#Domein" id="nederlands_1">Domein</a></li>
<li><a href="#Smaak" id="nederlands_2">Smaak</a></li>
<li><a href="#Jaar" id="nederlands_3">Jaarspecificatie</a></li>
<li><a href="#Serveren" id="nederlands_4">Te Serveren bij</a></li>
<li><a href="#Info" id="nederlands_5">Samenstelling</a></li>
</ul>
</div>
<img src="images/logoke.jpg" width="120" height="120"/>
</div>
<!-- Domein info -->
<div data-role="page" data-theme="a" id="Domein" >
<div data-role="header">
<a href="#terug" data-role="button" data-icon="arrow-l" databack="trueaccesskey">Back</a>
<h1>Domein</h1>
<a href="#Smaak" data-role="button" data-icon="arrow-r" databack="trueaccesskey">Smaak</a>
</div>
<div data-role="content" id="n1_content">
<h3>
<?=(empty($row['domain']) ? 'Er is geen data beschikbaar' : $row['domain']);?>
</h3>
</div>
</div>
<!-- Smaak info -->
<div data-role="page" data-theme="a" id="Smaak" >
<div data-role="header">
<a href="#terug" data-role="button" data-icon="arrow-l" databack="trueaccesskey">Back</a>
<h1>Smaak</h1>
</div>
<div data-role="content" id="n2_content">
<h3>
<?=(empty($row['Flavour']) ? 'Er is geen data beschikbaar' : $row['Flavour']);?>
</h3>
</div>
</div>
i thank you Tjoepie!Tjoepie Reviewed by Tjoepie on . mobile website issue hi KWWHunction, i have a problem with my mobile website. i have a listbox and when i click on a listitem then i want a button so i can go to the next page without going back everytime to the menu. now i have a problem, when i click on that button "<a href="#Smaak" data-role="button" data-icon="arrow-r" databack="trueaccesskey">Smaak</a>" it will go to that page, but it doesn't show the content. How can i make the link work so that the content will show when i click on that button? i will show Rating: 5
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Develop the mobile version of your website
By Ifirst in forum Useful SitesReplies: 0Last Post: 15th Oct 2012, 07:11 PM -
any website for online recharge of mobile?
By kapil441 in forum Webmaster DiscussionReplies: 17Last Post: 24th Sep 2012, 03:11 PM -
Pay by Mobile Issue
By Bomberman in forum Webmasters, Money MakingReplies: 1Last Post: 9th Jul 2012, 08:35 PM -
Website For Mobile Purpose
By SkaterP in forum Forum and DDL DiscussionReplies: 0Last Post: 27th Oct 2010, 07:19 PM -
KWWHunction site load issue on Mobile
By Sponge Bob in forum Feedback and SuggestionsReplies: 9Last Post: 17th May 2010, 11:47 AM
themaCreator - create posts from...
Version 3.46 released. Open older version (or...