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 Development Solutions: 1 - 25 of 2889
 
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/sub...
hi all, IntTemp = Int((255 * Rnd()) + 1) I used above ASP.NET code. Problem is in " Rnd() " Rnd() value is changing everytime. What is the alternative for Rnd()? OR How will stop R...
Hi   I want to access my yahoo e-mail. And i cant remember my passward. And also cant recover it because of I cant remember the questen or answer. Can someone help me to recover access to my ...
I may be tasked with either changing or rewriting a website for a small business.  Currently they have their complete site written in flash, and the files that get loaded are .swf files.  The ...
I want to use a e-mail client to get my mail. But I dont know the POP3 address(server) for hotmail. If anyone can tell me the POP3 address and possibly SMTP address as well I would really appr...
Lets say that we have the following in a css file that we are importing to our html file. table         { background-color: #c6c4c4; border-width: 0px; padding: 0px;} th            { background-colo...
Hi all Is there a way of setting IE to automatically refresh at given intervals? Help appreciated Kels
How do I clear the border on an IFrame? I tried <border="0">, but that made no difference. I am loading the src based on a dropdown list and do not know how to dynamically set the height of...
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...
Greetings All, I have a web application that is installed at numerours remote locations (I know, not the best solution, its the way my boss wants it).  I have an install package that instal...
How do you convert a string into an integer in vbscript? I've tried to find something but i can't find anything. fromDate = Request("datefrom")           fromMonth = Left(fromDate,2)    ...
Hi, I am using the following to validate dates:                                 <asp:CompareValidator id="valCompareDate"                                    ControlToValidate="EndDate"                                    ControlToCompare="StartDate...
How can I apply style to input textbox field with CSS? I would like to avoid inline formating for every field since they are all same. If I need to apply additional style for some field, wil...
if continue = 0 then goto failure failure: Syntax error /pages/Uplink.asp, line 23, column 13 if continue = 0 then goto failure How can I do this? It does not seem to like my Go...
i am writing a asp.net 2.0/vb.net site and i need to pass a client# to a page to pull up a client specific pdf. I don't want to allow the name.pdf to show in the address bar...because someone ...
Hi, My users .net web apps were working fine, until he messed something up with the permissions. now i get the following error on all asp.net apps Server Application Unavailable The...
How do you create a html input text box with no border?
Hi all Is there a good (free) PDA/Blackberry emulator about for a small bit of ASP.NET web dev? Cheers T
Hello. I receive the folowing error and it seems to have something to do with AJAX. Sys.WebForms.PageRequestManagerServerErrorException: An unknown error occured while processing the reques...
Hi,  I have a page where I am trying to do a Response.Redirect and I get the next error message: 'Thread was being aborted' How can I solve this problem? Thanks in advance
I am not sure if this is the correct forum, but here we go. I am running Windows 2003 Server/IIS 6.0 and all was well untill this morning. All of a sudden, I get "Service Unavailble" in black ...
I'm trying to call a Javascript function in an iframe, but nothing I've tried will work in Firefox? Here's what I have: ---------------------------------------------------------- PARENT: p...
I am trying to grab the network ID of the user and check if its netID is in the database as follow, but Iam having problem with the EXIST or IN clause. (the database is MS SQL) Dim str...
How do I convert cmyk colors to the pms equivalent in Adobe Illustrator?  I am having letterhead made up and the printer needs the pms number and all I have is the cmyk.
Ok, here is the code I have in the HEAD tag of my page. --------------------------------------- <script language=JavaScript> function printRPT() { data_fields.focus() window.print() } ...