>> What you can do is put some javascript in the previous page and write something the link or the form using javascript, that will tell you if it's running.
Can you give me an example?
>> <noscript>stuff in here</noscript> in the HTML is a good way to provide the user with optional links and content.
Can you give me an example as well?
Main Topics
Browse All Topics





by: btrevarthenPosted on 2006-01-19 at 15:43:25ID: 15744543
Javascript detection is client-side, CFML is server-side.
What you can do is put some javascript in the previous page and write something the link or the form using javascript, that will tell you if it's running.
Unfortunately there is nothing in the CGI scope to tell you if they support Javascript, and even if the browser responded with "yes I can" it can always be blocked at the corporate firewall anyway.
<noscript>stuff in here</noscript> in the HTML is a good way to provide the user with optional links and content.