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">

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...

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: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.

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: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: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: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...

There are some websites that are viewable from the US, but not viewable from other countries. How do I view one of these websites?

For example, the website www.netquote.com is accessible from the US. I haven't checked other countries, but I...

Tags:Android

Hello Experts....i am new to android..!!

In My Project I am implementing scribble pad,i have used OnTouchListener event to draw on the canvas,but it is not drawing properly....i am sending my code sample and output screenshot..!!

Thanks..!!

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: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: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: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...

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: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: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: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: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...

Tags:WINDOWS 2008

Hello,

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

Thanks

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: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: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: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: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: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...

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: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
-----------------------...

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: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: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: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:bbencode_second_pass, bbcode, phpbb

hi,

i want to display the text from a topic from a phpbb forum in a custom page. this works,
but the phpbb code is not converted.

this is what's displayed:
[b:723378836c]Text1[/b:723378836c]: Text2

instead,
Text1: Text2 should be...

Tags:Powershell, Monad, Scripting

Hey guys,

We have approximately 30 scripts that map drives for them each time they log in. The script currently disconnects mapped drives (with letters that we might want to use) and then maps the drives:

@echo off
net use s: /d
net use...

Tags:login, auto, outlook, web, access

We use Outlook Web Access on Exchange 2007 from the internet using form based authentication. We also have an extranet application on the internet that uses the domain username and password to log in (written in asp.net,vb.net). How can I use...

Tags:ASP.NET, Javascript, C#, AJAX

We have 3 related RadComboBoxes that filter a grid as shown in the image and based on the following example; http://demos.telerik.com/aspnet-ajax/combobox/examples/functionality/multiplecomboboxes/defaultcs.aspx

The second task of the code is...

Tags:Whatsapp, mobile, android, iPhone, blackberry

Whatsapp - If you block a contact do they know that they can't send you messages or do you just not receive message they send? Basically, will they be thinking that I'm getting the messages they're sending or will they know that they've been...

Tags:style, href, asd

I have a global style defining hrefs:

<style type="text/css">
a:link {color: white; text-decoration: none}
a:visited {color: white; text-decoration: none}
a:hover {color: rgb(192,7,15); background-color: white; text-decoration: none}...

Tags:com, class, factory

Hi all,
I have a COM object I'm trying to use in an asp.net application.
Not sure what the COM is written in, buy it belongs to an asp based CRM app, Sage CRM.
According to tutorials that I have found all I need to do to be able to make this...

Tags:Microsoft, IIS, 6.0

Is it ok to delete IIS log files on  C:\WINDOWS\system32\LogFiles\W3SVC1?  I am using IIS 6.0 on a Windows 2003 server.

I am getting this error when trying to setup auto replies in outlook 2010 - we are running exchange 2010 on the back end:

your automatic reply settings cannot be displayed because the server is currently unavailable

can someone provide a...

Tags:reset, apc, card, management, ap9617

I have an APC AP9617 network management card that I need to reset to factory defaults.  Can you tell me the steps to reset?

Tags:window, resize, onload

As you might guess from the question title, I would appreciate someone showing me how to get a browser window to

- load to a specified size
- at a specified position
- have no toolbars
- no scrollbars
-no address bar

I don't want...

Tags:telerik, radchart

This isn't necessarily a "hard" question, yet it's something that I need to figure out before it gets crazy late. And, since the telerik forums are usually slow to respond, I'm hoping Experts Exchange can get it solved quicker.

Alright, so I'm...

 Is it possible for a VBscript to open a maximized (not fullscreen) Internet Explorer window and bring it to the foreground? I am using a VBscript to call an IE window and uses it as a form to gather info from a user as shown below.  

Set IE =...

Tags:javascript, selected, set

I have a hidden field which contains a value.  I have a SELECT/OPTION list that has no selected options.  After the select is written to the browser, I want to make to option, corresponding to the hidden value to become selected.  The JavaScript...

Tags:SSRS, reporting services, report viewer control

I am able to render a remote ssrs report inside an aspx page using the ReportVIewer Control.

I would like to pass two variables from code behind to the report parameters as the page loads. Here are some more details:

Parameter 1 Name:...

Tags:wmi, wmi-object, powershell, cmdlet, cmd, vbs, vbscript, access denied, access is denied, wmi control, group policy, 0x80070005, Get-WMIObject, windows, xp, remote

Experts-

I need lots of help on this one, as I am stumped.  =(
I've been trying to run 2 scripts that do the same thing, just to make sure it wasn't a script issue (in vbscripts and powershell). The script retrieves IP/DNS info from a remote...

Tags:decimal, format, places, 2

How do I format the following timespan object to 2 decimal places?

My code below is outputting "0.2333333333337" but I need to simply output "0.23"

  lbl.Text = String.Format("{0:#.##}", ts.TotalMinutes.ToString)

Tags:Spring Security, JSP

Hello,

This is my second post relating to this question. I got a pointer to the pre-authenticated section of the spring security in the answer of my last request for help and felt kind of silly when I realized that I hadn't read the...

Tags:drive, network, batch, map, file

I need to write a batch file that maps a network drive but uses a different user name and password to log on to that network share.

Tags:arraylist, display

Hi,

I have a resultset from a query in a bean which I want to populate a 2D arraylist with.

The arraylist then gets passed back to the displaypage, and I need to get the values from the arraylist in a table.

I seem to get the first row...

Tags:javascript, exit

I have a form on a web page.  When my "Submit" button is pressed, a function is called that validates my form.  If a particular radio button is selected, I want to exit the function and forget validating the form.  Here is my sample code:

On...

Tags:struts, select, 2, tag

I have problem with populating select values using Struts 2. It is simple sample application that I am writing with purpose to learn Struts 2. Notice part:
<s:select label="Select owner" name="owners" headerKey="-1" headerValue="-- Please Select...

I have this footer at the bottom of my webpage created using "elegantthemes" (for wordpress)

DESIGNED BY ELEGANT THEMES | POWERED BY WORDPRESS

Please tell me how I can remove this. Thanks!

Tags:input, file, browse, button

I am replacing the default "Browse..." button for input type=file.  This works fine except that the form will only submit after the SUBMIT button is clicked twice.

Any ideas on why this is happening or a workaround?  I'm testing on IE 5+. ...

Tags:PHP, MySQL, onClick, JavaScript

All I am looking to do is have a custom button (a modified DIV) post updates to my MySQL table using a JavaScript onClick event and PHP.  I have come up with the following code to perform such a task but I can't figure out why it's not working. ...

Tags:PHPbb 3 PHP session login integrate

We have an existing website, that has an existing login system.  We need to add a forum to the website.  It's a PHP based app and we're going to use PHPBB3.  (Unless there is a better solution that would support an open ID framework?)  

So...

Tags:MSSQL Select IF EXISTS

Is there anything wrong with this query? I keep getting a error saying

Macromedia][SQLServer JDBC Driver][SQLServer]Incorrect syntax near the keyword 'IF'.  
 

Tags:ASP.net Visual Basic, IE, Devexpress, AspxGridview, AspxCombobox

I have an AspxGridview that is populated by a datasource. By using the one of the columns Dataitem template, I managed to insert and bind a AspxCombobox inside the grid. When the page loads everything works fine. All the correct values are...

Loading Advertisement...

Top Web Development Experts

  1. Ray_Paseur

    1,282,331

    Genius

    6,544 points yesterday

    Profile
    Rank: Savant
  2. DaveBaldwin

    659,146

    Sage

    8,400 points yesterday

    Profile
    Rank: Genius
  3. leakim971

    631,553

    Sage

    10 points yesterday

    Profile
    Rank: Genius
  4. COBOLdinosaur

    548,437

    Sage

    200 points yesterday

    Profile
    Rank: Genius
  5. jason1178

    505,074

    Sage

    3,950 points yesterday

    Profile
    Rank: Genius
  6. mplungjan

    365,604

    Wizard

    5,655 points yesterday

    Profile
    Rank: Savant
  7. dgofman

    346,761

    Wizard

    0 points yesterday

    Profile
    Rank: Genius
  8. tommyBoy

    298,353

    Guru

    0 points yesterday

    Profile
    Rank: Genius
  9. CodeCruiser

    293,858

    Guru

    6,678 points yesterday

    Profile
    Rank: Genius
  10. nap0leon

    293,040

    Guru

    0 points yesterday

    Profile
    Rank: Sage
  11. _agx_

    256,591

    Guru

    2,000 points yesterday

    Profile
    Rank: Genius
  12. StingRaY

    244,622

    Guru

    4,000 points yesterday

    Profile
    Rank: Wizard
  13. ChrisStanyon

    243,754

    Guru

    0 points yesterday

    Profile
    Rank: Sage
  14. BuggyCoder

    239,741

    Guru

    0 points yesterday

    Profile
    Rank: Sage
  15. kaufmed

    194,211

    Guru

    0 points yesterday

    Profile
    Rank: Genius
  16. chaituu

    187,330

    Guru

    0 points yesterday

    Profile
    Rank: Sage
  17. gdemaria

    179,744

    Guru

    1,800 points yesterday

    Profile
    Rank: Genius
  18. Proculopsis

    179,448

    Guru

    0 points yesterday

    Profile
    Rank: Sage
  19. LZ1

    172,713

    Guru

    0 points yesterday

    Profile
    Rank: Genius
  20. Gertone

    159,793

    Guru

    1,200 points yesterday

    Profile
    Rank: Genius
  21. ahoffmann

    151,942

    Guru

    0 points yesterday

    Profile
    Rank: Genius
  22. techChallenger1

    149,806

    Master

    0 points yesterday

    Profile
    Rank: Guru
  23. webmatrixpune

    148,547

    Master

    600 points yesterday

    Profile
    Rank: Guru
  24. sammySeltzer

    143,234

    Master

    0 points yesterday

    Profile
    Rank: Genius
  25. TheLearnedOne

    133,340

    Master

    2,800 points yesterday

    Profile
    Rank: Savant

Hall Of Fame