Author |
|
ginigma Senior Member
Joined: June 18 2006 Location: United States
Online Status: Offline Posts: 127
|
Posted: March 01 2008 at 17:12 | IP Logged
|
|
|
Ok, I'm probably missing something obvious, but I can't figure out what's wrong with this line. From the web center within PH, when I click the button (image), I get a 404 error. When I try from outside PH, I get a 404 error, along with "The requested URL was not found on this server: /!", which I'm assuming that the formula/function didn't equate to anything valid.
I'm now getting serious about building my interface for web use, using both a normal browser and a Nokia 770.
Code:
<a href="<% /ph-cgi/evalformula?formula=ph_insteon ("FAMILY ROOM 02", ion, 50)&nexturl=/Lighting-Main1.psp %>"><img src="images/buttonOutsideLightsOn.png" border=0 hspace=1 vspace=1></a> |
|
|
__________________ Insteon (40 devices) ^ PowerHome (435 links) ^ Logitech Harmony 880
|
Back to Top |
|
|
TonyNo Moderator Group
Joined: December 05 2001 Location: United States
Online Status: Offline Posts: 2889
|
Posted: March 01 2008 at 19:46 | IP Logged
|
|
|
I'd say to try this...
Code:
<a href="/ph-cgi/evalformula?formula=ph_insteon ('FAMILY ROOM 02', ion, 50)&nexturl=/Lighting-Main1.psp "><img src="images/buttonOutsideLightsOn.png" border=0 hspace=1 vspace=1></a> |
|
|
|
Back to Top |
|
|
ginigma Senior Member
Joined: June 18 2006 Location: United States
Online Status: Offline Posts: 127
|
Posted: March 03 2008 at 15:59 | IP Logged
|
|
|
once again Tony, Thanks!
I guess because there are no direct PH commands/formulas there, it doesn't need the "<% %>", because the cgi stuff is really executing within PH's web server?
__________________ Insteon (40 devices) ^ PowerHome (435 links) ^ Logitech Harmony 880
|
Back to Top |
|
|
TonyNo Moderator Group
Joined: December 05 2001 Location: United States
Online Status: Offline Posts: 2889
|
Posted: March 03 2008 at 19:31 | IP Logged
|
|
|
Yup.
Think of the "<% %>" as, "PH, please replace what's in here with something else".
|
Back to Top |
|
|