Hi folks,
This function works great in FF, but in IE i get a runtime error on line 16 javascript error.... I don't get why..
=====================================================
<script language="JavaScript"><!--
function newWindow(imagename, text) {
var newVar = imagename + "xxxxxx" + text...
Hi all,
I'm trying to call a function and to disable the submit button all at the same time and still having the form been submitted..
I use onclick="doShowLoading();this.disabled=true;" in my button, and this workd perfectly in Firefox, however, IE refuses to continue submitting the form ...
Dear folks,
Currently I have this peace of code, which works great. However, as you can probably see for yourselves, this isn't the I would like my code to be. I would prefer just ONE "for (var i:Number = 1; i<=Number_of_pictures; i++)" loop so that I need to enter the values below only once...
Hope you can help me out...
I'm having this asp application where the visitor is able to send a message to an Access database.. This works great (with the code below).
However, when two or more users simultaneously send a message to the database, only ONE message get's saved..
Now, I know...
Hi All !!
Hope you can help me out...
I'm having this asp application where the visitor is able to send a message to an Access database.. This works great (with the code below).
However, when two or more users simultaneously send a message to the database, only ONE message get's saved..
Now...
Hi All !!
Hope you can help me out...
I'm having this asp application where the visitor is able to send a message to an Access database.. This works great (with the code below).
However, when two or more users simultaneously send a message to the database, only ONE message get's saved..
Now...
Hi all..
I'm simply trying to delete the top most records of my database tabel.. I first get the ID's of the top records, but then I dunno what to do next... :-(
Here's my complete (TESTING-) page, while
testing I include the "recordTotalFlash"
var in the URL when calling the asp file...
Hi all..
I'm simply trying to delete the top most records of my database tabel.. I kind reference the ID's because they vary (first can be 3, second 5, etc.. since records get deleted)..
I try to use DELETE TOP 4 FROM Messages ORDER BY id but I get a syntax error.. als DELETE TOP 4 FROM...
Drawing multiple lines - only last line survives
================================================
Dear folks,
I'm doing a simple program where I have an MC which I can drag across screen. A line is then drawn from the last point (where I started to drag) to the new point (where I ended the...
Guys... (and girls) ..
I'm trying to add a punaise on a board each time I click on a ADD PUNAISE button.. I'm duplicating the movieclip of a punaise.. Seems quite simple. However.. it get's tricky when I try to detect the x- and y-cos of the different mc's.. For instance, when the user places a...
Dear Folks,
We are experiencing a huge problem over here, although we temporarily solved it now. We create applications which combine the power of ASP and FLASH MX with these cooperating closely together. For our web based forms (information/contact forms) we always used the code below (below...
Hi all,
I've encountered the next problem:
After user-registration process (in flash and asp) I send an activation e-mail to the new member with an activation link in it.
That link looks something like:
http://www.myweb.com/activateaccount.asp?id=12313
Now, I'm trying to get this id string...
Hi all,
I've encountered the next problem:
After user-registration process (in flash and asp) I send an activation e-mail to the new member with an activation link in it.
That link looks something like:
http://www.myweb.com/activateaccount.asp?id=12313
Now, I'm trying to get this id string...
Hi All ! I'm desperately in need for HELP !
CDO (W2k) doesn't support sender's name ??
I know this works:
Set objMail = CreateObject("CDO.Message")
objMail.To = Trim(strToEmail)
objMail.Sender = Trim(strFromEmail)
objMail.Subject = "REGISTRATION FINISHED"
But isn't there any support in CDO...
Hi all,
Normally this kind of code works for me, but I guess i'm overseeing somthing (in the code)..
I have a database named passwords.mdb in the webroot\accessdata folder and a simple asp file named addpass.asp in the webroot\start\visitors\register\asp folder.
Now, the addpass.asp looks...
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.