Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
Archikent #1
Display html page on day of week
Hi,
I am new to Html and have been assigned the job of creating a live noticeboard
for a timetable. What I am trying to do is display only certain html pages on
certain days of the week. for example:
On Monday every day would be displayed i.e.Monday.htm through to Friday.htm
then on Wednesday you would only get Wednesday.htm until Friday.htm.
Is there away to do this in html
Cheers
Archikent Guest
-
Repeating Region Breaks HTML Page Display
Unlike many other users, my repeating region mini-controls work. However, using the "+" button to make a new repeating row via Contibute (seems to... -
ASP.NET: Day / Work Week / Week / Month web calendar control with view like MS Outlook
Hi!! Did Infragistics or some other company else provide a web calendar conrol with the features and look of Microsoft Outlook calendar? I mean... -
[PHP] Display HTML/PHP code on a web page
--- Jason Paschal <j_paschal@hotmail.com> wrote: Try htmlentities() Chris ===== Become a better Web developer with the HTTP Developer's... -
Display Week
All, I have a date column and i want to be able to enter the date, and then have that populate antoher field . e.g - Date of Visit is ... -
Calling a html page from an asp page then returning to the next statement on the original asp page
Hi! I have an ASP page that calls excel to create a report. This works fine. Now I need to call a html calendar page to filter what rows are... -
Dan Rumney #2
Re: Display html page on day of week
Not in pure HTML
You could do it server-side, with a script that handles the HTML request
and repsonds according to the day.
Or, you could have a cron job on the server, which copies a day-specific
HTML file over a specific file that the user client requests.
Or, you could do it with JavaScript, which would be able to determine
the day according to the local time-zone and then redirect to the local
server file (or request and render it itself)
Or, some other way... but not with HTML on its own, I'm afraid.
Dan
Dan Rumney Guest
-
Cary #3
Re: Display html page on day of week
No. You'll have to use a programming language.
"Archikent" <webforumsuser@macromedia.com> wrote in message
news:dqg0ph$o0d$1@forums.macromedia.com...> Hi,
>
> I am new to Html and have been assigned the job of creating a live
> noticeboard
> for a timetable. What I am trying to do is display only certain html
> pages on
> certain days of the week. for example:
>
> On Monday every day would be displayed i.e.Monday.htm through to
> Friday.htm
> then on Wednesday you would only get Wednesday.htm until Friday.htm.
>
> Is there away to do this in html
>
> Cheers
>
Cary Guest



Reply With Quote

