|
The UKHA-ARCHIVE IS CEASING OPERATIONS 31 DEC 2024
|
Latest message you have seen: Re: Automating blinds |
[Date Prev][Date
Next][Thread Prev][Thread Next][Date
Index][Thread Index]
Re: ASP / X10
Best way in asp would be like this so in effect you just have to call an
asp
that has the below code in, but pass x10.asp?code=D11&value=OFF
<%
Set ObjReference = Server.CreateObject("Example1.x10test")
objReference.sendx10 Request.QueryString("code"),
Request.QueryString("Value")
Set objReference = Nothing
Response.Redirect "urlyoucamefrom.asp
%>
Hope this helps
The way Sullivan surgested wont work as it doesnt support functions
properly - but you could code very similar to what he surggested if you
really wanted.
Kind Regards,
Chris Bond
----- Original Message -----
From: "Tony T" <tony@xxxxxxx>
To: <ukha_d@xxxxxxx>
Sent: Wednesday, December 18, 2002 2:29 PM
Subject: [ukha_d] ASP / X10
> Hi all,
>
> Wondering if I could get some ha related asp help, please?
>
> The problem I've got is that I have created a server-side activex
dll
> for controlling x10,
> Via xap style messages.
>
> I can insert the following code into an asp page,
>
> Set ObjReference =
Server.CreateObject("Example1.x10test")
> objReference.sendx10 "D11", "OFF"
>
> And when the page loads, the light goes off. Seems ok, but it
isn't.
>
> What I really want is for a button on the page to be pressed for off
or
> on,
> And _then_ the message to be sent.
>
> The only way I can see to do this in asp is,
> Load page without sendx10,
> have buttons that call objreference.requestx10 "D11",
"OFF"
> This then reloads the page with the the original sendx10 line
embedded.
>
> My question is, is this the correct way to tackle something like
this?
> Or is there a better way?
>
> Any advice would be gratefully appreciated.
>
> As you'll realise my knowledge/experience of using asp is nil.
> It's my first time, so please be gentle ;-)
>
> Many thanks
> Tony T
>
>
> http://www.automatedhome.co.uk
> Post message: ukha_d@xxxxxxx
> Subscribe: ukha_d-subscribe@xxxxxxx
> Unsubscribe: ukha_d-unsubscribe@xxxxxxx
> List owner: ukha_d-owner@xxxxxxx
>
> List of UKHA Groups here - http://groups.yahoo.com/group/UKHA_Grouplists/
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
http://www.automatedhome.co.uk
Post message: ukha_d@xxxxxxx
Subscribe: ukha_d-subscribe@xxxxxxx
Unsubscribe: ukha_d-unsubscribe@xxxxxxx
List owner: ukha_d-owner@xxxxxxx
List of UKHA Groups here - http://groups.yahoo.com/group/UKHA_Grouplists/
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
Home |
Main Index |
Thread Index
|
|