Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: .htm?=large ?  (Read 6064 times)

0 Members and 1 Guest are viewing this topic.

Zylstra

    Topic Starter
  • Moderator


  • Hacker

  • The Techinator!
  • Thanked: 45
    • Yes
    • Technology News and Information
  • Certifications: List
  • Computer: Specs
  • Experience: Guru
  • OS: Windows 7
.htm?=large ?
« on: April 08, 2007, 12:09:15 AM »
 I was viewing a video and I noticed that I could make it bigger
The address in the address bar before I did this was something like
http://www.lookatentertainment.com/v/v-1448.htm
(Cant say if thats an appropriate video or not... I think its just people getting hurt)
So I clicked 'Large' and suddenly the address turns to
http://www.lookatentertainment.com/v/v-1448.htm?size=LARGE

Now, I have seen the "?" and its following action in PHP and Perl, and a few other web application formats, but never in a .htm hypertext format.

How was this done?

Computer Hope Admin

  • Administrator


  • Prodigy

    Thanked: 248
    • Yes
    • Yes
    • Yes
    • Computer Hope
  • Certifications: List
  • Computer: Specs
  • Experience: Guru
  • OS: Windows 10
Re: .htm?=large ?
« Reply #1 on: April 08, 2007, 09:49:49 AM »
Huh that is interesting and although I don't have a definite answer I'd still assume it's some type of scripting language Perl/PHP/ASP that's just generating the page. Possibly SSI? Not sure, but it's not plain HTML.
Everybody is a genius. But, if you judge a fish by its ability to climb a tree, it will spend its whole life believing that it is stupid.
-Albert Einstein

Zylstra

    Topic Starter
  • Moderator


  • Hacker

  • The Techinator!
  • Thanked: 45
    • Yes
    • Technology News and Information
  • Certifications: List
  • Computer: Specs
  • Experience: Guru
  • OS: Windows 7
Re: .htm?=large ?
« Reply #2 on: April 08, 2007, 02:29:56 PM »
Its just weird since normally you dont see a .htm with a following action.

fffreak



    Adviser

  • That's right I am a final fantasy freak.
  • Thanked: 3
    • Yes
    • JSPCRepair
  • Certifications: List
  • Experience: Guru
  • OS: Windows 7
Re: .htm?=large ?
« Reply #3 on: April 10, 2007, 03:55:56 PM »
It's a variable in their javascript coding, and you can use "window.location" to pull the variable out and use it.
Computers are the future, not us. Learn everything you can about them while you still can, soon they will be learning about us... Every bit of advice that I give you is best guess, it is your choice whether or not you listen to it.

Zylstra

    Topic Starter
  • Moderator


  • Hacker

  • The Techinator!
  • Thanked: 45
    • Yes
    • Technology News and Information
  • Certifications: List
  • Computer: Specs
  • Experience: Guru
  • OS: Windows 7
Re: .htm?=large ?
« Reply #4 on: April 10, 2007, 05:19:02 PM »
Very interesting

Know of any places to learn about how to do this?

fffreak



    Adviser

  • That's right I am a final fantasy freak.
  • Thanked: 3
    • Yes
    • JSPCRepair
  • Certifications: List
  • Experience: Guru
  • OS: Windows 7
Computers are the future, not us. Learn everything you can about them while you still can, soon they will be learning about us... Every bit of advice that I give you is best guess, it is your choice whether or not you listen to it.

Zylstra

    Topic Starter
  • Moderator


  • Hacker

  • The Techinator!
  • Thanked: 45
    • Yes
    • Technology News and Information
  • Certifications: List
  • Computer: Specs
  • Experience: Guru
  • OS: Windows 7
Re: .htm?=large ?
« Reply #6 on: April 10, 2007, 08:34:56 PM »
Thanks for the page
(Applaud)
(A bit confusing... I think I will stick to HTML and templates)

Computer Hope Admin

  • Administrator


  • Prodigy

    Thanked: 248
    • Yes
    • Yes
    • Yes
    • Computer Hope
  • Certifications: List
  • Computer: Specs
  • Experience: Guru
  • OS: Windows 10
Re: .htm?=large ?
« Reply #7 on: April 12, 2007, 12:20:17 AM »
(applaud) Was not aware something like this was possible with JavaScript. Thanks for sharing fffreak. :)
Everybody is a genius. But, if you judge a fish by its ability to climb a tree, it will spend its whole life believing that it is stupid.
-Albert Einstein

fffreak



    Adviser

  • That's right I am a final fantasy freak.
  • Thanked: 3
    • Yes
    • JSPCRepair
  • Certifications: List
  • Experience: Guru
  • OS: Windows 7
Re: .htm?=large ?
« Reply #8 on: April 16, 2007, 11:01:50 PM »
No problem, I too had the same question a few years back.
Computers are the future, not us. Learn everything you can about them while you still can, soon they will be learning about us... Every bit of advice that I give you is best guess, it is your choice whether or not you listen to it.