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 TouchToneTommy 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: *

  1. Hameedullah

    Form Fields and protection

    Hi, I have a mail merge document in MS Word 2003 in which I use several form fields to be filled manually as well. When a user opens the document (well, the system generates the document), they have to enable macros for the merge to work, once the data is retrieved from external source and...
  2. Hameedullah

    Dropdown Menus

    I am working on a website and they require a dropdown menu. I have created the menu and it works perfectly fine. Now I want to give it some kind of effect so instead of appearing all at once, it appears slowly (eg slides). How can I do it in javascript. You are either the slave of what made...
  3. Hameedullah

    word search

    Hi everyone, I am having difficulty with writing a search function that searches the database for keywords. How can I write a sql query so that it returns those records that contain the keyword as a word not part of a word. I tried using wildcards like this select * from mytable where title...
  4. Hameedullah

    Trouble with IE blocking ActiveX

    I have build a very primitive dropdown menu that is displayed onMouseOver and goes hidden onMouseOut. It works fine, except the fact that IE gives an active x warning once the page is loaded. There are other websites that have similar kind-a stuff but doesn't get blocked. Can anyone tell me...
  5. Hameedullah

    Regular Expressions or no?

    I want to find any newline "\n" and replace it with <BR> only if it does not follow by certain HTML tags (eg <p>, <br>, etc) that would double up the spaces. Can anyone help me what is the best way to go about this? Should i use regex's? if so then can you tell me how to write the pattern...
  6. Hameedullah

    Alll words search

    I am trying to do a search to find records that have all words in the the same field not necessary as a phrase. This is the quuery I am trying but it doesn't work. select descr, link, keyword from dbo.keywords where keyword like '%broadband%' and keyword like '%adsl%' As far as I can think...
  7. Hameedullah

    Submit form onchange

    I hvae a form which has a select dropdown box. Once a values is selected from the box (onchange) the form gets submitted. It was working fine, but it just decided to stop working. All I have is this: <select name="qty" class="formElements" id="quantity" onchange="form1.submit();"> I tried...
  8. Hameedullah

    regular expression

    I am using PNphpBB forum. WE allow users to have a signature and do permit them to use some HTML tags in their posts and also in their signatures. Some users use large images in their signatures and this is getting really annoying. I have been trying to find a solution but couldn't come up with...
  9. Hameedullah

    Debian, Can't connect to the internet

    I just installed debian. Everyting works alright except that after I connect, I can't access anything in the web neither I can access debian to download security updates. Any help will be appreciated.

Part and Inventory Search

Back
Top