Click here to Skip to main content
15,886,724 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
C#
Here i want to give a back link ,which will go to my android phone gap and required section of app will open ,according to back link.But here i am facing some difficulties to do this one.Its not working at all,where i am doing wrong ,please suggest me.Thank you in advance.

Here in anchor link i have given the back url to my app,but here i am not sure of it.Is it the proper way or not.


HTML
<div class="inner-area">
    <div class="wrapper">
        <div class="inner">                     
            <?php echo $this->Session->flash() ?>
            <div class="welcome_holder login" style="float:left;width:100%;">                        
                <h2>Thank you for purchasing our package.<br/>
                    <a href="file:///android_asset/www/package.html"><< Back To App</a></h2>  
            </div>
        </div>       
    </div>
</div>
Posted
Updated 19-Jan-16 17:26pm
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900