> From: Rachel Radford > > page that has an id of #_1740__ctl2__1125
Just to follow up on the underscore thing... >From the W3C HTML 4.01 recommendation "ID and NAME tokens must begin with a letter ([A-Za-z]) and may be followed by any number of letters, digits ([0-9]), hyphens ("-"), underscores ("_"), colons (":"), and periods (".")." So there's your problem, invalid markup, so no suprise when it fails to function properly in use. You have to fix the server-side generation of the bad IDs to have any real hope of this being able to work reliably across a range of browsers, other than by good luck. -- Peter Williams ****************************************************** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ******************************************************