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 Wanet Telecoms Ltd 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
  • Content: Threads
  • 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?

    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...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  10. 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...
  11. saroy71

    position:fixed within Internet Explorer

    I am trying to use position:fixed on my website and it works perfectly in Netscape 6 and Mozilla 1.1, however, it treats it as a position:absolute in Internet Explorer 6. Does anyone know if there is a way around this problem or have you heard if Microsoft will be updating IE to correct this...
  12. saroy71

    Understanding JAVA

    I'm using software (QARun) that uses C for writing scripts however I need it to understand a Java menu in a different program. QARun is an automated testing program and I am trying to test a Java application. Most things run smooth but it is unable to see menubars. That is, if I click File, or...

Part and Inventory Search

Back
Top