this is Site Integration Mod. related - but is really an issue with the variable that stores the URL for returning a user back to their originating page after adding or updating a user profile (i think).
i use a common script from www.dynamicdrive.com for my horizontal site navigation (inc_site_header.asp). i replace the standard forum related links (upper right corner) with a drop down. there is no problem wiht navigation but if a user updates (or adds) their profile from these links then at the point where they are to be returned to their originating page they receive the following submission details related errors:
There Was A Problem With Your Details
You must choose a UserName You Must give an e-mail address You Must enter a valid e-mail address
-addtional errors if 'adding' a profile: Your UserName must be at least 3 characters long You must choose a Password
this only occurs when linking to the add or update user profile pages from the navigation script that loads from an exteral .js file. there is no problem from standard html links.
please update userID: test, pw: test. and you'll see the problem.
how would i go about correcting this and still keeping my horizontal nav. in place?
thanks, j
Edited by - JLatiolait on 08 January 2005 17:27:11
My .js menu files are in the page AFTER "inc_header / strReferer = chkString(request.servervariables("HTTP_REFERER"),"refer")." I include this in my 'inc_site_header file.'
I've tried passing a value for my strReferer variable in the URL as: [path]/forum/pop_profile.asp?mode=Edit&strReferer=default.asp AND [path]/forum/pop_profile.asp?mode=Edit&<%strReferer%>
No success.
I noticed that you're forum that you ref. with your/this problem no longer uses DHTML menu? Did you have success resolving this problem? Any help is appreciated.
thanks, j
Edited by - JLatiolait on 09 January 2005 22:03:47