Forums

This topic is locked

Parameter goes with the url???

Posted 10 Jan 2003 13:10:00
1
has voted
10 Jan 2003 13:10:00 Didier Glorieux posted:
I will be short.
I have a page 1.asp on this page there is a link to a detail page klikID is the url parameter. when clicking I go to 2.asp. I can update information or update photo's. If I update photo's I delete the old ones first. This far no problem. But when I redirect to ok.htm I always get "didier-lap/1dumobil/admin/ok.htm?klikId=20& " if you look well you see that ?klikId=20& is there when it shouldn't. Is there somebody that knows what the problem is. Because the page works well without the dmx component. I hope to receive something from you.
Didier

Replies

Replied 13 Jan 2003 13:59:28
13 Jan 2003 13:59:28 Didier Glorieux replied:
I'm back..George..hope you read this.
If you want to insert or update or delete a record and you choose for redirect in the dreamweaver funtions, and after this you start to use upload asp 2.09 or smart image compressor and there you don't fill in a redirect page, then in you code you will find 2 times these lines :
****************
MM_editRedirectUrl = MM_editRedirectUrl & "&" & UploadQueryString
*****************
and there is the problem, you will be redirected to your page you want but in the url there are more paremeters.
I solved it by entering your code and change the code to :
*********************
MM_editRedirectUrl = MM_editRedirectUrl
*********************
Is this a small bug? Hope you have enough info to maybe solve it in version 3.0 <img src=../images/dmxzone/forum/icon_smile.gif border=0 align=middle>

Didier

Reply to this topic