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...
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...
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...
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...
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...
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...
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...
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...
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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.