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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: ibike
  • Order by date
  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!!
  16. ibike

    UPPERCASE

    Hello, I'd like to make my text to UpperCase during in that time when the user type the text into the input field. Can somebody tell me how should be handling this? Thank you in advance!
  17. ibike

    Combo box fill up

    Hello, I've this template which fill up a combo box by the .xml file results but my problem that I always get just the firs result from the .xml file. <xsl:template match=&quot;listdata/vatlist&quot;> <select class=&quot;bodydisplaytext&quot; name=&quot;vat&quot;> <xsl:if...
  18. ibike

    Multiple Combo Box

    Mansii or somebody else, You know how the combo box looks like, so I'd like to make this kind of combo box (I mean in this box able to see the all elements what is in the box) just I need to select more than one element from this box. Is that any solution this?
  19. ibike

    Multiple Combo Box

    Thank you mansii for your feedback. Yes, I tried this solution already but I'd need to keep that dropdown box format which is enable to choose only one item from the list. Is that any way to make a box like that?
  20. ibike

    Multiple Combo Box

    Hello, Is there any way to use a combo box which is able to set for the user more than one values choose from there. Thank you for advance!

Part and Inventory Search

Back
Top