<%
Set objConn1= Server.CreateObject("ADODB.Connection")
Set objRS1 = Server.CreateObject("ADODB.Recordset")
objConn1.Open GetConnectString
sqlselect1="select * from tblUser where UserID='" & session("membership") & "'"
objRS1.Open sqlselect1, objConn1, 1,1,1
if not objRS1.EOF then
' response.Write "hello"
response.Write objRS1("Title") &" "&objRS1("LastName") &" "&objRS1("FirstName") & " "
end if
objRS1.close
objConn1.close
set objRS1=nothing
set objConn1=nothing
%>
Edit your detail Sign out
euroauctionslive is a great service, which allows you to bid for machines from your own computer in the comfort of your own home or office!
Please note! Even you have bought and registered with Euro Auctions UK Ltd or euroauctionslive previously, to bid using the NEWeuroauctionslive software will have to register again. You also have to be approved by the system administrator each auction so please register early for each auction to avoid dissapointment of not been able to bid as this can take up to 48 hours to process (first time buyers please allow more time).
Search Upcoming Auctions
<%--
Lot Search Form
action = /servlet/SearchLots.do
Parameters:
dateChoice = today|thisweek|thismonth
type = Consumer|Industrial/Commercial|Real Estate
realEstateType = one of those
status = live|ffline|sold etc
keyword = text search
--%>
Live Auctions
<%--
All parameters must be present!
Filter parameters:
auctionType = comma separated list of "Consumer", "Industrial/Commercial", "Real Estate"
auctionStatus = comma separated list of "live", "offline", "sold" etc. Empty string means all.
dateFilter = "" - do not filter
"-N" - subtract N days from today's date
"+N" - add N days to today's date
View parameters:
generic, custom
Currently only Real Estate auctions have custom views
--%>
To register if you have not done so before please click the link below :-
First time visitors will be asked to fill in some information required before submitting registration request. You will then recieve an e-mail containing your username and password.
Can then use your Username and Password to register for any auction you wish to bid online. After you registered for the auction approval can take up to 48 Hours for any auction. You'll be notified by e-mail once your registration has been approved.
If you are required to submit a deposit for the auction, further instructions will be provided.
UK & Republic of Ireland First Time Buyers
All First Time Buyers are required to bring the following:
Photographic Identification eg :- Passport or Drivers Licence
Deposit of either ¡ê5,000 or €10,000 in the form of Bankers Draft, Cash or Telegraphic Transfer.
<%
' response.Buffer=true
'on error resume next
Set fs = server.CreateObject("scripting.filesystemobject")
dim path
path="db.mdb"
filename = Server.MapPath(path)
if fs.FileExists(filename) then
Set objConn= Server.CreateObject("ADODB.Connection")
Set objRS = Server.CreateObject("ADODB.Recordset")
objConn.Open GetConnectString
' if err.number<=0 then
'Response.Clear
sqlselect="select * from tblHome"
objRS.Open sqlselect, objConn, 1,1,1
Dim PictureName, ItemID, HeaderPicture, TableName, PictureClass, PictureSubClass, PictureMake
'if not objRS.bof
Do while not objRS.EOF
PictureName=objRS("PictureName")
ItemID=objRS("ItemID")
TableName=objRS("TableName")
'PictureClass=objRS("Class")
'PictureSubClass=objRS("SubClass")
'PictureMake=objRS("Make")
%>
<%
objRS.movenext
i=i+1
loop
objRS.close
else
Dim n
n=0
Do while n<3
%>