We appear to be getting this error only on (some) versions of Firefox 2.0.0.6. We first noticed it a few days ago. Any ideas why this could be appearing? It happens when we submit a form.
Thanks!
Rick
Rick Morgan
RISTMO Designs: Rockwall Web Design
I have some experience testing for injection vulnerabilities, but I don't feel as strong when it comes to protecting my own applications. Part of my doubt might come from not being able to find an advanced, comprehensive guide on the subject. I want to be able to assure my clients that any app I...
Hey,
I'm trying to create an application that will allow users to send a text message and trigger an ASP page. We use IIS' email system. What I'm wondering is, is there a simple way to run a page every time a new email is received at a certain mailbox on the server? Is there a tutorial...
Hey,
I doubt this is the right forum, but oh well... I'm trying to accomplish something very similar to Facebook's text messaging system. I don't have a clue how they do it, and after an hour of searching Google, I still haven't found any good results.
Anyway, what I'm trying to do is set up...
Hey,
I have an image upload script that works fine -- but only when the filename of the image being uploaded contains English characters.
When I try to upload an image named ??????.jpg for example (the filename has Arabic characters), the script doesn't work, and the filesize of the uploaded...
Having trouble getting this to work... help please?
var majorCode = new Object();
var majorDescription = new Object();
var majorCode["BA"] = new Object();
var majorDescription["BA"] = new Object();
var majorCode["BS"] = new Object();
var majorDescription["BS"] = new Object();
var...
This script works pretty well, but it's not quite perfect.
When any of the first three radio boxes are chosen, a "bach" dropdown is created, and when one of the second three's chosen, it creates a "mast" dropdown.
It even sets the default selected value to 2 or 5 (as coded on lines 4 and 5)...
Hey,
I'm having trouble making this work ... I create the DataGrid and try to connect it with the query in the BindData() function, but apparently the function's trying to run before the datagrid gets created?
Any ideas?
Thanks,
Rick
<% @Import Namespace="System" %>
<% @Import...
Hey,
I'm having some trouble with making this script work ... when something's selected in the first select box, the bottom fields are supposed to switch to enable and set themselves to the values in the first dropdown ... should be pretty understandable by looking at the code ... but it's not...
Hey,
I have a textarea... I'm trying to insert a newline in two places...
<textarea name=""><%= Address1 %>
<%= City %>, <%= State %> <%= Zip %>
<%= Country %></textarea>
I've also tried
<textarea name=""><%= Address1 %>\n
<%= City %>, <%= State %> <%= Zip %>\n
<%= Country %></textarea>...
Hey,
I have this code that works fine in IE, but it totally chokes in Firefox.
Type in an invalid phone number in the phone number field, then tab to the next field, and you'll see the alert popup, but the field doesn't focus again requiring them to leave it empty or valid, like it should...
Hey,
This script is supposed to pull all the field names from a table and make an associate array with those set to "test".
<%@ LANGUAGE="VBSCRIPT" %>
<!-- #INCLUDE file="testADO.asp"-->
<%
Dim theFieldNames, theOtherFields
Set theotherFields=Server.CreateObject("Scripting.Dictionary")
Set...
Hey guys,
Here's a REALLY simple one, I'm sure ... but for some reason, this displays correctly in IE 6.0 but not Firefox. The width=200 isn't taking effect. Any ideas?
<style type="text/css">
<!--
.first{
width:200px;
text-align:left;
color:#0022AA;
font-size:14px;
padding:10px...
This is my movie -- it's all code. It's supposed to output a "block" of little blocks, as you can see if you uncomment the commented part and comment out the part right above it ... the problem is that when I paste this part of the script into the full movie, it doesn't work right.... If more...
Ok, so I got on my computer this morning only to see that it's been restarting all night. It'll try to load windows, then reboot and go to the screen where you select a startup method (normal or safe mode). I can't boot into normal mode, and I can't system restore to earlier.
This is what the...
Ok, so this is kinda intersting to me. About a week ago, I put a tracker on my website to see when Google gets there. It sends me an email with a url every time google crawls the site. But this is what I've gotten today:
March 31, 2005, 4:42 pm - Google crawled...
Hey,
I'm pretty much done with my newest site -- http://www.genuineautos.com -- and I'd just like to hear if there's anything that sticks out that I could do to make it rank better. At this point, if you search for "genuine autos" my Tek-Tips thread outranks the real site....something's wrong...
This site isn't quite done yet, and you'll notice which areas are still under construction, but I'd like any feedback you have on the site.
http://www.genuineautos.com/
Thanks,
Rick
http://www.ristmo.com/
http://www.arabchurch.com/
http://www.genuineautos.com/...
Hey, I don't know anything at all about all this stuff, but my friend runs our server and ran into a problem today that's affecting all our sites...We could really use some help :-D.
Thanks,
Rick
http://www.ristmo.com/
http://www.arabchurch.com/
http://www.cashfutures.com/...
Hi,
It seems all my JavaScript skills disappeared when I learned php, cause I'm constantly finding myself stuck with simple Js problems. What I'm trying to do is obvious from the code. But it's not working.
[code]
<!--
function show_limits(that){
if(that.value==0){...
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.