function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
DoylieDoylie 

Creating a login page

Hi
 
I am creating an application that will send a request to a web service, which returns XML which I need to display.
 
So, every call to the web service requires parameters such as username, password, etc which is obviously going to be diferent for each user.  How do I create a page that simply allows the user to enter this information an store it so it can be passed into the params of he web service call?
 
The nearest I have seen like this is the Google Adwords app on the administration tab.  But I can't se how to get a page/tab up that is like that.
 
Thanks