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 Shaun E 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: HollyVally
  • Content: Threads
  • Order by date
  1. HollyVally

    MotherBoard keeps beeping during POST!

    I am using a Gigabyte RZ series motherboard 8VM533M-RZ VIA P4M266A/P4M533 chipset. I also use a PC2300 512MB DDR DIMM RAM. The processor used is P4 Celeron 2.6GHz. Although it was runnign 'sort of' OK, yesterday suddenly it died with a long(7sec.) beep then 5sec. mute and repeating until shut...
  2. HollyVally

    How to toggle between multiple <DIV>-tags?

    I have the following code: <div id=menu1 onclick='showhide(list1)'>menu1</div> <div id=list1 style='display:none'>list1</div> <div id=menu2 onclick='showhide(list2)'>menu1</div> <div id=list2 style='display:none'>list1</div> <div id=menu3 onclick='showhide(list3)'>menu1</div> <div id=list3...
  3. HollyVally

    wrap text in html table!

    Hi all, Sorry to ask a stupid question: How can I wrap the text in a table cell(<TD></TD>)?
  4. HollyVally

    How to set ROW space to 'zero'?

    Hi all, I am trying to draw a table. But I can't seem to remove the space between the rows(<TR>'s) in that table: I could well do so for the cells(<TD>'s). Pls help me!
  5. HollyVally

    'getElementById' NOT same in IE &amp; NS?

    Hi what is the equivalent of 'getElementById' in NS? how to get around the problem of showing the dissimilar display in these 2 ?
  6. HollyVally

    Javascript HTMLObjectElement?

    Hi all, I am trying to write js functions without any success --- obviously that clearly shows my intelectual ability in js :-( However, a job has to be done. Therefore these stupid questions.... :::: While I was trying a function writen in-line it seems to work, and as I was trying to put...
  7. HollyVally

    Tables in IE &amp; NS : Not same, Why not?

    Hi all, I am trying to write where I have to show a grid containing some info. But it shows fine in Netscape whereas in IE its horrible! Basically I use Netscape for a good view. But I want my audiance to be in any one of the browsers available. How can I do that? I would highly appreciate...
  8. HollyVally

    Using HTML template in PHP

    Hi, can anyone please direct me to a good documentation on using HTML template in PHP? I need to use PHP to develop an HTML page on the fly. I was wondering if I could use HTML template for it. Thanks
  9. HollyVally

    How to : Table with PHP?

    Hi All, I need to create HTML table on the fly. Although I have done in a hard way(encoding the table as strings & putting couple of loops around the different parts of it!), is there any built in way of doing it in PHP? Like including some specific module or something? Cheers all.
  10. HollyVally

    Mouse pointer tricks??

    Hi All, I have to design a script to get the following: when the user on the input box the mouse pointer becomes an I-beam. How can I keep the mouse as it is for the user OR how can I present a different mouse-pointer to the user? Any idea? Thanks in adv.
  11. HollyVally

    How javascripts are identified in/from and to the HTML section?

    Hi all, Here is how I have organised the structure: a) all the js scripts are in file -- 'scriptfile.js' b) all the HTMLs are created on the fly from a PHP script. However, I haven't given the PHP - rather the output as I have got fron view source file! HTML generation are done in 3...
  12. HollyVally

    reset onFocus : possible or not?

    Hi, I have tried the following but it didn't work: onFocus=&quot;javascript:resetme()&quot; Can somebody correct me please !

Part and Inventory Search

Back
Top