About me


  • Ed has started 1 topic. 2 people are following it.
  • Ed has made 0 replies.

Recent activity

Subscribe to this feed
  • question

    Vu Nguyen replied on March 15, 2008 04:25 to the question "Controlling Text and Hyperlinks on a Page by Date" in PBwiki:

    Vu Nguyen
    You could presumably do this with Javascript, but unfortunately, PBwiki 2.0 wikis currently have restrictions on <script> tags and I don't know if those will ever be lifted due to security concerns. Sorry!

    Vu
    PBwiki Team
  • question

    Ed asked a question in PBwiki on March 01, 2008 20:39:

    Ed
    Controlling Text and Hyperlinks on a Page by Date
    I want to provide a web page where I will list hyperlink titles and hyperlinks going down the page. The hyperlinks guide my students to watch multimedia presentations that I have on my personal web site. I'm trying to use date logic so that only the text and hyperlinks that cover Week 1 appear during week 1, and then as our class moves into Week 2, new text and related hyperlinks will show up as well.

    I currently do this in Excel by using an IF function with the hyperlink function (i.e., if the current date is <= preestablished date, then show them the hyperlink, otherwise display a blank cell).

    How can I do this on a web page using pbwiki?