Hi All,
I would like to ask how to post the data without the form. What I want to do is that there are 2 web site -- webA , webB.
I want to try doing the login integration for webA and webB. After user login the webA successfully, username and password will store in session or cookie. And then post the the username and password to webB to do the auto login.
So, I want like to ask how to make a post request to webB by...
User Profile
Collapse
-
Post request without the form by Servlet
-
Oracle XMLTYPE datatype
Hi All,
I am using the ASP as the server side language.
I would like to ask how to retrieve the whole xml form the xmltype datatype in the database. I have found some SQL example to retrieve specific information in the xmltype datatype.
SELECT a.col1.extract( '//TABLE_NAME').ge tStringVal() as hello FROM tab1 a
And I would like to ask how to retrieve the whole xml and store in what kinds... -
thanks for reply first, I will try it later.
Thanks
stepby -
Anyway, thanks for your information. If I find the object , I will post it on this post.
Regards,
stepbyLeave a comment:
-
Get XMLType Datatype In Oracle9i by ASP
Hi All,
In the Oracle, there is a datatype called XMLTYPE. I would like to ask is it possible to get back the xml database by ASP ?
What kinds of object can be used ?
Thanks
stepby -
ASP Replace Question - replacing quotes
Hi All
I want to ask how to replace " to \" by ASP
I have try to use the replace function.
For example :
Dim a
a = replace(word, """ , "\"")
but it is not successful..
Thanks
stepby -
AJAX for ASP with Chinese Character
Hi All,
I have use the ajax with the server side language ASP. I find the when passing the parameter with the chinese character, the chinese character cannot show orderly and become "wrong code" .
Anyone encounter this problem ?
For the javascript coding
[CODE=javascript] function createRequest()
{
try
{
request = new XMLHttpRequest( );
... -
submit data by GET method with special character
Hi All,
I would like to ask if I submit the data by the method="get", how can I handle the character (eg. &) without using the escape() or encodeURI() function ?
Thanks and Regards,
stepby -
Generate the ASP dynamically
Generate the ASP code dynamically
Hi All,
I would like to ask how to generate the ASP code dynamically?
The case is that there are several textbox and the number of textbox is controlled by user
<form name ="test" action="test.as p">
<input type="text" id="txt1" name="title1">
<input type="text" id="txt1"... -
Dynamic Generate the row and table by using javascript
Dear All,
I want to make a function to add a row in the table by click the add button and delete the row by choosing the checkbox at the first of the row and click the delete button. can it implement by the javascript ?
Any open source and example can show to me ?
Thanks and Regards,
stepby -
Windows Server 2003/XP Indexing Service
Hi All,
I would like to ask for the Indexing Service on Windows Server 2003/XP, the file with Encoding UTF-8 cannot be searched. Any Solution on this issue ?
PS. I have a txt file with encoding UTF-8 need to be searched.
Thanks
stepby -
Alternative color in table row by css
Hi All,
I want to ask is any method to define one class of css to make the table with alternative color with row of table. (without using javascript or server side language)
For example :
<table width="200" border="0" cellspacing="0" cellpadding="0" >
<tr>
<td class="bg">&nbs p;</td>
</tr>
<tr>...
No activity results to display
Show More
Leave a comment: