[WSG] NoScript Help Please!

2008-05-21 Thread IceKat
Hi, I'm totally hoping that someone can help me with this. I'm trying to use noscript tags but I CANNOT get my page to validate. Below is the section which is giving me trouble. Please can someone tell me what the trouble is. td class=delete_filenoscripta href=a_link.htm/noscript img

Re: [WSG] NoScript Help Please!

2008-05-21 Thread Michael Cordover
Hey, My suggestion would be td class=..a href=...img src=.. alt=.. //a/td And attaching the onclick event to a with return false; to stop it executing when there is javascript. The alternative is to have an onload function that puts the image outside the a and deletes the a element. Both of

Re: [WSG] NoScript Help Please!

2008-05-21 Thread David Dorward
On 21 May 2008, at 07:11, IceKat wrote: I'm totally hoping that someone can help me with this. I'm trying to use noscript tags but I CANNOT get my page to validate. Below is the section which is giving me trouble. Please can someone tell me what the trouble is. td

Re: [WSG] NoScript Help Please!

2008-05-21 Thread IceKat
Hi, Thanks to those who have replied so far. I'm still a bit lost because this has gotten a bit more complicated so I'll explain a bit. I have a page which lists records in a mysql database. They each have varying options including delete. They are printed with a php loop. The table of

Re: [WSG] NoScript Help Please!

2008-05-21 Thread Jeffrey Lowder
Hi IceKat If javascript is required for the link - then write/append it to the page using javascript - then if javascript is being used - no link Cheers Jeff On 22/05/2008, at 1:31 PM, IceKat wrote: Hi, Thanks to those who have replied so far. I'm still a bit lost because this has