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 strongm 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: saroy71
  • Order by date
  1. saroy71

    submit button name/value pairs not set/empty using IE

    Hi all, We have a form with two submit buttons each with a unique name/id and value so that we can determine in PHP validation which button was clicked. The form action is the same page for both. That is, the action page must determine which button was clicked and process code accordingly...
  2. saroy71

    What is AS/400? Ecommerce?

    Thanks jmd0252 for your clear and candid answer. We do have 0% experience so we will look to subcontract.
  3. saroy71

    What is AS/400? Ecommerce?

    Hi, We have been asked to develop an ecommerce web site (we are web developers) that must connect to and use an AS/400 backend. We are not familiar with this product. What exactly is AS/400? Is it a database, a server, a language? Can a php web page connect to it to access and store...
  4. saroy71

    Pages won't print/preview on multiple pages

    Hi, We're having problems printing our web pages (http://www.northern-spirit.ca). We always get a print preview of only 1 page with the contents extending past the end of page 1. It never goes to page 2! (e.g. a longer page like http://www.northern-spirit.ca/index.php?cPath=21 will only print...
  5. saroy71

    Access reports/forms on web server; update locally

    Hi, We have a client with an Access database with reports and forms located on her local computer. We are now putting it onto a web server so that her customers can access the database via web browser. She still needs to use the reports/forms in Access because it is beyond the budget to...
  6. saroy71

    How many rows updated in mysql

    works perfect. thanks!
  7. saroy71

    How many rows updated in mysql

    Hi all, I am doing an update in php and it works great but I need to know how many rows were updated. I know if I put the query directly into phpmyadmin it will tell me '10 rows updated successfully'. Is there a way to get that information from the database back to my web site page? Thanks...
  8. saroy71

    Make div width of text in Netscape 7

    Worked perfect. Thanks mate Education is what you get from reading the small print. Experience is what you get from not reading it.
  9. saroy71

    Make div width of text in Netscape 7

    I can't use a table. That isn't proper coding. Tables are only to be used for tabular information like a spreadsheet not for formating. Any other ideas? Education is what you get from reading the small print. Experience is what you get from not reading it.
  10. saroy71

    Make div width of text in Netscape 7

    Hi, We have divs that have text and a background colour. We want the background colour to only be the width of the text and for the text to not wrap. We have given the div a small width and just allowed the text to push out the div. This works fine in IE and NN6, but NN7 seems to keep the...
  11. saroy71

    urlencode() not working on "enter" button

    found it. "stripslashes()" I love php. ;) Education is what you get from reading the small print. Experience is what you get from not reading it.
  12. saroy71

    urlencode() not working on "enter" button

    Wow... that was easy. Thanks so much Spookie. As new to php I don't know it very well. I don't suppose there is something equally as easy so that it will display the single quote (') or double quote (") correctly? Currently it is putting a backslash in front of them. Please let me...
  13. saroy71

    urlencode() not working on "enter" button

    Hi php wizards, I'm having problems with getting a variable to pass correctly from page1.php to page2.php. On page1.php there is a form where a person puts in name, email, and a brief message. It is this message where I am running into problems. On page2.php I want to see the message...
  14. saroy71

    IIS

    It would appear there are a great many causes of this problem. I found that when I turned of 'Kazaa' the problem went away. I then restarted 'Kazaa' and both worked fine together. I assume 'Kazaa' wasn't allowing iis to use port 80. Education is what you get from reading the small print...
  15. saroy71

    Adding duplicate rows to a table.

    I have a table that is a basic form with name address , etc. But it is possible for the person to have more than one address so I have a button that will duplicate all of the address information. Unfortunately I can't figure out how to duplicate the information but change the name of the input...
  16. saroy71

    target attribute replacement in XHTML

    The target attribute in the <a> tag is no longer accepted in strict XHTML. Does anyone know how to tell a link to open in a different window? Also, how would I size this new window and make sure it doesn't have a scroll bar or toolbars when it opens? It's just for showing an enlarged picture...
  17. saroy71

    adovbs.inc won't work

    Thanks rac2, Works great! Education is what you get from reading the small print. Experience is what you get from not reading it.
  18. saroy71

    adovbs.inc won't work

    I am trying to use adovbs.inc but it isn't working. <!-- #INCLUDE FILE=&quot;adovbs.inc&quot; --> This is how I am calling the file and it is in my root directory, etc. It can find the file but it gives me an error: Error Type: Microsoft JScript compilation (0x800A03F7) Unterminated string...
  19. saroy71

    position:fixed within Internet Explorer

    My images are NOT background! I need them to be 'foreground' because they are buttons, etc. But thanks anyway for your help. Education is what you get from reading the small print. Experience is what you get from not reading it.
  20. saroy71

    position:fixed within Internet Explorer

    Correct. I was wondering if anyone knew of a way to work around this so that my site would look and act as if I was using position:fixed. I know how to do it with images that are part of the background but I need interactive images that &quot;act&quot; like they are fixed in a position. Anyone...

Part and Inventory Search

Back
Top