varun
Posts: 1
Nickname: vchezel
Registered: Apr, 2005
|
|
Java object that can post to a web site
|
Posted: Apr 28, 2005 8:19 AM
|
|
|
Advertisement
|
Hello Everyone, I need help in writing java code where an object can post to a website. Here is the outline for the object:
NuWebPage { public void addFormItem(String prm_sParam, String prm_sValue) { } public void addQueryItem(String prm_sParam, String prm_sValue) { } public Stream getPageText() { } /* This one is advanced public String getPageValue(String prm_sStartPattern, String prm_sEndPattern) { } */ public void setPageName(String prm_sPageName) { } public void setPath(String prm_sUrlPath) { } public boolean submit() { } }
Please help me. Thank you in advance
|
|