Ya, I realize that now, but I'm working backwards and converting line by line my Javascript code to VBScript - whatever I can't put into a Javascript Script subset anyway.
Wish I'd read the fine print and realized this whole thing was VBScript before I already spent so long integrating it, my ownstupidity.
By the way, if anyone knows. I'm having some trouble translating this statement from Javascript to VBScript.
Any help would be most appreciated:
MM_editRedirectUrl += ((MM_editRedirectUrl.indexOf('?') == -1)?"?":"&") + Request.QueryString;
So far I have:
MM_editRedirectUrl = MM_editRedirectUrl +((MM_editRedirectUrl.indexOf('?') == -1)?"?":"&") + Request.QueryString
But I haven't been able to get further.
Thanks,
Peter
Edit: Nevermind, I completely recoded the page using a different method, it took about 6 hours or so of solid work but my Web Wiz system is finally up. Thanks.
I just wish the VBScript notice was a bit larger because I completely missed it.
Edited by pjpeter - 10 May 2005 at 10:24pm