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 Chriss Miller 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: mlotfi
  • Content: Threads
  • Order by date
  1. mlotfi

    change css(s) in a link ????

    Hi, I want to use different css in my html page, for example when you open www.yahoo.com in the top right there is a link for changing color option, could you please show me how they did it ? thank you
  2. mlotfi

    How to take off space between rows ??

    Hi, I have a table that has these rows : <tr> <td align="right" valign="top"> <img src= "<bean:write name='ctxtPath'/>/coeuslite images/c_username.gif" border=0> </td>...
  3. mlotfi

    submit with image, what's wrong in this code

    Hi, Could you please tell me what's wrong here, whem I mouseover and mouseout, nothing happened, the pictures should change : <input type="image" name="submit" src="/coeuslite images/b_submit.gif" width="62" height="22" border="0"...
  4. mlotfi

    mouseOver, why not correct

    Hi, I want to have a sbmit button with mouse over, what's wrong here : <input type="image" name="submit" src="<bean:write name='ctxtPath'/>/coeuslite images/b_submit.gif" width="62" height="22" border="0" onMouseOut="window.status='';MM_swapImgRestore()"...
  5. mlotfi

    How to select all tables of a database ?

    Hi, I am a newbie to oracle and databases, could you please show me how to select all tables of a database ? thank you
  6. mlotfi

    java.lang.OutOfMemoryError when building ???

    Hi, I am trying to build a big project using Netbeans5, but I can't it always giving me : java.lang.OutOfMemoryError Could you please help. Thank you.
  7. mlotfi

    Need tutorial designing JSP pages

    Hi, where can I find a tutorial designing JSP and HTML pages ? thanks
  8. mlotfi

    Need a tutorial designing JSP using Dreamweaver

    Hi, Where can I find a good tutorial on how to design JSP pages using Dreamweaver or another tool. thanks
  9. mlotfi

    Help in CSS

    Hi, I am trying to use this code to have a toolbar that has tabs, when I put 8 tabs they overlaped, how to change this css so all the tabs stay in one line : <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html lang="en"> <head>...
  10. mlotfi

    How to do a toolbar with tabs ??

    Hi, I need a toolbar with tabs like this : http://www.bbc.co.uk/ How can I do it ? thank you.
  11. mlotfi

    building JSPs with tab features

    Hello All, I am trying to add tab feature to the JSP's. Each JSP has seperate functionality to add, search records. I want the the whole functionality to take place in the tab body i.e If i select a tab it ---> Displays a JSP in the TAB body --> If i submit the form in the JSP it should show me...
  12. mlotfi

    AD Container Management ? move pc from Machine to another

    I went to AD Container Management Domaine Name --> Machines Machine1(pc1, pc2, pc3, ....) Machine2 MachineTest I have pc1, I want to start playing with the group policy of the Machine that has my pc1, to not affect other people I want to move my pc1 from Machine1 to MachineTest , coulkd you...
  13. mlotfi

    checkboxes from a query ? how

    I am trying to do this : when a user login he will be presented with a form that has his skills (he already submited in this form), now he can change his skilles by checking or unchecking the checkboxes and when submit all are saved in a table in a database. table : user_table (userID...
  14. mlotfi

    newbie to weblogic ???

    Hi, I am new to weblogic, never used it before, I just downloaded weblogic platform 8.1 . I know that there is a site dev2dev that has lot of resources, please could you advise me where to start ? the problems with the tutorials or the demos are : they don't start the project from the scrach...
  15. mlotfi

    can't start the server

    I downloaded weblogic platform8.1 and it was working fine, but when I got BEA Weblogic platform8.1 CD when I attended BEA dev2dev DAYS 2003 in Boston, I uninstal the one I downloaded and install the one from CD, the problem now is when I try to start the server it it said : $$$$$$$$$$$$$$$$...

Part and Inventory Search

Back
Top