Gossamer Forum
Home : Products : DBMan SQL : Discussion :

Re: [needsupport] What is the URL?

Quote Reply
Re: [needsupport] What is the URL? In reply to
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
Subject Author Views Date
Thread What is the URL? needsupport 5857 Mar 11, 2002, 8:57 PM
Post Re: [needsupport] What is the URL?
Paul 5759 Mar 12, 2002, 2:18 AM
Thread Re: [needsupport] What is the URL?
604 5757 Mar 12, 2002, 9:04 AM
Thread Re: [TheStone] What is the URL?
needsupport 5757 Mar 12, 2002, 2:50 PM
Post Re: TheStone - Can you help?
needsupport 5712 Mar 12, 2002, 3:40 PM
Thread Re: [needsupport] What is the URL?
604 5735 Mar 12, 2002, 3:43 PM
Thread Re: [TheStone] What is the URL?
needsupport 5713 Mar 12, 2002, 4:02 PM
Thread Re: [needsupport] What is the URL?
604 5693 Mar 12, 2002, 4:08 PM
Thread Re: [TheStone] What is the URL?
needsupport 5706 Mar 12, 2002, 4:14 PM
Thread Re: [needsupport] What is the URL?
604 5707 Mar 12, 2002, 4:24 PM
Post Re: [TheStone] What is the URL?
needsupport 5671 Mar 12, 2002, 4:36 PM