Hi everyone I'm having some trouble validating this page. We just put this most recent version online and I'm starting to do the nitty gritty work. Ignore the style sheets for now, this weekend is the big style-sheet-work-o-rama.
http://v4.csatravelprotection.com There are several problems that are easy for me to fix. Here are the difficult questions that I have: The comments are from the WDG html validation in Chris's super-ific web developer toolbar. Error: there is no attribute onblur for this element (in this HTML version) \/ \/ \/ \/ \/ \/ \/ \/ <input type="text" name="departdate" size="25" value="mm/dd/yyyy" onblur="gfPop.fHideCal();" onfocus="if(self.gfPop)gfPop.fPopCalendar(document.PurchaseForm.departdate);return false;" id="departdate"> This is an input tag for a departure date. If someone clicks on the input field, a calendar will popup and give them the easy method to enter their travel dates. I have two questions about this field. 1. We are using xhtml transitional. How can I use the onfocus/onblur attribute? 2. We are using struts 1.1/tiles. I can't get it to close the <html:text input=""... />. tags. I've added the <html:html xhtml="true"/> tag to the main template and this is supposed to tell struts to make all of the tags xhtml compliant. I know this is more of a struts forum topic, but I wanted to see if there were any struts people on this list that could help. -----Original Message----- From: Wasabi [mailto:[EMAIL PROTECTED] Sent: Thursday, September 02, 2004 9:46 AM To: [EMAIL PROTECTED] Subject: Re: [WSG] Sitepoint Web Business Kit On Thursday, September 2, 2004, at 09:18 AM, Ted Drake wrote: http://www.sitepoint.com/books/freelance1/ > could you send a link to sitepoint? > Ted > > > -----Original Message----- > From: Wasabi [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 02, 2004 8:33 AM > To: [EMAIL PROTECTED] > Subject: [WSG] Sitepoint Web Business Kit > > > Hi, > > Could someone critique the Sitepoint Web Business Kit. Is it worth the > pulp, or can the info provided be found on the internet? > > > > Respectfully, > Chris > > http://ckimedia.com > > ****************************************************** > The discussion list for http://webstandardsgroup.org/ > > Proud presenters of Web Essentials 04 http://we04.com/ > Web standards, accessibility, inspiration, knowledge > To be held in Sydney, September 30 and October 1, 2004 > > See http://webstandardsgroup.org/mail/guidelines.cfm > for some hints on posting to the list & getting help > ****************************************************** > > ****************************************************** > The discussion list for http://webstandardsgroup.org/ > > Proud presenters of Web Essentials 04 http://we04.com/ > Web standards, accessibility, inspiration, knowledge > To be held in Sydney, September 30 and October 1, 2004 > > See http://webstandardsgroup.org/mail/guidelines.cfm > for some hints on posting to the list & getting help > ****************************************************** > > Respectfully, Chris http://ckimedia.com ****************************************************** The discussion list for http://webstandardsgroup.org/ Proud presenters of Web Essentials 04 http://we04.com/ Web standards, accessibility, inspiration, knowledge To be held in Sydney, September 30 and October 1, 2004 See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ****************************************************** ****************************************************** The discussion list for http://webstandardsgroup.org/ Proud presenters of Web Essentials 04 http://we04.com/ Web standards, accessibility, inspiration, knowledge To be held in Sydney, September 30 and October 1, 2004 See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ******************************************************
