Forum Moderators: phranque

Message Too Old, No Replies

Need Help

Need help regarding whether one page is static or dynamic?

         

Alok

10:36 am on Jul 13, 2005 (gmt 0)

10+ Year Member



One of my senior harrashed me very much regarding "whether one link is static or dynamic". He has asked me to check whether say abc.com/PageManager/Default.aspx/PageID=1162599&NF=1 is a static link or a dynamic one. Please help me to give the proper answer to them. Some of my friends have different ideas regarding this.

volatilegx

8:50 pm on Jul 13, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Dynamic. I say that because the page being linked to is a script which more than likely serves different content based on parameters at the end of the URL.

rocknbil

9:04 pm on Jul 13, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



The link or the page it's linked to?

The link itself can be dynamic or hard-coded, depends on how the page it's on is output.

But that URL **looks** dynamic at first, but if you have it correct there look at the slash after the .aspx. They could be pulling the path_info environment variable to use pageID for something else and the .aspx might be a static page. Can't really say one way or another from your post.