Top Solutions

Tags:href, javascript, onclick

<a href="javascript:expand()">  and <a href="#" onclick="javascript:expand()">

what's the difference? i know the href="#" is the more standard way nowdays to do it. my problem is i have a standard dropdown menu that expand/collapse when user...

Tags:onclick, button, input

hi i get an error on this anyone know whats up ?

<input type="button" value="Enregistrer" onclick="location.href=../asp/PRaces.asp">

I can't change the homepage for IE7; it keeps redirecting to www.msn.com  Recently installed IE7 on XP Pro SP2 laptop which was cleaned from 120 plus spywares, malwares, adwares, trojans, and virus'.  Cleaned with numerous tools.  Tools used: ...

Tags:video youporn wireless vista flash

Within the past week, I can no longer play youporn videos on my wireless via Linksys router.WRT56G2.  I can get to the home pager hover over the thumbnails which move but cannot bring up the video. I use Firefox, but ajready tried IE and Google...

Tags:html, combo, box

I'm making a form with HTML--I'm still learning, but I haven't found a way to have a scroll menu that lets you choose OR enter a new value that then gets added to list. I've done something like this with databases (I think it's called a combo...

Tags:jsp, session, login, logout

Hi there,

I’m currently on an application that has an administrative module. I’m experiencing problems in clearing the sessions so as to log a user out and also to login as an admin and as a user of the application. I’m using a Java Bean for...

Tags:display, javascript, onclick, block, none

hello all!  I think this should be a pretty easy one.

I have the following code.  When the user clicks on the div containing the word "Menu", the lower div (id = dropper) displays as a block (which is fine).  However, when the user clicks on...

Tags:height, html, div

hello.

i am trying to show a left menu panel and a content panel without using tables. i have tried something like this, but it doesn't show well in both IE and FF.
the menu panel is blue and the content panel is black.
-I want the blue div...

Tags:Microsoft, DOTNET, 3.5

1) Asp.net textbox must take decimal values only using javascript.
2)after decimal point,it should accept  the values upto two digits only.it should not take more than two digits.
3)here you should  raise onkeypress or onkeydown javascript...

Tags:localhost, phpmyadmin

Hello Expert:

When I open my web browser and enter in http://local/phpMyAdmin/index.php.  I get the authentication dialog box asking for my user name and passord.  I type in root and then the password but the authentication dialog box returns...

Tags:pdf

I am trying to display a PDF file (which I am being passed from a web service as a binary stream) in a browser, but I am being prompted to save the file instead.  I don't want the user to be prompted; I just want the PDF to be displayed.  Here is...

Hi,
Im a complete newbie in perl coding,
and have a problem with the eprl version of E-Guest.
http://www.hotscripts.com/Perl/Scripts_and_Programs/Guestbooks/
The config seems pretty simple,
I have checked all the paths,
and everything works...

I've been searching and haven't found an answer yet. Is there a JavaScript function or xml request that can be sent to google maps api or Geocode to give a list or array of available countries in the Google's Geocode database, preferably by...

Tags:outlook, updating, inbox, mode, cached

Two users on my network have stopped receiving emails into their inbox on their laptops.  I have over fifty others not experiencing issues.  The first person had the issue begin two weeks ago, the second has started today.  We're running Outlook...

Tags:Group Policy, GPO, Java, Flash, Adobe Reader, Adobe Air

I would like to create a single GPO in the domain to disable all auto update features for:
Java
Flash Player
Adobe Reader
Adobe Air
Windows Media Player
I would greatly appreciate assistance on how to go about this.

2 DropDownList Boxes (ddStates, ddCounties)
Both are AutoPostBack.
ddStates_SelectedIndexChange says to populate ddCounties.
ddCounties_SelectedIndexChanged says to populate some other DropDownList.

When I select any county other than the...

Tags:Symantec, Endpoint Protection, 11, The Java Virtual Machine has exited with a code of -1, the service is being stopped.

I have just installed Symantec Endpoint Protection Management Console on a brand new SBS 2003 Server, and have been unable to get into it to deploy the client. The Symantec Endpoint Protection Manager Service starts then stops, with an error of...

Hi, I need to know the details of the errors that I get, I put <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
 but when the error appears the page redirects to mycustompage.htm but there is no error details appear, what...

Tags:search, id, email

I want to get list of email (yahoo, hotmail, gamil,lycos, rediff and others) ids of specific city in india is it possible..to  get the email ids to just find out a friend. as i know  he have not made his id  with his name. if possible there any...

Tags:DTG, MILITARY DTG, DATE TIME GROUP, STANDARD DATE FORMAT

Hello all,

Can the following be done in SQL or do I need to use JavaScript or ASP. What I want to do is update a date field with data from a text field.

Field A - is a text field containing the Military Date Time Group (DTG) in the format...

Tags:private, contain, copy, may, folder

Hello,

I have an additional Exchange 2003 mailbox added to a standard Outlook 2003 mailbox, and the user has *complete* rights to "send on behalf as" and full rights under the Exchange Advanced<Mailbox Rights tab for that sub-mailbox account....

Tags:php, domain, get, name

Im want to verify the domain name where my scripts are running

what I started with is

$_SERVER['HTTP_HOST']

the problem with this is that the result could be www.domain.com or domain.com

where I would like it to be domain.com always...

Tags:jinitiator, oracle, crash, explorer

Hi Guys we have begun having a problem with many of our computers at work the last few days. When we attempt to connect to Oracle 9i forms (using JInitiator 1.2.23.1 (iirc)) the following occurs:

Internet Explorer has encountered a problem and...

Tags:wordpress, php

I have a new php page and I'm using wordpress for my website.

From within my new php file I've included wp_load..

include ('wp-load.php');

which I believe is required in order to retrieve current user details.

I've then tried to echo...

Tags:javascript, onfocus, onblur

I'm trying to use OnFocus and Onblur to focus on a textbox when I click in the field.  When I click in the textbox the value for the textbox disappears so I can type what I want to enter. The only problem is if I don't type anything in the...

Tags:smtp, queue, iis, mail, stuck

I've setup IIS to send bulk mail using a program called campaign enterprise from ariel software. When I send the messages they all get stuck in the queue. how can I receive them through outlook. The operating system I use is Win 2000 Pro. I do...

Tags:only, allow, textbox, backspace, letters

I am using the following code to allow only a letter, number, or backspace to be entered into at vb.net textbox:

Private Sub txtSearch_KeyPress(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyPressEventArgs) Handles...

Hi,

I have some Windows 7 Pro client pc's, which are running in an environment with Microsoft Small Business Server 2008, Exchange Server 2007 and Outlook 2010 client. However the users get prompted for username and password every single time...

Tags:self, form, php, action

Hi,

What I'm trying to do is this.

Have the user select an option from a form

and depending on the option include a file.

here is my code

<FORM action="<?php echo $_SERVER['PHP_SELF']; ?>" method="post">
   <P> I want to :
  ...

Tags:combobox

Hello,

I have a combobox that once you enter the control, sets the .DroppedDown property to True so it will expand the box to show the contents. Then a user can start typing stuff in and it will scroll to any matches in the box. From there I...

Tags:C#

Microsoft has a good sample of how to pull of datagrid sorting here: http://msdn.microsoft.com/en-us/library/0868ft3z.aspx.

However, their samples uses the click of a button. I want the user to be able to simply click the column header and...

Tags:Year and Month Select dropdown Javascript?

Hi,

I have two dropdowns Year and Month
1. I need to display 4 years dynamically, current year and previous 3 years.
2. When first time page loads, current month and year is selected in the dropdown and displaying data accoding to that...

Tags:Windows Server 2008, antivirus

Can anyone recommend a good free antivirus that is compatible with Windows Server 2008?

Tags:number, limited, administrator, items, can

We have Windows XP SP2 installed with Outlook 2007 client connecting to an Exchange 2003 backend and whenever the user opens a new mail message or tries to create a new sub-folder in the Outlook 2007 client he get's a message "Your server...

Tags:C# (Win Forms)

Hi All,

I have to display thumbnail images in ListView control. How to give space in between thumb image in List View? (like padding to images)

I have tried:
lstDPView.Margin = new Padding(10, 10, 10, 10);   //// Doesn't work... :-(
...

Tags:Microsoft Visual C++ 2008 Redistributable - x86 V. 9.0.30729.17, Windows XP

Dear Experts

I can not find Microsoft Visual C++ 2008 Redistributable - x86 Version 9.0.30729.17
Can someone please point me where to download at http://www.microsoft.com/downloads/

Thank you very much in advance

Regards,
Antonio...

Tags:Symantec, Endpoint Protection, 11

I  have a SBS 2003 Server with SEP installed (MR2). The LiveUpdate function appears to work and the home page of the Endpoint Protection Manager shows that the info is up to date.

If I look at the "Show LiveUpdate Downloads" screen, it is...

I have a input and a label, I want to set the text of the label if they enter an invalid date.

this is the code I am using .

if (!IsDate($("input#EffectiveCostDate").val()))
   {
      $("label#EffectiveCostDateError").val("Invalid...

Tags:hotmail, xp home edition

Hi, Got a laptop with XP home edition, running IE6 that will allow you to open www.hotmail.com, but one you enter the username and password, it redirects to login.live.com in the usual way, but shows page cannot be displyed. All other web sites...

Tags:Kyocera, Printers, FS-3920DN, Microsoft Internet Explorer

Hello,

Anyone know the default password for the web interface on a new Kyocera FS-3920DN black/white laser printer? Cant seem to find anything online or in the manuals.

Thanks!

Good Day
Experts:

 I have come across a bit of trouble with some date calculation here in one of my programs.  
NewDate =  DateTime.Now.AddDays(3).ToString("yyyyMMdd")
So, I am adding 3 days to today's date.  Seemed ok.  Well, I actually...

Tags:isearch, avg, removal, malware, virus, virus removal

How do I remove the avg ISearch? After a few Google searches ISearch apparently is installed by the new avg 2012 package.  Now everytime I search using the address bar in Google chrome, isearch finds the results instead of google.co.uk.  

How do I get rid of Cdn.fastclick.net
it keeps asking me to download it?
I'm on Windows XP SP2 it's asking me in AOL to download it.

Tags:550, user, unknown

I have a client ("John") who is having troubles receiving email from one particular person ("Fred").  When Fred emails John, or anyone at John's company, he gets this email message back:

Your message did not reach some or all of the intended...

Tags:windows xp pro

Hello,

I would like to update all the clients on the domain to IE8, at the moment the batch file I am using runs it in silent mode but IE8 requires a patch which when installed needs a restart, then i can install IE8.

So is there anyway to...

Tags:shockwave, activex, powerpoint, control

I am using Powerpoint 2003 with Windows XP.

I have embedded shockwave movie files into Powerpoint before with no issues. For some reason, when I attempt to access the Shockwave ActiveX control from the Control Toolbar, it does not appear as an...

Tags:hotmail, open, my, account

i can't open my Hotmail account ny using my PC , always i get this message on the address bar "https://loginnet.passport.com/ppsecure/post.srf" and a BLANK page , i think it is related to the PRIVACY issue but how can i fix this problem??
by the...

Tags:olk, outlook, folder

Simple question but hard to find the answer.

Outlook 2003 saves attachments in the OLK** folder located in C:\documents and settings\profile\local settings\internet temporary files\OLK**.

You can not view this folder using Explorer. I found...

Tags:javascript, file, write

Hi,

I would like to know if it is possible to use JavaScript to write to a text file. I tried using FileSystemObject in JavaScript. However, it gives the following error : "Automation server can't create object". Does anyone know what is going...

Tags:C#, ASP.NET

I have been asked to provide a data flow diagram of an existing (previously undocumented) asp.net application. I have been unable to find an example of what exactly they are looking for. This e-commerce application is a tiered architecture with...

Tags:Active Directory Certificate Services, Server 2008 R2, Internet Explorer, Microsoft, Certificate, Active Directory, 3Ware, LSI

Hello all,

I hope someone can help me with this.

Last week I started implementing the Active Directory Certificate Services  on one of the main domain controllers (Windows Server 2008R2 Enterprise).

Here is what I did:

1. Added the...

Tags:firefox virus

Apparently, I have the happili virus.

Can I trust the exe that is downloadable from here to remove it?
http://www.removeonline.com/remove-happili-com-google-redirect-virus/

Tags:WINDOWS 2008

Hello,

I need a script to reboot windows 2008 server with scheduled task.

Thanks

Tags:IIS6, SSL certificate, renew, 2048 bit

It is time to renew our SSL certificate on our retail website, and we need to change our SSL certificate from 1024-bit to 2048-bit.  The vendor is now requiring the 2048-bit length.

We are using IIS 6.  There is no option to create a new...

Tags:Script, vbs

Hi,

I have about 500 dell servers.Is there a way the script scans the txt file that has the service tags one perline and gets the warranty details from the link below.
...

Tags:VB.NET

Hello Experts,

I am developing an application that will utilize the webbrowser control. (VB.NET 2005) I need to trap user interactions within the webbrowser to trigger an event.

I was able to trap link clicking within the webbrwoser but I...

Some internal links in my website, when pointing to www.xxxxxx.com/subcategory1 seem to automatically redirect to xxxxx.com/subcategory1 (note the missing www) .  But links  www.xxxxxx.com/subcategory1/ correctly go to...

Tags:ASP.NET, C#

I am trying to programmatically add a template field to an ASP.NET GridView control using C# code behind. I can successfully add the template field with not problem, the problem I am having is capturing events of the template.
For instance,...

Tags:connect, sharepoint, configuration, database, cannot

Windows SharePoint Services 3.0 running on Windows Server 2003 SP2. Everything was working fine. One morning, at 3am, the server installed a Windows update and rebooted. After that reboot, all we get when trying to hit our SharePoint site AND the...

Tags:Google Maps API, XHTML, XML

Building on this question:
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_23531323.html

Visit this page and you will see that Google says the driving distance is 237 miles...

Tags:exchange 2010, internet ports, firewall

Hello Experts,
Trying to get some questions knocked out for my Exchange installation. I have been getting some excellent help and I'll hopefully be closing many questions shortly.
Question: What outside internet ports need to be opened for...

Tags:width, input, html, text, box

Try this html code in IE ( i have 6.0):
<HTML>
<style>
.mybox { padding-left: 0px; padding-right: 0px; margin-left: 0px; margin-right: 0px; height: 19px;  }
</style>
<input   type="text" name="text1" value = "W" maxlength = "1" size = "1"   ...

Tags:Outlook 2010, Exchange 2010

Hi -
A curious issue has arisen, and I cannot find anything on the subject. We have a few users that just started receiving a popup in Outlook Professional 2010 SP1 that says "Windows Security  Microsoft Outlook   Connecting to...

Tags:hand, onmouseover, cursor

I'd like the cursor style to switch to 'hand' onmouseover of particular images on a page,

i.e., wherever the images minus.gif or plus.gif appear on the page, I'd like onMouseOver="style.cursor='hand'" to take effect.

Is this possible? How?

Tags:powershell, file, output, text, write

Hello.

I am struggling with trying to get my Active Directory queries to export to a text file so that I can use them as input for other scripts. I'm sure I'm missing the obvious because this has to be an easy thing to do. I have tried using...

Tags:SBS2011, IIS, Sharepoint 2010

I get a 404 error when trying to go to the public facing URI for our server.(i.e. http://[domain name].com/).  This was the standard front page that gives access to Outlook (OWA), shared drives, and remote logins for the computers in the office....

Tags:password, username, http

Hi..
I have a  link on my web site which is pointing to a sercure web site using http://username:password@Sitename. Earlier it user to work now it does not work because of the IE patch. Could you please suggest a workaround for this issue.
...

Tags:Powershell

Hi All,
Powershell question...If I return an attribute e.g
[PS] C:\>Get-MailContact testuser1 | Select-Object DistinguishedName
How do I then convert the output...

DistinguishedName
-----------------------...

Looking for an alternative PDF reader I must have downloaded something from "Zeon Corporation". Since then, if I want to open any PDF file in my browser a window appears "This page wants to run the following add-on 'Zeon corporation' from 'Zeon...

Tags:windows update, virus, system restore

Hi,

There may have been a virus or trojan on machine, I ran combofix and cleaned the computer.

A few applications broke, including Adobe Dreamviewer(part of suite), Java and Windows update. I was able to fix Java issue by uninstalling java...

Tags:Exchange, autodiscover

Hi,

I've been having quite a bit of trouble with autodiscover. Environment is W2k8 R2 ent, Exchange 2010 migrated from SBS Exchange 2003. Some of my symptoms are:

I have to enter the server information manually in Outlook when a new user is...

Tags:ExtJS, Javascript, JSON

Hi,

I have a page that when the users selects a row from a grid, and clicks the 'Edit Review Record', opens the window that loads data, everything works fine for the first time the win.show() is invoked.

However after closing the window...

Tags:time, deliver, message, limit, could

Dear all,
       
       One of my client try to send out a email, but the email bounce back, what's the primary step we should troubleshoot this problem?  How to resolve?

Your message did not reach some or all of the intended recipients.
...

Tags:vba, font, size

What is wrong is this code?

T_Salon.Cell(1, 1).Range.InsertAfter "Date"
T_Salon.Cell(1, 2).Range.InsertAfter "Init"
T_Salon.Select
With Selection
    .Font.Name = "Arial"
    .Font.Size = "10"
    End With...

Tags:Symantec, Symnatec End Point Protection, 11

Hi,

My Symantec Endpoint Protection Server running on Windows 2003 crashed and i have to rebuild the same. Now all my clients are not part of the Endpoint Protection Server and i want to bring all of them to the new Endpoint Protection Server....

Tags:date, file, modified, created, c

Hi all,

I have an .NET EXE file .
I want to find the file created date and modified date in C# application. Can we do it through reflection or with IO stream?

Thanks
Adib

Loading Advertisement...

Top Internet Experts

  1. CodeCruiser

    1,326,795

    Genius

    10,000 points yesterday

    Profile
    Rank: Genius
  2. Ray_Paseur

    1,239,185

    Genius

    6,376 points yesterday

    Profile
    Rank: Savant
  3. DaveBaldwin

    710,473

    Sage

    1,500 points yesterday

    Profile
    Rank: Genius
  4. leakim971

    619,623

    Sage

    2,010 points yesterday

    Profile
    Rank: Genius
  5. COBOLdinosaur

    544,279

    Sage

    4,000 points yesterday

    Profile
    Rank: Genius
  6. kaufmed

    533,796

    Sage

    1,190 points yesterday

    Profile
    Rank: Genius
  7. jason1178

    474,728

    Wizard

    5,040 points yesterday

    Profile
    Rank: Genius
  8. BuggyCoder

    439,912

    Wizard

    7,250 points yesterday

    Profile
    Rank: Sage
  9. apache09

    422,875

    Wizard

    1,652 points yesterday

    Profile
    Rank: Genius
  10. mplungjan

    366,973

    Wizard

    4,900 points yesterday

    Profile
    Rank: Savant
  11. dgofman

    342,161

    Wizard

    0 points yesterday

    Profile
    Rank: Genius
  12. tommyBoy

    324,603

    Wizard

    0 points yesterday

    Profile
    Rank: Genius
  13. TheLearnedOne

    309,952

    Wizard

    4,900 points yesterday

    Profile
    Rank: Savant
  14. Idle_Mind

    289,143

    Guru

    10 points yesterday

    Profile
    Rank: Savant
  15. nap0leon

    288,776

    Guru

    0 points yesterday

    Profile
    Rank: Sage
  16. _agx_

    251,927

    Guru

    0 points yesterday

    Profile
    Rank: Genius
  17. StingRaY

    240,622

    Guru

    1,500 points yesterday

    Profile
    Rank: Wizard
  18. ChrisStanyon

    227,254

    Guru

    7,100 points yesterday

    Profile
    Rank: Sage
  19. nepaluz

    194,917

    Guru

    0 points yesterday

    Profile
    Rank: Sage
  20. JamesBurger

    190,687

    Guru

    5,000 points yesterday

    Profile
    Rank: Sage
  21. chaituu

    185,930

    Guru

    1,000 points yesterday

    Profile
    Rank: Sage
  22. Proculopsis

    177,248

    Guru

    2,000 points yesterday

    Profile
    Rank: Sage
  23. LZ1

    168,213

    Guru

    4,000 points yesterday

    Profile
    Rank: Genius
  24. gdemaria

    166,276

    Guru

    4,000 points yesterday

    Profile
    Rank: Genius
  25. ve3ofa

    166,273

    Guru

    0 points yesterday

    Profile
    Rank: Genius

Hall Of Fame