I know this is probably easy for all, but im having problems with this.
What do I need to do, so that after the submit button is pressed; It submits form to my DB and opens new window with data that was submitted?
I posted this in Dremweaver Forum, but was redirected here..
I have a list menu(Status MENU) with 4 values: IN, OUT, BREAK and GONE.
I would like to have a hidden list menu (Load MENU)that only appears when "IN" is selected from Status Menu and not appear if other values are selected.
Is this...
I have a list menu(Status MENU) with 4 values: IN, OUT, BREAK and GONE.
I would like to have a hidden list menu (Load MENU)that only appears when "IN" is selected from Status Menu and not appear if other values are selected.
Is this possible? How can I do this?
Thanks in advance.
I'm stuck so don't know what to try.
' *** Update Record: construct a sql update statement and execute it
If (CStr(Request("MM_update")) <> "" And CStr(Request("MM_recordId")) <> "") Then
' create the sql update statement
MM_editQuery = "update " & MM_editTable & " set "
For MM_i =...
Im not sure it this will help...
MY Recordset:
<%
Dim RS_Password
Dim RS_Password_numRows
Set RS_Password = Server.CreateObject("ADODB.Recordset")
RS_Password.ActiveConnection = MM_CN_VZThot_STRING
RS_Password.Source = "SELECT * FROM Employees"
RS_Password.CursorType = 0...
I tried searching for my problem, but nothing came up...
I am trying to crate a page that, after login in, admin can update their password.
Why is it that, no matter who logs in, it keeps changing the same users PSWRD (not user who logged in)?
Didn't work.
Error Type:
Microsoft VBScript compilation (0x800A03EA)
Syntax error
/list/list.asp, line 44, column 47
if (RS_DB.Fields.Item("VZ_Size").Value == 'tall' then
Thanks for the response...
Where would I place colorRS(myrecordset("myfield"))?
Monksnake this is an example of the data:
Size Description Type Orderd
m T-shirt Team y
m Pants Plain n
m Shorts Team y
s T-shirt Team n
s Pants Plain y
s Shorts Team n
l T-shirt Team y
l Pants Plain n
l Shorts...
Is there a way to add color to my Dynamic Text based on its data?
I have a page with all of items...
I want all record that contains the word tall to be blue, short yellow and med red.
Is it possible?
I have 2 button "Tall" & "Short" and in my DB I have a 2 fields "Size" & "Point"
Is it possible to get my radio button pass two different information into my DB?
So, when a user selects "tall" it will pass tall to "size"fld and 5 to "point"fld.
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.