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
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 ...
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...
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 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...
Hi all
Is there a way of setting IE to automatically refresh at given intervals?
Help appreciated
Kels
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...
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 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 am using the following to validate dates:
<asp:CompareValidator id="valCompareDate"
ControlToValidate="EndDate"
ControlToCompare="StartDate...
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 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...
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,
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
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...
Is there any methods are there in JavaScript to compare 2 dates, instead of writing lengthy code.
Ok, here is the code I have in the HEAD tag of my page.
---------------------------------------
<script language=JavaScript>
function printRPT()
{
data_fields.focus()
window.print()
}
...
Hi: I am currently downloading the file of type .nrg, I have a software name magic disk which i downloaded from internet. My question is can i use the .nrg file to decompress on my machine as ...
Hi All,
I would like to know if it is possible to get the cursor position within as html textbox. For example, if there is a textbox and the user types in 'ABC'. he moves the cursor ...
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...
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...
In an html program I am using a script (version A) to send some XML data to a server to be processed. This, JavaScript function, posts the XML data to the server. I slightly different script ...
Is there a way to capture or request the Windows login name from the client using only JavaScript or using JavaScript and Coldfusion? I have seen ways to get it using asp but this will not wo...