Hi all,
I am building a websocket based server at the moment.
All pages are designed and saved into a sqlite database which will serve my website.
Still in design stage but it is getting there.
Full software will be available to all when I get it ready.
The problem I have (have many but this one at the moment) is how to trigger a page change.
I have a menu items which I have given an id (for the page to go to)
The Target subroutine gives me the id, that bit is fine.
How do I then load the required page dynamically?
At the moment when the websocket routine is loaded it loads all values by doing a sql query for page 1.
What I waant to do is set this to page X and load it.
Hope this makes sense.
Tom
I am building a websocket based server at the moment.
All pages are designed and saved into a sqlite database which will serve my website.
Still in design stage but it is getting there.
Full software will be available to all when I get it ready.
The problem I have (have many but this one at the moment) is how to trigger a page change.
I have a menu items which I have given an id (for the page to go to)
The Target subroutine gives me the id, that bit is fine.
How do I then load the required page dynamically?
At the moment when the websocket routine is loaded it loads all values by doing a sql query for page 1.
What I waant to do is set this to page X and load it.
Hope this makes sense.
Tom