Hello,
I have a function (description below) that I use in Delphi programs that I'd like to start using on a website using ASP/VBScript. I'd place it into a small console app and run it as ...
I am looking for a VBScript function that implements a MD5 or SHA1 Hash function.
(It is for use on a shared server where no custom components and CGI apps are allowed)
All,
I have some forms where i need to be able to give the user the ability of writing rich text into the box and the functions to be able to do it.
I only need this rich text box to be ...
Hi,
How do I perform a GET HTTP on a URL in VBScript.
The following are two examples of URL's that I need to execute (in GET HTTP) when I run my VBScript:
"http://localhost:8080/Send%2...
What's the best way to convert a date such as "22-NOV-99" to "19991122"
("DD-MMM-YY" to "CCYYMMDD") including a millenium proof CC (century)?
Hi Guys,
i am moving an ASP web site from one server to another and i am getting an error on the following line of code : Set objXML = Server.CreateObject("MSXML2.DOMDocument.4.0")
i a...
Hello Experts,
Plz help me...
When I get the value of "s_unicode2" in a textbox, it does not convert in it's original format, while when i use response.write or label control it shows ...
Hi,
Not technically an ASP question, but:
I need to develop a VBScript menu system (no, I can't use JavaScript :( - don't ask, ....), and so far, I've got it working how I want, however,...
Hello,
I'm an extreme jQuery newbie. I'm using jQuery and the forms plug-in to process form input and I want to display the results on the same page. I borrowed some code from the forms pl...
I'm using XMl Dom parser with VB script in my program. I don't want my users to get the message "This page is accessing information that is not under its control. This poses a security risk. D...
Hi
I need to generate a delay in a part of a VBScript in an ASP page. How could I do this? I know I can generate a delay by having a loop, for example:
for i = 0 to 1000
nex...
Hi experts..
I downloaded this nice and free vote written with ASP and VBscript.
When I tested this web application on my localhost machine everything was great but when I uploaded it to a w...
I have an ASP file that gets as parameter a utf-8 string of a hebrew word ( format is %D7%90 in utf-8 for the character that is %E0 in hebrew encoding ).
I would like to take that string whic...
How to use multiple body tag in HTML
When we display a messabe box using VBScript MsgBox function it is displaying VBScript in the title. Is there anyway to surpress it?
Hi All. Does anyone know of a good way to get the current time, but converted to GMT, in VBScript, regardless of the server's time zone, and without reading the current time offset from the r...
Issue is that selectSingleNode returns an answer only if the item I am searching for is the first child.
For example, if I want to know what county "CHARLOTTE" is in, it tells me "MECKLENBURG...
Hello. I am using Classic ASP VBScript. I am testing server-side validation with a small, 2-field form. I think I may be on the right track, but I'm unsure how to separate the 2 fields and ...
Hello, I am new to ASP 3.5 and have the following problem:
My database has to keep track of doctoral students' extra-curricular activities. One of these activities is making "presentations"...
I have an IFrame that I am showing "List of Items" page (ListOfItems.htm).
Within this HTML page, there are several links that a user can click to drill down to a specific item. The name of ...
Hi,
I am working on ASP project
I have a string below
I wanted to remove all the text after the last string "\" and "\" this also get deleted.
For Example if string has text
...
> this is the error
Microsoft OLE DB Provider for ODBC Drivers error '80040e10'
[Microsoft][ODBC Microsoft Access Driver] Too few parameters. Expected 1.
[...] line 41
> this is the ex...
I have a form in asp that passes some search criteria (via the URL) to an Access database. If I want to use a wildcard character, I have to use % (percent symbol). I would like the user to b...
Can someone please provide me some insight, in somewhat layman's terms, on the pros/cons of using client-side scripting over pure HTML.
Thanks!
Hi,
I want to create an online leaflet generator whereby a user selects a background image - Enters some text - uploads a logo and enters a phone number - It then will generate a high reso...