Main Topics
Browse All Topics <a href="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...
hi i get an error on this anyone know whats up ?
<input type="button" value="Enregistrer" onclick="location.href=../
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...
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...
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...
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...
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...
Hello Expert:
When I open my web browser and enter in http://local/phpMyAdmin/in
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/
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_SelectedIndexChan
ddCounties_SelectedIndexCh
When I select any county other than the...
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="mycustomp
but when the error appears the page redirects to mycustompage.htm but there is no error details appear, what...
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...
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...
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...
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..!!
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...
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 :
...
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...
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#Effectiv
{
$("label#EffectiveCostDate
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...
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...
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...
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...
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...
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...
Hello,
I need a script to reboot windows 2008 server with scheduled task.
Thanks
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,...
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.
...
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...
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=
Is this possible? How?
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...
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" ...
Building on this question:
http://www.experts-exchang
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/subcategory
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
-----------------------...
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...
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...
Hi..
I have a link on my web site which is pointing to a sercure web site using http://username:password@S
...
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....
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:723
instead,
Text1: Text2 should be...
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...
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...
We have 3 related RadComboBoxes that filter a grid as shown in the image and based on the following example; http://demos.telerik.com/a
The second task of the code is...
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...
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}...
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...
Is it ok to delete IIS log files on C:\WINDOWS\system32\LogFil
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...
I have an APC AP9617 network management card that I need to reset to factory defaults. Can you tell me the steps to reset?
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...
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 =...
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...
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:...
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...
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)
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...
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.
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...
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...
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!
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+. ...
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. ...
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...
Is there anything wrong with this query? I keep getting a error saying
Macromedia][SQLServer JDBC Driver][SQLServer]Incorrec
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...
Ray_Paseur
1,282,331
Genius
6,544 points yesterday
ProfileDaveBaldwin
659,146
Sage
8,400 points yesterday
Profileleakim971
631,553
Sage
10 points yesterday
ProfileCOBOLdinosaur
548,437
Sage
200 points yesterday
Profilejason1178
505,074
Sage
3,950 points yesterday
Profilemplungjan
365,604
Wizard
5,655 points yesterday
Profiledgofman
346,761
Wizard
0 points yesterday
ProfiletommyBoy
298,353
Guru
0 points yesterday
ProfileCodeCruiser
293,858
Guru
6,678 points yesterday
Profilenap0leon
293,040
Guru
0 points yesterday
Profile_agx_
256,591
Guru
2,000 points yesterday
ProfileStingRaY
244,622
Guru
4,000 points yesterday
ProfileChrisStanyon
243,754
Guru
0 points yesterday
ProfileBuggyCoder
239,741
Guru
0 points yesterday
Profilekaufmed
194,211
Guru
0 points yesterday
Profilechaituu
187,330
Guru
0 points yesterday
Profilegdemaria
179,744
Guru
1,800 points yesterday
ProfileProculopsis
179,448
Guru
0 points yesterday
ProfileLZ1
172,713
Guru
0 points yesterday
ProfileGertone
159,793
Guru
1,200 points yesterday
Profileahoffmann
151,942
Guru
0 points yesterday
ProfiletechChallenger1
149,806
Master
0 points yesterday
Profilewebmatrixpune
148,547
Master
600 points yesterday
ProfilesammySeltzer
143,234
Master
0 points yesterday
ProfileTheLearnedOne
133,340
Master
2,800 points yesterday
Profile