First, desktop shortcut is not related with offline mode. You can create a desktop shortcut for http://www.mysite.my. When clicking on shortcut that url is accessed in web browser. Nothing more. It just opens the web browser at the specified address.
Now, if you have implemented offline access to your application, then http://www.mysite.my should be available offline. To check that, open a browser and type your site address there. If it is working, will work when using desktop shortcut also, if not, not. Please understand desktop shortcut does not add any functionality, just opens the browsers and types in the web address. That's all, nothing more. Any other functionality that you want, should be implemented. Hope that helps On Aug 20, 2:09 am, Merhawie <[email protected]> wrote: > Are you sure the localserver is being activated and urls cached? > > On Wed, Aug 19, 2009 at 3:10 PM, ravi181229 <[email protected]> wrote: > > > No, it's not available. same connection error. > > > On Aug 20, 2:03 am, Merhawie <[email protected]> wrote: > > > is it available if you just enter it into the browser directly while > > > offline? > > > > On Wed, Aug 19, 2009 at 3:00 PM, ravi181229 <[email protected]> wrote: > > > > > Hi Merhawie, > > > > > ok..I created a desktop shortcut but when I go offline and click on > > > > that..it says 'Failed to Connect' on the browser. > > > > How do I access my application offline ? > > > > > Thanks, > > > > Ravi > > > > > On Aug 19, 11:45 pm, Merhawie <[email protected]> wrote: > > > > > The url of your page will be served from the localserver either way. > > The > > > > > content of that page can be updated though while online. > > > > > > On Wed, Aug 19, 2009 at 12:43 PM, ravi181229 <[email protected]> > > wrote: > > > > > > > Hi, > > > > > > > I have a basic doubt: > > > > > > I have a script file inwww.myserver.com/ggears.html > > > > > > I also created a desktop shortcut for this. > > > > > > Now, when user goes offline (no internet connection) then which > > file > > > > > > does he access ? > > > > > > When user clicks on desktop shortcut (which was created) , which > > file > > > > > > is executed to work offline ? > > > > > > Is there any file created local to the users computer > > > > > > or is there some kind of ggear thing that uses the browser cache ? > > > > > > > Can I create a php file (www.myserver.com/ggears.php) and write > > php > > > > > > script also along with gears code ? > > > > > > > Please explain. > > > > > > Ravi
