Advertisement

635 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Time Tested Web Languages/Standards Solutions: 601 - 625 of 754
 
The situation is I want to grab traffic for my product website from other domain regions such as the U.K. and Australia for starters. Should we 1. purchase the domain name and point to the...
I have a form below that I posted the code to.  There is two drop down boxes where the second one is dependent on the first one.  The problem is when you click an option from the first box it ...
I am attempting to update a datarow in a sql database with a selected item in a ddl.  I am using the following code:  Dim connectionstring As String = ("my connection")         Dim query A...
I'd like to create a drop down menu for my site. The kind that when you roll over them you get a list of link options that sprout from the bottom, not the form kind. I've looked around and hav...
Hello, When i visit my site using FF3, the error console reports the following: Error: userAgentButton is null Source File: chrome://useragentswitcher/content/useragentswitcher.js Line...
hi i have my own chat software written in JS and VB. when we ban a user from the chat room their IP get saved in a file.txt on the server so they can not enter the chat room anymore. so...
I am relatively new to Cold Fusion Studio 5. I have had success with hundreds of pages serving up on our company intranet.. but.. I wish to output the results of my SQL crosstab (pivot) query...
Hey guys I have done this perl script and it has some errors when I execute it so can anyone help me? Script: #!/usr/bin/perl -w use 5.004; use strict; use CGI qw(:standard); us...
I have a function function valiDate()   dim dt     dt= document.activeElement.value    if not isdate(dt) and dt<>"" then      msgbox "That is not a valid date. Reenter.",,"Invalid Date...
I want to convert a HTML document into pdf. Are there any free tools available to do that.
I have an asp page that loads a picture in an iframe. The problem is that I have javascript that resizes the image. I've run into problems with the resize function failing because it's executi...
Dear all Expert who is willing to help... Can anyone explain this following code (line by line), what it is and what it is doing? and what happen in each line....(I guesss it's XML codes but ...
Hi, My application has been using System.Web.Mail to send emails to the user. However, I have been receiving report from user saying broken links in the emails. For example, If a h...
How can I convert this pseudocode into PHP so I can implement it into an osCommerce contribution? We need to set a variable that takes the data entered into $address and copies it to anothe...
I have a webpage that show's tooltips that I've put together.  Everything works great except when the tooltip is trying to go over a multiline select box. <select name="whatever" size="7" m...
I need to create an HTML page with some VBScript code that will tell the user if he or she is part of the administrator's group.  The users are not computer savy at all, so they will not even ...
I'm getting desperate here.  All I want to do is to place an MPEG video on a website.  The website is an ASP.Net 2.0 site with C#.  The goal is to have the video play automatically once the we...
Hey This is want I want to do... I want a webpage with a textbox and a button. In the textbox I want to type an URL to a file  i.e. http://www.downloadfile.com/file.zip  and hit the but...
I am trying to insert lot of values to a table from a stored procedure. MY ASP page takes CSV file and passes on the filename and path to the  stored procedure that bulk copies all the rows to...
Hi, I need help - I'd like to create a small window for words on a website that require a definition. When someone rolls their mouse over the word a pop up will fade in and fade out when th...
Hi, I have this statement: <?php if ($_SESSION["userlevel"] != "admin") {     include ('footer.php');     die (''); } is there any way to get the users who uses IE to another...
Hi Everyone, I have a HTML email and i have text and pictures in that html page, but when i recive the email it shows me Links only but not coming up as HTML page can some one tell me w...
I have a form on a web page that gathers info from the user.  i would like to mail that information using an asp mailer.  for some reason it times out everytime i try submitting the informatio...
Hi I'm having some problems getting this to work. I need to list out all unique products with the number of times it is registered. The XML: <computers>   <computer Name="PC1">     <P...
I have an ASP.NET on which i dynamically generate HTML checkboxes; with dynamic names like ckbUser2 ckbUser3 ckbUser4 . . . ckbUser9 ckbUser10 (the numbering sequence may vary; ...