Hello,
We have a webserver(win2k) that points to a database.
There is an application on the website that records todays date and saves it into the database whenever a user performs a certain function.
Problem is, the date going into the database is American format and we want it to be in...
Hello,
We have a webserver(win2k) that points to a database.
There is an application on the website that records todays date and saves it into the database whenever a user performs a certain function.
Problem is, the date going into the database is American format and we want it to be in...
Basically I am writing a long web form, and I want a picture to permanently remain at the bottom of the screen.
So users can still scroll down the form but the picture will always be there.
I know I should just use a bottom frame, but i'm not allowed to.
Is there any way I can do this?
I have a spreadsheet looking something like this.
I want to automatically insert a blank line after every row with 'Step 3' in it.
How can I do this?
xxx123456........STEP 1....etc etc
xxx123456........STEP 2....etc etc
xxx123456........STEP 3....etc etc
xxx789101........STEP 2....etc etc...
I have a web database that users enter data into via a form.
When searching for data, I want them to be able to view what they have put in, and I also want some kind of timestamp at the end of the text so they know the date that the information was put in.
How can I do this?
I have a html page with a form. I would like to nest another form within this, but i'm not sure whether it is possible. is it?
Alternatively, i could keep the forms seperate, but I would like to only have one submit button. Is there anyway of doing this?
Thanks
Georgina
please can anyone help me.
My machine is only about a year old, and I'm running windows ME
The problem is, everytime i turn it on and try to load a program, any
program, my whole system freezes up, and won't work.
If i do ctrl alt delete, I get a box popping up saying that the program is
not...
I have an if statement with 3 options in my cgi script.
Is the correct syntax like this
if (condition one) {
do this}
else if (condition two) {
do this}
else (condition three) {
do this}
I've got this implemented, but it keeps throwing up error messages.
am i doing something wrong?
I have a form which passes variables to a cgi script which then prints out the values on the next page.
How can i get the cgi script to print to a set format.
at the moment, it just lists the form parameters in a big list, but i want them to be spaced nicely on the page.
this is my code so...
I am using the server.mappath command to locate my asp files.
I'm on the university servers, and when i did
<%=Server.MapPath("\")%> to see where they were,
the page returned d:\inetpub\wwwroot\mydir\mypage.asp
this must be wrong since the d drive is a cd drive
how can i get it to...
on my web site, users can download documents and things.
I'd like a browse button to pop up so they can choose the directory where they want to download to. how can i do this
I have this problem with file system objects, and its driving me barmy
basically what i want to do is to create a text file on the server and then copy that file to a users directory.
I have set up the createText file and it works fine ( it takes records from a database and writes it to a web...
Is it possible to update a field in one table with data from fields in another?
If so, how would the syntax go:
would it be
UPDATE stuff
set fileid = (the field from the file table)
where stuffid = .......
any help would be appreciated
thanks in advance
I have a table with records.
Everytime a new record is inserted, 3 of the fields are left NULL - which is fine, cos i get them later from 3 other tables using this code:
select max(file_id) as mf, max(detail_id) as md, max(cat_id) as mc from fil, detail, cat
what i want to do is update a...
Hi, I was wondering if anybody could help me.
I have a simple html page which has a form with radio buttons that links to an asp page. When a user a selects a button and clicks submit, I would like to run a piece of sql dependent on the value of the radio button.
can i use if, then and else...
can I still request data dynamically from my database using html/asp if the database is stand alone. i.e without a web server, or do I have to have a static page linking to every product in my database??
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.