Looping Through Forms Items
I have a from with four elements a checkbox and a textfield and two which are hidden. Jobid and userid.
The jobid is written once and the userid is These are dynamic items from the database.
What i want to do is loop through the items and then insert the new values back into the database via an update statement. Code:
View Replies
ADVERTISEMENT
I have a query on a page that displays the results of a recordset. Each row has a check box that has the table ID associated with the row of data.
I am trying to figure out how do I send every row checked to another page and have that page know the ID's that were checked so the next page can query the table for those ID's and fill out a submission form. I know the form fields I can write so it dynamically names the value based on the script, that part is easy, but trying to figure out how to have the script accept multiple ID's so it can go through each and display the results is not.
Now this is simple if I am just sending one ID to the next page, I can just use a "Post" and append a ?id=xxx to the URL and then do a request.querystring for the ID. Where I am confused is trying to send multiple ID = 's to the next page so it reads more then one ID if more then one was checked on the previous page which 99% of the time it will be.
HERE IS MY MAIN QUESTION:
What should I look up to point me in the right direction to create a classic VBScript/ASP code to parse through the ID's that were checked on the previous page and have the next page query each ID for the data?
I can pretty much figure out how if I know what I am looking to do. I was just looking for some sort of direction that I can pursue to understand how do do this task. What is it I am trying to do? IS there a term or set of terms I need to consider looking up to get examples so I can tweak and write it from there?
View Replies
View Related
I am unsure how to process the results of a form where the name of the <input> is generated dynamically i.e.
<input name="X<%=counter%>">
or similar.
How is each input then referred to in the page the form is posted to? I can't see any way to dynamically create variable names in ASP?
View Replies
View Related
I have a funtion that is supposed to add items in my shopping basket.
It's an array, and each time the user is adding an item, it adds the item to the array with its quantity and size.
I've never used arrays before, read about it, etc...
The only problem is that when it adds the new product, it's not keeping the ones which were there before :-(.
I have used REDIM PRESERVE. So can't find out what is wrong.
Below are the funtions that i use for testing and the coding where I implement them. Code:
View Replies
View Related
I have a database with many fields. One of this field is of type memo
which contains some bullet points seperated by # sign (something along
those lines). What I have is this code which gives me a table with one
row and as many columns in the split array. Code:
View Replies
View Related
I am trying to loop through my database to display a picture. That is no problem. Where I hit a snag is this. I only want three pictures then break to a new row and three more, etc. Any ideas? What this does is display one record. Code:
View Replies
View Related
Is it possable to exit a loop in asp.
View Replies
View Related
i got a problem regarding abt several looping running at the same time. I wanted the 1st loop to run once and then the 2nd loop to start running after the 1st loop ran once.. but the coding I do doesn't seem to be able to do that. Can sum1 teach mi how to do it?
The coding:
View Replies
View Related
I am working on an asp page that goes to a rs to get data. I need to run a loop that pulls the data line by line until it is at the end of the database. I could do an Until loop, but I don't know how many records are in the recordset. So I suppose it should be a do until end-of-file?
View Replies
View Related
In my arrary ListSong(), I have song names like (Song1.mp3,Song2.mp3,Song3.mp3,.....).
If the user selects more than one song, it should play one after the other. I want to do some looping for the <embed> tag. Here is my code:
<EMBED SRC="Songs/<%=ListSong(0)%>.mp3" VOLUME="50" AUTOSTART="true" HEIGHT="80" WIDTH="415">
View Replies
View Related
is there anyway to do a loop with an sql command in? Ive created a message board type of thing but its got the option to delete unwanted messages. next to each message there is a lil checkbox with the Record ID for the message as the name tag, what im trying to do is when a user clicks say 3 messages to remove it puts the id's of the checkbox's clicked into a query string or something and then loops deleting the messages in the database.sorta works like this
Set MyConn = Server.CreateObject("ADODB.Connection")
MdbFilePath = Server.MapPath("databases/conkers.mdb")
MyConn.Open "Driver={Microsoft Access Driver (*.mdb)}; DBQ=" & MdbFilePath & ";"
messages = request.QueryString("ids")
for each value in messages do
mySQL = "DELETE FROM messages WHERE ID = '" &messages & "'"
Set RS = myConn.Execute(mySQL)
loop
View Replies
View Related
I have a recordset which writes out a table. As it is constructed now it loops through and repeats every record, but i want the last two rows to only appear once, but when I try to move the rsProd.MoveNext to where I want the loop to stop I get an error msg saying:
Either BOF or EOF is True, or the current record has been deleted. Requested operation requires a current record. Code:
View Replies
View Related
I have a folder with about 40 swf training movies.
I want to loop through the folder and display the titles of the movies and make them links.I just need help getting pointed in the right direction to make this happen.
View Replies
View Related
I've got an Array that has split a text field in an Access DB. This Array is now: Array(0) = 1 and Array(1) = 3.
I have another field in another table that has a number and then the name associated with that number.I am wanting to display the name associated with 1 and 3 from my DB but a Do Loop isn't working. I presume because after it displays Array(0) (which it does well) the Looping condition is no longer true because there is no "2" in my array, it skips to 3. So Array(0) works because its true, but then it stops because there is no two but does not pick back up with Array(1).
View Replies
View Related
I am working on creating reports from an access database. I am trying to populate a table created from the one-to-many relationships in the database. In one column a name appears more than once because it is related to multiple records.
When I display this information I would like to only show the name once in one column but show all of the records it is related to in another.
I have attached a spreadsheet the better explains what I am trying to do. The report is written asp and I have been using loops to write the data to the report. I have also attached the code I am using. The report uses values that the user selects from a map. Then it selects the same values in the database.
View Replies
View Related
I need to look at each element in an array to write it to the web page, one element at a time. The previous page contained a form of dynamically created checkbox sets. The number of checkbox sets will always be unknown. Anyway, here's my question:
I've tried different code (due to circumstances that would be to lengthy to get into here, I need to use vbscript, be able to use javascript within vbscript code.
Here are examples I've tried and the results: Code:
View Replies
View Related
I'm currently having some major problems with an insert form that I created
Basically, if a large amount of information is being inserted into the database I get an error
This seems to be a restriction imposed by the host
What I would ideally like to be able to do is to grab so many characters from the textarea insert this into the database and loop this until everything has been inserted (the information would all need to be inserted into the same field of a record)
I've never tried this before so would appreciate any advice/tips on how to go about doing this
View Replies
View Related
I am trying to play multiple songs (as per the user selection) by using <embed> tag.
What is the loop condition I need to use to play the songs one by one. Ex:
<%
ListSong = (Song1.mp3,Song2.mp3) //(Array values differs)
For i = 0 to Ubound(ListSong)
<EMBED SRC="Songs/<%=ListSong(i)%>.mp3" VOLUME="50" AUTOSTART="true" HEIGHT="80" WIDTH="415">
Next
%>
But here the problem is: it's playing the last song in the array. But I need to play first Song1.mp3 and then Song2.mp3
View Replies
View Related
I would like to split a recordset into two parts.
For example, in a left hand column I would to display upto the first 10 records and in the right hand column the next 10 records etc.
I would like this to work even if there are only 3/4 records in total (ie. Less than 10) - so the page would display the first 3/4 records in the left hand column and nothing in the right.
I would like to do this without the use of paging if poss as it needs to be pretty simple!
View Replies
View Related
i have a variable in a database that is looping that outputs numbers like:
1. 45
2. 34
3. 94
4. 34
But are all in the same variable:
DoDateTime((rsBoxEdit.Fields.Item("").Value), 3, 2057)
How can i make it so that it loops that variable and adds the numbers up and outputs 1 variable called total or something?
View Replies
View Related
Im using the code below to create a calendar. The problem is when it comes to checking how many bookings have been taking on that day and colors it accordingly it doesnt go past the first day.
So say I have a booking on 1/1/2004 it will color it accordingly but wont color any of the rest of the days that have them on as well. Code:
View Replies
View Related
I want somethingh like hotmail, where I don't know the exact amount of records displayed, but when the users checks the boxes and presses submit I can detect which boxes were checked and be able to perform the operation.
View Replies
View Related
Normally I do a query, and loop through the records. Is there a way to loop through the columns of each record?
View Replies
View Related
I have a variable that goes through a loop, and each time it appends the new value to the end using a comma. Example:
1st time through:
a = 1
2nd time through:
a = 1, 4
3rd time through:
a = 1, 4, 2
So now after my loop is all done I have this value where each value is seperated by a comma. What I want to do is compare each of the values and display only the largest number. Any ideas on how to do this?
View Replies
View Related
I'm have some trouble looping to the end of all the items that i split apart by a comma....mainly just displaying all the items in the string. Code:
set RS2Name001 = MyConn.Execute ("Select * from tblCustomers where UserName = '" & Request.Cookies("User")("strUserName") & "'")
rs22 = Split(RS2Name001("RS2Name"), ",")
bbb = RS2Name001("RS2Name")
For Each bbb in rs22
Response.Write rs22(x)
Response.Write "<br>"
next
Response.End
View Replies
View Related
i have a jscript that accepts parameters/arguments, how do you loop thru the arguments?
i = 0;
while (!i == oArgs.length ) {
WScript.Echo[oArgs(i)];
i = i + 1;
}
this does not even get inside the loop.
View Replies
View Related
i have a subdomain on my works server that i use to store different stuff on, like different projects that i'm working on. They are all set up in their own folders, for example, sub.blah.com/project1, sub.blah.com/project2 etc etc. (all the folders have different names).
What i want to do is to create an index page on sub.blah.com that will list out all of the folders. I dont have any access to the server workings so this all has to be done with a script.
View Replies
View Related
I have this request object and I put it in a loop but I receive an error using this, I didn't even know if I did it right
Quote: q_1=request("q_1")
q_2=request("q_2")
for i = 1 to 2
q_& i = request(q_& i) <<----syntax error
response.write q_& i
next
View Replies
View Related
I would like to know how to loop through my record set and keep it 'alive' until it reaches the end of my statements:
I am calling a SP, then based on the info in the table that I am pulling against what to loop through the rs. here is a code snippet: Code:
View Replies
View Related
i have included the link of which is not working correctly (no error or anything, but table format is not what im going for) Code:
View Replies
View Related
I have an ASP screen which loops through a table, similar to this
StockRef Description Qty Price
ABC00001 SomeWidgets 100 €10.00
XYZ00001 MoreWidgets 150 €15.00
JKL00002 ExtraWidget 001 €18.00
At present the user can amend the qty and price. I want the screen to calculate the total price (qty*price) for all lines as the user changes the values. I have previously used Javascript for a similar purpose, but not when looping through a query, which could have an indefinete number of rows.
How do I go about calculating formulas in Javascript when the 'names' of the input boxes involved are not set in stone.
View Replies
View Related
how to get the last record from database without looping?
Whenever the user need to insert a new record to the database, it just
increment the id field by one from the last record.
I tried objRS.MoveLast, but it wont work.
View Replies
View Related
I need some help with using ServerObjects ASPPOP3 Component.
At first I could not get the headers of the Message to show in the Inbox, ie. Name of Sender, Address of Sender, Subject, Message Status, etc etc
The standard information you usually get with most e-mail clients.
Now Some how I was able to show these headers in the inbox but when it has more then one message is has the same e-mail address, same subject, same everything as
the one before, so I have 5 e-mails on my server, it will show 5 e-mails, but they will all be the same. Code:
View Replies
View Related