dakotatech Posted December 6, 2007 Posted December 6, 2007 There is this web page I visit quite often, with the extension of .asp. On it is a textbox requiring a model number then a click button. Is there a way to view the html of the page so I can determine the name of the textbox? View source on IE6 doesn't work and Saving webpage doesn't help either. I want to have Access enter the model number automatically to save key strokes and errors. Quote
TCH-Bruce Posted December 6, 2007 Posted December 6, 2007 Have you tried looking at the page with Firefox and viewing source with it? Quote
dakotatech Posted December 6, 2007 Author Posted December 6, 2007 No. I don't run firefox, at least yet. But maybe it's worth a try. Quote
dakotatech Posted December 6, 2007 Author Posted December 6, 2007 Same result with firefox. Maybe I'm having problems from the VB aspect. I'll query the Access site I go to. Thanks Quote
TCH-James Posted December 7, 2007 Posted December 7, 2007 ASP is processed server side and will not be shown unless the server doesn't understand what to do with it. The same thing happens with PHP when processed server side. Quote
Bob Crabb Posted December 7, 2007 Posted December 7, 2007 If you have now installed Firefox, you might also try installing the add-on Webdeveloper 1.1.4. This will give you some additional tools to analyze the html and css of a webpage. One of the options on the Webdeveloper tool bar is a utility that will display form information. With it you can quickly display the form tag and option tags in the form. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.