How do you find out who made a website?

Does anybody know how this website is made? Can't find the PHP script anywhere!?

  • Hey everyone, does anyone know how the script on this website is made? You click on [Add to Quote] and it automatically adds it to your form to be sent to them. There are about a couple hundred items on that site, all can be added. It's not a shopping cart system because customers arent' buying anything - they're just adding items to be sent to the company for pricing. http://www.p3systemsinc.com/cisco/cisco-cerent-optical/15454e-series Anyone know any good software to make that? Any ideas? I'm trying to do the same thing for my business. Thanks!

  • Answer:

    Go here view-source:http://www.p3systemsinc.com/cisco/cisco-cerent-optical/15454e-series Then you will see, it is connected with Java script so what you need to do is go to the java script files... save it as .js then connect it with your item place thing.. I wish I could explain this better.. ok.. for example.. You will see this <script src="/javascripts/jquery-1.2.6.min.js?12… type="text/javascript"></script> <script src="/javascripts/application.js?1241464… type="text/javascript"></script> </head> <body> <div id="container"> <div id="header"> <h1 id="branding"><a href="/">P3 Systems, Inc</a></h1> You want to click the javascript files (highlighted in blue in the actual source) save page as a .js file then connect it with your add to quote button

yeah at Yahoo! Answers Visit the source

Was this solution helpful to you?

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.