PDA

View Full Version : web menu-accessing offline?



imagex
December 17th, 2003, 08:11 AM
I have been using a web menu with php and internet event server and it works great from any machine, but when not connected to a network it dies "no longer has the network IP", I did get the page up by useing 127.0.0.1 and changed the IP in the php script but the script does not fire comands to girder. Now heres the strange part, I' m using frames for the page and my menu is one frame and the php is another frame "to keep the menu from flashing when links are clicked" the frame page loads from 127.0.0.1 but the links dont work, if I copy the link from my page into the address bar on a browser it fires the php and girder get the event. Why would it work in the address bar but not from a link?
BTW I see that I will need two menus one for remote and one for local machine "when my car is not hooked up with 802.11"

imagex
December 17th, 2003, 09:29 AM
I need to add that the menu works from a browser but not as desk top, I have the desk tp set to the web menu "127.0.0.1/test4.htm" the same thing does work in IE. I also just added
"<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<META HTTP-EQUIV="Expires" CONTENT="-1">"

to make sure its not cashing.

imagex
December 17th, 2003, 10:15 AM
got it, I used html osd plugin and set it to "is url" and pointed it to my web page 127.0.0.1/test4.htm and now it works offline, I'll just use another page and script that has my "online IP" for remote uses. :D

Promixis
December 26th, 2003, 09:47 AM
imagex,

I would like to see some screen shots of what you are doing with the htmlosd and php :)

Its the one area of girder that I know essentially nothing about :oops:

Mike

imagex
December 26th, 2003, 03:53 PM
Here's one: http://hybrid-mobile.com/a.html , but were working on a fancer flash page.