Hi
Ive just installed some custom software which uses visual basic. Whenever I start it up, Outlook 2000 attemtps to install itself. Im using webmail and dont want to install outlook. Any ideas ?
hi guys all i need to know is how to send the submit click of a form to a sub procedue in the same page
eg
<form Action="Publish">
</form>
Sub Publish
Check Form
end Sub
i want it to run the sub procedure before doing nething else thanks in advance
Ok just a total noob question.
im having trouble with If statments i assumed they would be stright forward here is what ive been playing with
var HourofDay;
HourofDay = new date();
HourofDay = hourofday.getHours();
if (hourofday != "15") {
Output="yay"
gotoAndPLay(2)...
Hi guys i have made this page but i cant get it to be an open under window
http://www.clana51.com/information.html
i would be grateful if somebody could work out what ive done wrong.
We are currently trying to make a move from ASP to PHP. We have got the code in ASP working which is simply with this code.
Request.ServerVariables("LOGON_USER")
which gives us the username of the user using the computer such as Expedia.org/Chris.Johnson (Domain/UserName). I have...
We are having problems installing ASP on an apache server when the asp page is viewed it brings up the code in the web browser without running the code for example
<%
Dim COunter
For Counter = 1 to 50
Response.write Counter & "<br>"
Next
%>
We have apache 2, Active Perl and...
I have two BlueTooth USB PC2PC Connetors which i have installed in one Windows XP Professional Machine and One Windows 98 Machine. I can send data from one computer to another computer through the Devices but i cant seem to get them in a network toghether i have set up a workgroup on the windows...
i need help i have got a page i open up for errors and i use 4 frames a top, left, right and main. I want the page which is in theright frame to open up the error page in the Main frame.
Please tell me i can do this with .asp!!
Ok here goes im making a program that calculates the stock of toners we have in our building everything works fine and wen users request the toners it enters there name printer and all there details into a spread sheet. Then i had the idea to make it automaticaly update the number of toners in...
Ok thax for the help but i need more ive made a query to update a yes/no check box in a dtabase heres the code:
<% OPTION EXPLICIT %>
<!--#include file="common.inc" -->
<%
dim Counter, counter2
dim str
dim strvalue
dim rsUpdate, strcollected
strvalue = request.form...
I know there is a move next command but i was wondering if there is any way i can do a kina move.previous and start form the bottom of a database and work my way up.
Cheers in Advance
Im having some problems with my nested if statment below! has anyone got any tips or alternative ways of coding this??
the error is
Error Type:
Microsoft VBScript compilation (0x800A03EA)
Syntax error
/toner/view.asp, line 93, column 8
<% OPTION EXPLICIT %>
<!--#include...
I am looking for some asp code that will strip some user inputed code and remove ' < > & characters which have been crashing my applications. I have searche allover the web but have been unable to find anything of use.
I am currently using an IntraNet and am trying to use the command
Username = Request.ServerVariables("LOGON_USER")
so that i can identify the user and logg them into the intanet system however the Username comes back blank what have i done wrong and what should i have done?
The company i am currently working for have an intranet which the user must loggin themselves.
I am trying to update it so that it will read the users name from a text file(on a shared network drive) and compare it against a database.
this much i have done and works fine. However each user...
The company i am currently working for have an intranet which the user must loggin themselves.
I am trying to update it so that it will read the users name from a text file(on a shared network drive) and compare it against a database.
this much i have done and works fine. However each user...
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.