K
Kurious Oranj
This may seem like a simple question to ask...
I'm working on something that's going to have a centralised admin
function and also allow users to embed a snapshot of their content on
their own sites (which may run PHP, PERL or whatever).
In other words, I want to deliver a page, but without the HTML header
information, just a table and maybe some other markup
What are the best options for this? I see it as:-
- Create a page which takes login/password query string. This would
include userid, password and so forth and be done as an include so that
the user wouldn't see the details. The .aspx page would then just write
out using response.write to create the html they need.
- A web service returning XML that they can reformat.
I'm thinking the users may be using things like php, so not sure about
the 2nd option. Am I on the right lines with the first one?
Thanks
KO
I'm working on something that's going to have a centralised admin
function and also allow users to embed a snapshot of their content on
their own sites (which may run PHP, PERL or whatever).
In other words, I want to deliver a page, but without the HTML header
information, just a table and maybe some other markup
What are the best options for this? I see it as:-
- Create a page which takes login/password query string. This would
include userid, password and so forth and be done as an include so that
the user wouldn't see the details. The .aspx page would then just write
out using response.write to create the html they need.
- A web service returning XML that they can reformat.
I'm thinking the users may be using things like php, so not sure about
the 2nd option. Am I on the right lines with the first one?
Thanks
KO