User Profile

Collapse

Profile Sidebar

Collapse
stepby
stepby
Last Activity: Mar 20 '08, 09:08 AM
Joined: Aug 29 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • stepby
    started a topic Post request without the form by Servlet
    in Java

    Post request without the form by Servlet

    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...
    See more | Go to post

  • stepby
    started a topic Oracle XMLTYPE datatype

    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...
    See more | Go to post

  • stepby
    replied to ASP Replace Question - replacing quotes
    thanks for reply first, I will try it later.

    Thanks
    stepby
    See more | Go to post

    Leave a comment:


  • stepby
    replied to Get XMLType Datatype In Oracle9i by ASP
    Anyway, thanks for your information. If I find the object , I will post it on this post.

    Regards,
    stepby
    See more | Go to post

    Leave a comment:


  • stepby
    started a topic Get XMLType Datatype In Oracle9i by ASP

    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
    See more | Go to post

  • stepby
    started a topic ASP Replace Question - replacing quotes

    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
    See more | Go to post

  • stepby
    started a topic AJAX for ASP with Chinese Character

    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( );
    ...
    See more | Go to post
    Last edited by acoder; Oct 10 '07, 12:08 PM. Reason: Added code tags

  • 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
    See more | Go to post

  • stepby
    started a topic Generate the ASP dynamically

    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"...
    See more | Go to post

  • 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
    See more | Go to post

  • stepby
    started a topic Windows Server 2003/XP Indexing Service

    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
    See more | Go to post

  • stepby
    started a topic Alternative color in table row by css

    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>...
    See more | Go to post
No activity results to display
Show More
Working...