Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Geminist

  1. Geminist

    about weblogic user authentication

    My weblogic server requires user authentication,but sometimes it will deny any login,even if the password is correct.After a while,it resumed,as if the ip was blocked by weblogic for several minutes.Does anyone know about this?How to unset the secure strategy?
  2. Geminist

    Negative Arraysize Exception

    Help! My weblogic server powered off accidentally yesterday. Now it's failing to startup reporting an "Negative Arraysize Exception" Can anyone help me?
  3. Geminist

    about ports used in connection pool to oracle

    There're two servers,one with weblogic and the other with oracle. Now they're supposed to work on internet.All the ports are to be closed except the necessary ones concerning security strategy. The connection pool of weblogic requires port 1521 to access oracle server.I told them to open...
  4. Geminist

    about writing jpg to browser in jsp

    I used a component called &quot;jchart&quot; to produce pie chart and wanna output jpg to browser instead of making a file. Here is the code: <%@ page contentType=&quot;image/jpeg; charset=gb2312&quot; %> <%@ page import=&quot;org.jCharts.chartData.ChartDataException&quot; %> <%@ page...
  5. Geminist

    can't display table

    dwarfthrower ,it works,thanks!
  6. Geminist

    can't display table

    the problem is: i created a div element with document.createElement() than i created a talbe element,with all its' trs and tds and append it to the div's child nodes. but the table cannot be displayed here is the source code function createTable(rownum,colnum) {...
  7. Geminist

    A foolish question!

    No,it won't work.'cause in &quot; &quot; ,' doesn't need \
  8. Geminist

    A foolish question!

    I'm writing a php file to display a table and there's a link in every row.When clicked,the hyperlink leads to a new browser window.Each link needs a viriable to show in alertbox. My php code: <tr> <td>.....</td> .. .. <td><? echo &quot;<a href='PDelPaper.php?Type=One&sPaperID=$rowpart[PaperID]'...
  9. Geminist

    From '/' to '//'

    It works,but it also changes &quot;C:\winnt\phptmp2A3.tmp&quot; to &quot;C:winntphptmp2A3.tmp&quot;. Is there any other way? Can I get the string with '\' unchanged through post?
  10. Geminist

    From '/' to '//'

    I did a test and find that every string containing '\' changes to '\\' after post.Can you show me how to solve the problem?
  11. Geminist

    From '/' to '//'

    I use copy($sfile,$sfile1).$file1 is made up of my default file path and $file_name(the system variable in uploading). Because $sfile is changed to &quot;C:\\winnt\\phptmp2BA.tmp&quot;,it causes an error.I just don't know why the $sfile changes just through &quot;post&quot;.
  12. Geminist

    From '/' to '//'

    sorry ,it should be from '\' to '\\'
  13. Geminist

    From '/' to '//'

    Hi,need your help! I'm making some uploading page with php.First I upload a file and store the file name in $sfile as &quot;c:\winnt\phptmp2BA.tmp&quot;.It is posted to itself and $sfile is a hidden input. But the seconde time I use it to upload another file,find that $sfile is changed to...
  14. Geminist

    About menu in the form

    I see,thanks for good advice.
  15. Geminist

    About menu in the form

    I want to show a dynamic page.Every time A is changed,database is queried and B is changed.All happen without form actions.

Part and Inventory Search

Back
Top