Pulling data from url into XML page

webmasterbeta

New Member
Hi Guys

I have a basic asp page (mypage.asp) which has simple html coded headers and footers. However, the body of my page pulls in a separate xml page on my server

Is it possible to pull data from the url of my page into the xml section of my page? For example, my url will state something like this:

<!-- m --><a class="postlink" href="http://www.mysite.com/mypage.asp?orderid=132456789">http://www.mysite.com/mypage.asp?orderid=132456789</a><!-- m -->

I have a form in my xml page:

<form name="recordsPage" action="mypage.asp?orderid=XXXXXXXXX" method="POST">

The form simply helps the paging of my results. However, I need to populate the "orderid" part for the form with the order id (ie 123456789) from the url.

Is this possible? If so, then how would I achieve this?

Any help would be fully appreciated.

best regards

Rod from the UK
 
Back
Top