Thread: Stupid Newb Question
Results 1 to 8 of 8
Related
-
newB question Forum: CGI Perl Forum
Replies: 1 -
Newb Cgi Question Forum: CGI Perl Forum
Replies: 2 -
Stupid little arrow... Forum: CSS Forum
Replies: 3 -
Hi All.... Imma Newb Forum: Introduce Yourself
Replies: 2 -
Help with a stupid table question Forum: HTML Forum
Replies: 2
-
02-06-2007, 09:31 AM #1
Stupid Newb Question
Hi.
I was wondering if there were any generous souls in this forum that could help me out? I am new to HTML (et al) and am trying to test something here at work. I need to try and identify all the tags\attributes that might contain a URL (absolute path - Eg. http://mycompany.com ...). I am aware that links in HTML contain an href attribute. So I think I am all set there. However, there are other attributes that I might not be aware of. For example, an external javascript file etc. I believe that CSS, XML (et al ???) might also contain absolute URLs. I am just not sure if that's true or not. Would anybody be able to come up with a list of of languages and tags\attributes that might contain a URL. Or point me to a source that would have a consise list (versus having me spend a week researching all the possibilities). Thanks in advance. Sorry if this is a major PITA.
-
02-06-2007, 11:04 AM #2
Re: Stupid Newb Question
I would scan the files for "href", "src", "include"
anybody else with others?
-
02-09-2007, 12:22 PM #3
Re: Stupid Newb Question
Originally Posted by Dave
-
02-09-2007, 12:30 PM #4
Re: Stupid Newb Question
None of those would work on a relative link though.
-
02-11-2007, 03:48 PM #5
Re: Stupid Newb Question
I'm not sure this is what you're looking for, but if you want to see what a particular page links to:
Right-Click on a blank spot in the browser, Click "View Page Info" (in Firefox, I don't know about IE though I suspect there is a similar feature), Click the "Links" tab and you'll get a list of every link contained in the source code.
-
02-23-2007, 09:53 PM #6
Re: Stupid Newb Question
For IE it works, but I am not totally sure about Firefox for viewing source codes...
-
02-26-2007, 04:21 AM #7
Re: Stupid Newb Question
Firefox :: Right-Click --> View Page Source.
or View --> Page Source
or CTRL-U
-
02-26-2007, 08:52 AM #8
Re: Stupid Newb Question
You Could try the "Jsview" extension for Firefox... it allows you to easily view all external pages such as css or javascript... available here: https://addons.mozilla.org/firefox/2076/