-1

I'm using HTML and javaScript .. I'm trying to build a chrome extension , which will display some info from the website in the popup

I need to get the page source of http://met.guc.edu.eg in the context of my web page and use it to get some of the "li" tags and do some work on them ( RegEx )

for example display the courses taken by student in web page -- By taking them from the http://met.guc.edu.eg .. and display them in a nice way in a pop up

msheshtawy
  • 415
  • 4
  • 12
  • 17
  • 4
    Are we talking programmatically here or what? If so, what language are you using? You should try and be as specific as possible when writing questions. If you can't spend more than 10 seconds writing a question then you can't expect anyone to spend more than 10 seconds answering it. – Andy E Jun 11 '10 at 15:22
  • 1
    File->Save As... or File->Save Page As... – unbeli Jun 11 '10 at 15:22
  • 2
    In firefox: go to View menu, select Page Source (keyboard shortcut is Ctrl-U) – FrustratedWithFormsDesigner Jun 11 '10 at 15:24
  • 3
    Voted for re-opening now that the question has been updated. – Andy E Jun 11 '10 at 15:28
  • 1
    Voted to close ---- Now voted again to reopen :) – Shoban Jun 11 '10 at 15:35