hi all
        i am very new to python and google apps, in index.html  i am
using  <li><a href="aboutus.html">About Us</a></li>  like this, after
starting app engine dev at locally .. in index.html  above shown hyper
link is there on click of that its not moving to aboutus.html...
please let me know how to do this . is  there anything i have to do in
python code ? this is the html code i have written


<div id="navTop">
<ul id="navlist">
<li><a href="index.html" id="current">Home</a></li>
<li><a href="aboutus.html">About Us</a></li>
<li><a href="technology.htm">Technology</a></li>
<li><a href="contactus.htm">Contact Us</a></li>
</ul>
</div>


thanks in advacnce

Regards
kalyan

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to