I've read that the multiple attribute on the input tag is not supported below IE10 so I think the best way would be to have several input type=files in order to loop through them
any help is appreciated
Code:
<input type="file"
<input type="file"
<form method="post" action="update.html"> <input type="text" name="title"> <button id="title">Submit</button> <input type="text" name="metaKeywords"> <button
IF (objRSYVRROUNDTRIPS.Fields.Item("outbound_route").Value) & "London Gatwick to" THEN Response.Write "test" End If
IF objRSYVRROUNDTRIPS("outbound_route") = "London Gatwick to Vancouver" THEN Response.Write "<li><a href=""#LGWYVR"">London
<head> <link href="/css/styles.css" rel="stylesheet"
use prices SELECT ID, ISNULL(Price_Band_1, 0) AS Price1, ISNULL(price_band_2, 0) AS Price2, ISNULL(price_band_3, 0) AS Price3, ISNULL(price_band_4, 0) AS Price4, ISNULL(price_band_5, 0) AS Price5, derivedtbl_1.totalsum
select *,isnull(price_band_1,0)+isnull(price_band_2,0)+isnull(price_band_3,0)+isnull(price_band_4,0)+isnull(price_band_5,0) as pricesum from TESTCA_Specials WHERE ID IN (1, 3, 5, 9, 13, 19, 31)
select totalsum = SUM(totalsum) from (Select isnull(price_band_1,0)+isnull(price_band_2,0)+isnull(price_band_3,0)+isnull(price_band_4,0)+isnull(price_band_5,0)
select pricesum = SUM(pricesum) from (Select isnull(price_band_1,0)+isnull(price_band_2,0)+isnull(price_band_3,0)+isnull(price_band_4,0)+isnull(price_band_5,0)
Do while not objRS.Eof for each x in objRS Response.write x.name & ": "& x.value & " (" & x.type & ")<br />" Next 'move to the next record in the recordset objRS.movenext Loop
select price_band_1,price_band_2,price_band_3,price_band_4,price_band_1+price_band_2+price_band_3+price_band_4 as pricesum from TESTCA_Specials
SQL = "SELECT * FROM UK_Specials WHERE ID IN (7,11,15)" DIM objRS Set objRS = Server.CreateObject("ADODB.Recordset") objRS.Open SQL, objConn Do while not objRS.Eof For x=1 To 5 Response.Write objRS("ID") & " " & objRS("Flight_Route") & " £ " & objRS("Price_Band_"
SQL = "select *, price_band_1+price_band_2+price_band_3+price_band_4+price_band_5 as pricesum from UK_Specials" if objRS("pricesum")<0
<% 'CHECK FOR PRICES DIM objConn Set objConn = Server.CreateObject("ADODB.Connection")
if obj("Id") = "11" then
Leave a comment: