I have an ASP page that does something then Response.Redirect to another ASP page. The response.redirect works fine on my as well as other computer in my company, but the response.redirect fails to redirect on my client's computer. Any idea why? Please advise, thanks!
Hi all,
I set up a print style sheet to hide my header and side menu something like this
#NavTop {display:none;}
But instead of hiding my header and side menu completely, it left a white blank space where my header and side menu use to be. Its like the header and menu are still there but...
I am stuck on a ridiculously simply problem. I am trying to add 3 numbers together var1+var2+var3. I MADE SURE that all 3 vars are of Numeric type, but when I add them together, it throws a "hey buddy, you are trying to add a 'string' together" type error. At best it just combines all 3...
Hi all,
Say I have 30 records I want to display on a page from my database. I want to display the first 5 records on the top of the page and the next 6-25 at the bottom of the page. How do I break up the recordset so that it will display the first five here and the rest there? Please advise...
I have set one of the item in my drop down list to readonly="readonly", works fine in FireFox, but Not in IE. How can I make it work in Internet Explorer? Please advise, thanks!
Hi all,
I have a page styled by CSS, when I print out that page from Internet Explorer, everything is fine. But when I print out the page from FireFox, part of the page on the right is cut off. Any ideas why? Please advise, thanks!
Hi all,
I have a form that users can print out. The page prints perfectly if the printer margin is 0.25". But the thing is, many people will be using this form and their print margin may not be set to 0.25". It could be 0.75" and the print out will be out of whack. I have tried using CSS to set...
We have created a new set of pages to replace the old set currently existing on our site. We would like to change the file directory name, file name of the pages too. Generally what normally should be done is to set a 301 server redirect to direct the old pages to the new, but the problems is...
Hi all,
We have created a new set of pages to replace the old set currently existing on our site. We would like to change the file directory name, file name of the pages too. Generally what normally should be done is to set a 301 server redirect to direct the old pages to the new, but the...
Hi all,
Anyone know how to create that "water reflection" like effect like on this picture? Please advise, thanks!
http://www.net-a-porter.com/pws/images/product/12647/large/index.jpg
I have an SQL statement that looks something like this:
SELECT DISTINCT ItemID, Brand, PriceA*1.1 AS PriceB
FROM InventoryTable
Order By PriceB
When I run the SQL above I get an error that looks something like this:
ORDER BY clause (PriceB) conflicts with DISTINCT.
I did some research on...
If I want to increase ranking and pagerank on my website by adding a blog, my first question is, will a blog help? Secondly should the blog be another external domain, or should the blog be at blogger.com, or should the blog be a part of/a section of the site? Please advies, thanks!
Hi all,
I have a gallery type page that when you mouse over the bottom thumbnail image, the larger version image will show up above the thumbnails. I have set the larger version of the images to be 200px in width, what I intended to do is to have any images whose width is greater then 200px to...
How do I modify this code so that there can be mutiple call of the function "Display" to display different sections?
<script type="text/javascript">
function display(obj,id1) {
txt = obj.options[obj.selectedIndex].value;
document.getElementById(id1).style.display = 'none';
if ( txt.match(id1) )...
Hi all,
Is there a site anywhere that would let you enter the codes of your page and show you what the page would look like across the major browsers such as IE, Netscape, Firefox, etc?
Please advise, thanks!
Hi all,
I have a page that basically have a drop down box, when a user select an option from the drop down box, another drop down box would appear based on what was selected on the first drop down box.
What I am looking to do is, when the second drop down box appear, I want it to appear...
Hi all,
I am currently trying to create a program that would auto populate the form fields in a PDF file. I found the following code online at 15 seconds.com. The code doesn't throw any error but it does not produce the intended result. It is suppose to retrive the data submitted from a form...
Any idea how to let a user fill in a form(such as a tax form) online just like you would in Adobe Acrobat - without using any <input... tag, or Adobe reader/acrobat?
Please advise, thanks!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.