You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Peter Dawn <pe...@gmail.com> on 2006/08/22 04:55:38 UTC

Noscript check

guys,
how can i implement the noscript tags within my web app. i mean i use
javascript all over my app. but just in case the user does not have
javascript enabled on their machine, i need to display a message
saying, please enable javascript.

now if i was using <script> tags i can use <noscript>, but how do i
check for all <span jwcid="@Script"> tags.

any ideas. thanks.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: Noscript check

Posted by "hv @ Fashion Content" <in...@fashioncontent.com>.
To my knowledge <noscript> can be placed anywhere within <body>, regardless 
of where your <script> sections are.

http://www.w3schools.com/tags/tag_noscript.asp

"Peter Dawn" <pe...@gmail.com> skrev i en meddelelse 
news:5dd88dab0608221751i7196b622mbc7846b559221017@mail.gmail.com...
> whereabouts in the template. i mean i can only do this if i am
> explicity using the <script> tags. but i am using jwcid=@script. i am
> also using tap3.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
> 




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: Noscript check

Posted by Peter Dawn <pe...@gmail.com>.
whereabouts in the template. i mean i can only do this if i am
explicity using the <script> tags. but i am using jwcid=@script. i am
also using tap3.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: Noscript check

Posted by "hv @ Fashion Content" <in...@fashioncontent.com>.
Wouldn't you just use <noscript>... markup ..</noscript> in the template?

"Peter Dawn" <pe...@gmail.com> skrev i en meddelelse 
news:5dd88dab0608211955l1b999334j6d6ed4e64c2b9cf4@mail.gmail.com...
> guys,
> how can i implement the noscript tags within my web app. i mean i use
> javascript all over my app. but just in case the user does not have
> javascript enabled on their machine, i need to display a message
> saying, please enable javascript.
>
> now if i was using <script> tags i can use <noscript>, but how do i
> check for all <span jwcid="@Script"> tags.
>
> any ideas. thanks.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
> 




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org