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 wOOdy-Soft 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 ibike

  1. ibike

    Hiding DIVs when displaying menus

    Hi Everybody, Can somebody explain me how can I hide DIV's when displaying menus? Thank you in advance!
  2. ibike

    Menu problem if drop down has in the background

    Hi, I use the following code to display my menu but when under the sub menu elements has a dropdown box then the dropdown box will appear at the front. Can somehow send them into the back or how can I solve this issue? <td bgcolor="#005045" nowrap="nowrap" width="136"> <div align="center">...
  3. ibike

    Parsing Document to Servlet

    Hello Sedj, Yes, exactly. I'd like to get that output with the parameters what was entered by users before. Or would also help if you know how I can use this "application/vnd.ms-excel" command. How I can send out the html output result to an excel format.
  4. ibike

    Parsing Document to Servlet

    One additional information : I call the servlet directly from the stylesheet as an 'action'. But I don't know how I can pick up that document what's generated by my stylesheet.
  5. ibike

    Parsing Document to Servlet

    Hi Everybody, I have an screen, where the user able to filtering (output document). This data what I would need to pass to my servlet (as an input document) Can somebody help me how is it possible? Thank you in advance!
  6. ibike

    Send the drop down box to the background

    Hi Everybody, I've a scrip which is create the navigator menu. When my screen contains drop down list and I open the navigator menu then the drop down box display always on the top and the menu goes to the background. This problem only come if the screen wants to display drop down list, any...
  7. ibike

    Drop down list sent to background

    Hi Everybody, I've a problem when I open my navigator menu and try to open the submenus from then the drop down boxes always display into the menu. I don't know how is it possible to send the drop down boxes to the 'background'? Thanks a lot for every help!
  8. ibike

    Checkbox with 'All' functionality

    Hi everybody, I use check boxes inside my stylesheet. I'd like to add that kind of checkbox also if that one is checked in then all check boxes get 'checked' status. Is somebody has an example or idea to do that? Thank you for every help! Ibi
  9. ibike

    For-each use with parameter. PLEASE HELP!!!

    Hello all, Can somebody help me how can I use a parameter in the for-each? Thank you!
  10. ibike

    ListBox using parameter

    Hello Everybody, I've the following problem when I try to use parameter for create my listbox. I call my template which get my listbox name as parameter: <xsl:call-template name=&quot;DisplayFieldTemplate&quot;> <xsl:with-param name=&quot;FieldDataListName&quot;> <xsl:apply-templates...
  11. ibike

    Listbox using parameters

    Hello, I've the following problem when I try to use parameter for create my listbox. I call my template which get my listbox name as parameter: <xsl:call-template name=&quot;DisplayFieldTemplate&quot;> <xsl:with-param name=&quot;FieldDataListName&quot;> <xsl:apply-templates...
  12. ibike

    Number type to the input

    Hello, Can somebody tell me if into my 'input' I'd like to accept only just the number type, how can I handling this with use the 'style' from the stylesheet elements?
  13. ibike

    Text or Number type accept into the Input box

    Hello, Can somebody tell me which kind of style what I can use for my input if I would like to accept only text or number type for my input field? Thank you in advance!
  14. ibike

    .xsl help site

    Hello, Could somebody offer to me a good Internet site where I can get more help for .xsl Thank you in advance!
  15. ibike

    UPPERCASE

    Thank you very mutch your help was really cool!!

Part and Inventory Search

Back
Top