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 Westi 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: danjapro
  • Order by date
  1. danjapro

    Switching Css based on browser being used

    Does anyone know of a javascript or some coding that allows you to switch style sheets based on the borowser being used. I tried this script and it does not work. <SCRIPT LANGUAGE="Javascript"> <!-- var bIsIE = navigator.appName == "Microsoft Internet Explorer" var bIsIE4 = bIsIE &&...
  2. danjapro

    Css and Browser switching

    Thanks for the input. but this still leaves me out there ......... I need for the two spereate css to load based on browsers. I dont' need them cross paltfroming. Some of the defines in my FF css is the same name and id as in my IE Css. I did not use the method becaue it is not what I am...
  3. danjapro

    Css and Browser switching

    This provides an insight but does not help. I need a script taht will detect the broser and then load the appropriate css. This has to be out there. Anyone.
  4. danjapro

    Css and Browser switching

    I have a website that certain pages looks to different in IE as to in firefox. If I makes changes in css to fit fire foxe. the piece of crap IE chagnes. Now I have the chages set in two different Css that makes both borwsers appear alike. Is there a script to do this and it works. That all...
  5. danjapro

    Css and Browser switching

    Does anyone know of a javascript or some coding that allows you to switch style sheets based on the borowser being used. I tried this script and it does not work. <SCRIPT LANGUAGE="Javascript"> <!-- var bIsIE = navigator.appName == "Microsoft Internet Explorer" var bIsIE4 = bIsIE &&...
  6. danjapro

    deleteing a specific page

    I got it fixed ............Thanks for your support however.
  7. danjapro

    deleteing a specific page

    This is the url and the page id I would like to delte just this page specifically how would i rite the cod eto the page in this url http://axis.staging.cox.com/cci/eth...asp?ID=4&SID=18 my delete statment. if len(ssid) => 1 then strSQL = "Delete* from tblPageContent where MainMenuLinkID =...
  8. danjapro

    Error messge: HTTP 500.100 Internal Server Error - ASP error

    # Error Type: Server object, ASP 0177 (0x800401F3) Invalid ProgID. For additional information specific to this message please visit the Microsoft Online Support site located at: http://www.microsoft.com/contentredirect.asp. /CoxAxis/adminEditPage.asp, line 6 My code: <% dim self, pid, i, c...
  9. danjapro

    Response write

    Thanks so much Tarwn (Programmer) I think as long as I have been a memebr you have printed the best solutions. Thanks again
  10. danjapro

    How can you create a link between tables

    How can you create a link between tables in different databases. What method can I use to create this link between tables in sql server databases. Example: Database 1 table user Database 2 table userinfo
  11. danjapro

    How to link two sql servers

    How would I link them that was my main question.
  12. danjapro

    How to link two sql servers

    Give me a little assistance in how this can be done. My problem is I am using a .net shopping cart and I want to be able to have many cusotmers input and login into the shopping cart but I wasnt the custoemrs table in its own database.
  13. danjapro

    How to link two sql servers

    How would i link two sql databses to allow them to share certain tables. Example: database 1 linked to database two and share customer table.
  14. danjapro

    Response write

    I did that man, but i want the response wite to appear after the <% end select %> statement based upoen what the select case is
  15. danjapro

    Response write

    I want response write after each select case but i keep gettin errors CODE:::::::::::::::::::::: here is my code how would a I write the response write base on the case: <% Select Case f Case "ane" call ane Case "dot" call dot Case "delete" call del Case "edt" call edt Case "unc" call unc...
  16. danjapro

    redirect isssue

    Thansk guys but I always have aback plan..........Sorry wehn one does not work got unto the other.......... Like women.....
  17. danjapro

    redirect isssue

    never mind fella I got it working a different way. I just printed out my Success page into the code. Easy soltuion.
  18. danjapro

    redirect isssue

    what errror reporting:
  19. danjapro

    redirect isssue

    how would i do that
  20. danjapro

    redirect isssue

    thanks for helping me man......... I tried the code you placed above but all it did was remain blank it did not send the email out either,. It seems as though it is not getting down to the redirect part of the functions ................... And if i add code to the reidrec tit does not even...

Part and Inventory Search

Back
Top