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: *

  1. garp2100

    Design that works for Internet Explorer but not for Firefox

    I didn't read your last message Red...really big DUH on my behalf...<br /> did it along with the substition of the double quotes. Thank you so much!!
  2. garp2100

    Design that works for Internet Explorer but not for Firefox

    Thank you BigRed1212 but none of the options worked. The first one gave me exactly the same results and the second one gave me an error and wouldn't even display the page Thanks for trying though!
  3. garp2100

    Design that works for Internet Explorer but not for Firefox

    Hi Dan, the client-side code it's quite lengthy, but here it goes, I've tried the validator but no matter if I use </br> or </br > I get the same errors and display. Thanks <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html...
  4. garp2100

    Design that works for Internet Explorer but not for Firefox

    Hello everyone! I'm coding a database display in which hyperlinked items will be displayed on my page, when you click any of them it will take you to another page. On Internet explorer, the database items are displayed neatly one of top of the other with a space in between, but in firefox...
  5. garp2100

    Distinct records dataset display

    Hello Everyone, back again with some more questions for the group! I'm developing a database driven application in which I show a group of people. I have a database of people in which some individuals have more than one instance of address or location. On my database this is shown as a...
  6. garp2100

    Info on full dynamic data display and sorting

    Thank you ChrisHirst and traingamer! I'll definitely look into the asp101 pages and will try to get my hands on the books mentioned!
  7. garp2100

    Info on full dynamic data display and sorting

    Totally forgot..my bad. It's classic ASP
  8. garp2100

    Info on full dynamic data display and sorting

    Good Day everyone! I was wondering if anyone knew of any books or websites (I would prefer a book that I could get through Amazon or similar site) that explains not only how to display data from a SQL database on a page but also that lets you sort it, lets say, by a particular field and also by...
  9. garp2100

    Recordset hyperlinking question

    No worries Tarwn! you were quite helpful and I'm kinda of a novice so it never hurts to have extra info on etiquette!
  10. garp2100

    Recordset hyperlinking question

    oh I just noticed Tarwn's link to the microsoft KB, sorry, I did my best to state everything clearly and tried to be as specific as possible avoiding any rudeness or things like "HELP!!!", well thanks for that tip too! you live and you learn...
  11. garp2100

    Recordset hyperlinking question

    Thank you Tarwn and Chopstick for your fast responses! actually, I implemented Tarwn response as soon as finished writing the thread, I put the http:// in all websites within the database (luckily there were only 8 out of 99 records or so) but thanks for the insight, and also the programmatic...
  12. garp2100

    Recordset hyperlinking question

    Hello everyone, I'm working with a database link in ASP, I've managed to hyperlink the field for "website" so clients can click on it once it appears in the site. Now, the way I have it, when you click on it it puts my domain in front and then the website (www.mydomain.com/www.externallink.com)...
  13. garp2100

    Sending mail from ASP page with SMTPsvg.Mailer

    Hello Everyone, I'm trying to set up a page where a form gets emailed directly from the page, I've done some research and implemented some code that worked previously on our site under different conditions, I have looked and looked again, any help or insight would be greatly appreciated. Thank...
  14. garp2100

    Querying single quote strings in website front end

    Hello Everyone! I have a rather basic question. I have a simple username and password front end that queries a SQL database, I run into problems when one of the user names has a single quote in it (IE: O'brian). I get the "Microsoft OLE DB Provider for SQL Server error '80040e14' Line 1...

Part and Inventory Search

Back
Top