Home : Products : DBMan SQL : Discussion :

Products: DBMan SQL: Discussion: Re: [needsupport] What is the URL?: Edit Log

Here is the list of edits for this post
Re: [needsupport] What is the URL?
Hi,

You have to change
var obj = document.frmname.rtype;
To:
var obj = document.myform.State;

Also, the url should be:
var url = window.location.protocol + '//' + window.location.hostname + window.location.pathname + "?db=<%db%>&do=search_results&uid=default&dp=1&State=" + type;
window.location = url;

TheStone.


B.

Last edited by:

TheStone: Mar 12, 2002, 4:12 PM

Edit Log: