Well I have been a member for a few years and anyone that has responded to my posts have never been so ignorant.
Yesterday I spent 2 hours trying to find what I need on Google but thanks anyway 'boy'.
I do thank you very much kaht for the link.
What do you mean job posting?
This is a help request 'boy'.
I'd appreciate if you can provide any help that you do, even just pointing me to a website that has some sample scripts that I can paste together on my own.
If you can't then I don't know why you responded.
I have seen this done before but can not remember where, what I am looking for is laid out below.
How do I:
1. Have an image load after 30 seconds
2. Load it over top(hover) of the page
3. Keep the image the same distance from the top of the page (ie. if the user has scrolled down the page it...
The thing is this is a client side application.
The HTML page is run from inside a POS application.
I am writing an integration module that sends requests to the URL in order to find new customer data.
The URL then returns the sample code that is automatically populated to the db.
Because I am...
Now that I am able to submit my request to the appropriate URL, I have no idea how to take the information that is returned and INSERT it into a db.
This is an example of what would be returned....
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<RESULTS>
<INFO>...
So before my function validate() is finished I would insert
document.formname.action = "theurlIwanttogoto.html"
and delect action from the tag <form name="accountID" method="get" onsubmit="javascript:validate()">
After evaluating whether the account number entered into a form input box by the user, is NOT a current account number(ie customer not in local db).
I need to be able to take this account number and use is it to create a dynamic URL which would then be sent to a server to be processed to...
Actually I'm even more confused as to why I need to declare
Set Conn = Server.CreateObject("ADODB.Connection")
as a variable?
Or am I completely missing something here?
Now it is giving me a...
Runtime Error
Line: 83
Error: Variable undefined 'Server'
which is the line before...
Set Conn = Server.CreateObject("ADODB.Connection")
As you can see I have placed it in the head tag but it is because of the way the function is called.
Because this is embedded inside an application frame and every time a new customer is set within the application the function is being called.
This way does work as I can as I am able set...
Can anyone see anything wrong with this set of code.
I have tested the SQL Statement and it returns the correct Balance, which = $422.63.
Where I beleive I am faultering is passing the recordset to the variable.
Set Conn = Server.CreateObject("ADODB.Connection")
Conn.Open...
I might be in the wrong forum,
I am using VBScript and calling a function that the SQL statement is embeded in.
Here is my complete page
<html>
<head>
<meta http-equiv="Content-Language" content="en-us">
<link rel="stylesheet" type="text/css" href="style.css">
<script...
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.