HTML Code ClinicDo you have some HTML code you'd like to share and get suggestions from others for tweaking or improving it? This discussion is the place.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the HTML Code Clinic section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
I'm wondering if the following is possible in html code... I have an html page that links to a wordpress blog though an inline frame. The link to the current month of blog posts is as follows "example.com/wordpress/?m=200608" where "2006" is the year and "08" is the month. Is there a way to have this inline frame call up todays current month and year so i don't have to reprogram the page every month?
eg. right now my inline frame links to "http://www.example.com/wordpress/?m=200608" is there a way to have it do this instead "example.com/wordpress?m=<currentyear><current month>"