Click to See Complete Forum and Search --> : passing values through multiple asp pages


thebluestar136
05-27-2010, 03:08 AM
Here I try to make a dynamic site, means the content only is displayed in a main part of website.Hmm, all related pages are called by the values that are passed by the URL.
Here is my source
Firstly, from the main.asp page I add page dynamic_site.asp to show other related pages: employerSite.asp, employerProfile.asp...
Now from the employerSite.asp (it contains many links to other pages), I want to display other links ( its sub-links) in it. It mains in that same page. The content of sub-links will be display belove the menu link (Register******Manage).
I get stuck here. When I check the action got from the url for sub-link (eg: employerRegister.asp) in the employerSite.asp it is empty!!!
http://www.mediafire.com/file/yzykjoggz2m/FRAME.rar
I cannot attach my files, so I insert a link!
Help me!

yamaharuss
05-27-2010, 01:09 PM
Maybe I'm dense today but I did not understand one bit of your question.

thebluestar136
05-27-2010, 10:49 PM
If you run the code you will understand my ideas. Hmm, but Now it works , I just made a small mistake about file in my computer only!

yamaharuss
05-28-2010, 11:42 AM
I don't think it's typical for us to download your zipped code, set it up on our server and test for you. I suggest you post your code in the future. Hmm?