Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: IEAN
  • Content: Threads
  • Order by date
  1. IEAN

    Response.Redirect works on one computer but not another???

    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!
  2. IEAN

    Print Style Sheet - Doesn't hide elements properly

    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...
  3. IEAN

    Try to Add 3 Numeric Values but Cannot???????

    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...
  4. IEAN

    How to break up recordset to display first 5 at top,the rest at bottom

    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...
  5. IEAN

    Does anyone know how to disable the "Back" button?

    Hi all, Does anyone know how to disable the "Back" button? Please advise, thanks!
  6. IEAN

    How to Make readonly="readonly" work in Internet Explorer/IE?

    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!
  7. IEAN

    CSS, Print Out Differently in IE and FireFox....

    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!
  8. IEAN

    O Print Margin, Print Margin, wherefore art thou such a pain?

    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...
  9. IEAN

    Rename files, But no 301 Redirects, What is the Best way to do this?

    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...
  10. IEAN

    Rename files, No 301 Redirects, What is the Best way to do this?

    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...
  11. IEAN

    How to create "water reflection" like effect

    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
  12. IEAN

    ORDER BY clause (Field) conflicts with DISTINCT. Question

    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...
  13. IEAN

    Increase PgRnk wBlog, advise needed

    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!
  14. IEAN

    Z-Index, Fine in IE, Disappeared in FireFox??

    Hi all, I used a z-index:-1 for one of my images, it shows up as it is intended to in IE, but in FireFox, the image disappeared... Any idea? Thanks!
  15. IEAN

    How to Retrieve Image Dimensions???

    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...
  16. IEAN

    How to modify this code to allow multiple call?

    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) )...
  17. IEAN

    Site that would let you check your page in major browsers?

    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!
  18. IEAN

    Have Divs/Spans In Same Row, Not Under.

    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...
  19. IEAN

    PDF FDF, should work but not working??

    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...
  20. IEAN

    Form Question, w/out &lt;input&gt; tag or adobe reader/acrobat.

    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!

Part and Inventory Search

Back
Top