Thanks Dan. Not really familiar with Javascript, so would you mind showing me where to place "window.status"?
We have a contact form, but our company prefers having email addresses on there as well. Would ASCII encoding work better? I know it's easy to decode, but it's better than no prevention...
I found this script that will hide email addresses on a website. When viewed in Firefox, it displays "TEST". When viewed in IE6 or IE7, it displays "TEST", but once i hover or click on it, it changes to "mailto:test@test%2Ecom". Any ideas on how to make it not change in IE?
<Script>
function...
Aha! I placed TABLE_NAME in quotes and parenthesis and it worked.
I changed
If rs!TABLE_NAME = tb_name Then
to
If rs("TABLE_NAME") = tb_name Then
Thanks again.
Thank you Paul. I tried the code and received the following error at the exclamation point. Any ideas?
=======================
Microsoft VBScript compilation error '800a03f9'
Expected 'Then'
If rs!TABLE_NAME = "PhotoDate" Then
=======================
We have a calendar of events database and we would like to dynamically create a RSS feed showing the 5 most recently added events. I'm starting to learn RSS so I just want to make sure this is ok.
Does the feed have to be a XML file or can I create an ASP file pulling the events from the...
We've recently upgraded to IIS 6 and it looks like the aspSmartImage component isn't compatible with IIS 6. Unfortunately, AspSmart is out of business and their products were just discontinued.
1. Does anyone know if there's an upgraded DLL somewhere? Their other component we use...
I have some text within some <div> tags and my gray background color won't print. The page will come out white. Anyone know how to fix this. I'm using IE to view/print the page.
<p>
<div style="background: #EEEEEE">
Text goes in here.
</div>
</p>
I'm using an ASP upload script to allow certain users to upload documents. One user uploaded a corrupt file and I cannot delete it. It's saying that "another program is using this file". How can i delete this file without rebooting the server to release the hold?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.