RobR Posted June 6, 2007 Posted June 6, 2007 Hello all -- I have a dynamically created homepage loader (thanks again Garry) that contains on body onload command to run a search when users navigate to my site's default page. The results are then displayed on the true homepage. Of course this is transparent to users, so I'm afraid they may bookmark the true homepage and when they later enter the site from the shortcut the search will not be run by the loader and the page will not be "fresh". I'm wondering if anyone has any idea to help circumvent this?
Genx Posted June 6, 2007 Posted June 6, 2007 Hi Rob, Where abouts is your page just so we can see what's going on.
RobR Posted June 6, 2007 Author Posted June 6, 2007 Hi Genx -- Have a look at www.design-calendar.com Thanks!
Genx Posted June 6, 2007 Posted June 6, 2007 Seems to load for me no matter what link i use.. Anyway, besides javascript, you could also look at embedding an iframe into your page. That means that each time the user clicks the link the whole page doesn't reload and has the benefit of never changing the url in the main window.
Martin Brändle Posted June 7, 2007 Posted June 7, 2007 Did you try server side includes, SSI? This hides your URL. You may require less JavaScript, which may be turned off by the user. Also it is not dependent on browser type.
Recommended Posts
This topic is 6718 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now