Ok, I'm a little confused. I know there's some similar questions out there, but I just can't quite get to grips with it....
here goes:
asp classic site hosted on windows server. Currentl...
Hello experts,
I have been searching the internet for days but I don't find the solution for my questions.
An array my array(6,30) I have a column with values.
for example:
xxx xxx ...
Hello.
I have two seperate websites hosted on the same IIS Server.
1 webserver is existing for a few months now with its own security related tweaks. The site host a full range of .asp...
how do i call session.abandon if user navigates (types in other url, for example) from page?
I have created an ASP project where I am searching (using a search form) two fields in an MS Access database. The fields I want to search for are Month and Day. I can successfully search for e...
Hi,
I have a list of users of my site (more than 5000) and now I have a function that should send e-mails to all the users, each time someone send some question in the site, this site is in...
hi
i am building an asp report. the report takes values from an asp page. the page contains a list of names. the report will be the list of names. I want to add a tick box to the asp page s...
hi
i would like to return the date format as 16 Nov 09 rather than 16/11/09.
can anyone provide me with the asp syntax please?
Hi Experts
I am looking for the simplest and quickest way to write the form input from 5 simple text fields on an HTML form I have created into a 1-table Access database.
I have set up a...
Lets say I have a field called Start_Time whos value is 6:00PM how using ASP do I add an hour to this value?
Hi
I have just been given the asp syntax for returning todays date using asp <% Response.write(date) %>
Is it possible to return the date in a different format ideally 09 Nov 2009 or as...
Hello Experts,
I have a simple HTML form in Classic ASP. How can I code a Browse button to open the Windows (or Apple) Open Dialog and have the user select a file.
When clicking OK i...
hi
can anyone give me an exmaple of the ASP/html syntax of clicking on an icon to return a value (anyvalue) to a textarea
I imagine its Onclick something
Any help much appreciated!
...
hi all,
i want to read a different txt filed epending upon the passed url string if i use the following
Const Filename = "../text/index.txt"
...
I have a client that has an asp page that uses proprietary include files that provide back end functionality to an erp system. However, they want to build a new page in .net. can a .net. pag...
I have an ASP page that returns a list of results from a search and the user selects which result from the list they want to see in full by selecting that result's radio button and then clicki...
We have a web site www.takeaways.net that lists fast food outlets in the UK and is also affiliated with a couple more that do the same. Users find an outlet by entering their postcode/zip in i...
Dear Experts,
When I write this code like this,
I get the date like this,
28.9.2009 22:1 that is exactly what I want. However when the minute gets like this 28.9.2009 22:09
it writes l...
Dear Experts,
I have cominication form on my web site where my users send their complaints, thoughts etc..
I don't want my user send the same complaints over and over again,
I get thei...
Dear Experts,
Could you please check the code below,
the code works like this if rs.EOF and rs.BOF
but it doesn't work like below
if rs.EOF and rs.BOF and DateDiff("n",oldDate,Form...
I moved a table from Access to SQL 2005 and was using the auto generate number for ID but SQL does not seem to have this. So I am trying to pull the max value from the ID field and then use t...
I am trying to make it so if somone enterd http://domain/USERSNAME I can use USERNAME in the index.php file as some sort of php variable.
Example, user goes to my site using http://mysite...
hi can someone please convert the following php code into asp please for a windows server
it is for a flash action script contact form that uses php (send_msg.php)
many thanks
//action sc...
Hi, I am trying to setup a DSNless connection string through Dreamweaver. I am able to connect to my database on this page:
http://www.palauoek.net/dbtest.asp
and the connection string I...
Hi! I have another query, it's regarding search engine for our web. U can see below for my script. From my Database, if the PartNo is set to TEXT, it will give an error result or even if the P...