Hello,
The problem is, the page that javascript needs to refresh is asp. asp, as you may know, runs on the server. What I need is cliant side javascript to get the browser to go back to the server for it's info, and not just reload what it currently has. I've been using this...
I'm creating a "slide show" that incorperated quicktime video. It loads image after image until it gets to a .mov file, and then it should load the movie. I've found that writeing and object tag at runtime is no good. So I've get them loading right away, and then playing when the time...
I'm creating a "slide show" that incorperated quicktime video. It loads image after image until it gets to a .mov file, and then it should load the movie. I've found that writeing and object tag at runtime is no good. So I've get them loading right away, and then pressing play when...
All I need to do is import one variable into flash(5) from asp (mySQL database). if frame one
loadVariablesNum ("marquee-bar.asp", 0);
gotoAndPlay (2);
in frame 3:
if (marquee == ""){
gotoAndPlay (2);
}else{
gotoAndPlay (4);
}
and in frame 4:
if (marquee !=...
ok, this is what I want to see: (this is IE6 by the way)
http://members.rogers.com/aron.jones/images/good_screen.jpg
this is what I'm getting in NS:
http://members.rogers.com/aron.jones/images/bad_screen.jpg
the problem is that in IE, the margin (5px) of the above div (#menu) pushes the...
The title explains it all, but I'm getting this error.
Error Type:
Microsoft VBScript compilation (0x800A041F)
Unexpected 'Next'
/test/app/Default.asp, line 51
Next
here is my code:
...to script up there
<body>
<%
Dim username, password
Dim usernum
Dim user, pass
Dim conn
user = False
pass...
I hope this isn't a really stupid question (or maybe I do) but I've installed iis and mysql on one of those win 2000 "built on NT technology" machines. I'm trying to get mysql to work (I'm a super newbie at it) and this is what I get...
C:\mysql\bin>mysql
ERROR 2003: Can't connect to...
I atempted to install php4 on PWS (win98). The installation has run fine, but now if a try to look at any php files I get:
HTTP Error 403
403.1 Forbidden: Execute Access Forbidden
This error can be caused if you try to execute a CGI, ISAPI, or other executable program from a directory that...
ok, when the setup process is almost complete i get:
an unknown error occurred while making MTS specific changes to the system registry. Error code=0x80004005
followed by:
setup of "Transaction Server Core Components" failed. the specific error code is 0xfee670
on completion it...
it seems like i can't install anything. when i try and install things, the program seems to be running fine, but when it atempts to lanch installShield, i get:
Setup failed to lanch instalation engine:
Error loading type library/DLL
i know this isn't a windows 9x problem directly, but...
someone has cut the end of the coax i need for my cable modem. i went to radio shack, and the lady got me the right end thing, but i have no idea how to attach it. i've butchered like a foot of the cable trying to figure it out, and i'm starting to get slightly frustrated. any help would be...
ok, i realy don't know how this RegExp thing works, but i've read i need to use it in the replace() function. so, this is my code, what am i doing wrong?
var strTemp
regExpBlack = new RegExp("[bg=black]", "i")
regExpRed = new RegExp("[bg=red]", "i")...
i would love some help with this problem. here is the code involved:
http://members.rogers.com/aron.jones/txt/admin.txt
the error is this:
Server object error 'ASP 0177 : 800a003e'
Server.CreateObject Failed
/church site/admin.asp, line 44
00000000
line 44, is content =...
i dim an array, and use split to fill it right away. i don't give it a size because i don't know what size it will need. but i still get subscript out of range. here is the code:
Function quoteFilter(string1)
dim aray()
dim new_string
aray() = split(string1,chr(34))
for i = 0 to 100
if...
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.