kleinmannetje
|
| Posted: 07/23/2002, 12:49 PM |
|
Hello there,
I have a little problem with my project. I have made an online bookstore and I have made a frame around it. In the left frame I have made a search page in codecharge. The problem is I can't get it to show the search results in the main frame.
I have tried the solution that is shown in the articles section, but when I click search it only tries to open the first map that I want it to search in.
For example:
I put in the search html file:
<BASE href="localhost/test/kandelaar" target="main">
When I click search it tries to open the page in http://localhost/books.asp only.
When I put the following line in the html file:
<BASE href="localhost/test/kandelaar" target="main">
it tries to open a page like this http://test/books.asp
I hope anyone can help me
Thanks in advance
I am using codecharge and asp with templates.
|
|
|
 |
kleinmannetje
|
| Posted: 07/24/2002, 10:37 AM |
|
I still need help, can anyone help me please...
Thanks in advance
Jesse
|
|
|
 |
Nicole
|
| Posted: 07/26/2002, 4:35 AM |
|
hello,
please check you have define correct frame names in <frame> tags. The href attribute in <BASE> tag should contain the local path to the project files, e.g. if files are published into ..inetpub\wwwroot\test\kandelaar folder the href should contain: test/kadelaar/
Once it is done the project should work without a problem
|
|
|
 |
kleinmannetje
|
| Posted: 07/30/2002, 12:08 PM |
|
Thanks for your answer,
I tried that but it still doesn't work. Maybe anyone knows another way to solve this problem??
Please help me
Jesse
|
|
|
 |
|