I reckon it can be done in Dreamweaver - you will need to amend script to inclde a target frame. I am not familiar with the Fireworks menu's - if you post html for left.htm I dont mind having a look.
If you still need help with this I achieved something similar a few years ago using an ActiveX control I found on web called Launch Application or something.. cant find detail on web at the moment but I have them at home.. let me know if you want me to find out more..
...all the results, when I query from web page i get no results.. Querys against the default catalogues - Web and System seem fine but they are indexing C: drives..
System admin here have set up read access for IUSR_*** on the shared network drive but it makes no difference.
Any ideas appreciated.
I have had some success with it. I used a tutorial i found at http://www.xefteri.com/articles/apr192002/default.aspx
There is a download at the start of the page that helps you set up a search page very quickly.
It does seem fiddly to get the catalogues indexing, it doesnt seem to like some...
I would go into IIS admin and turn directory browsing on. Then have a look at http://127.0.0.1/ and see what is there..
if you cant even browse directory it sounds as though you may not have access rights to view the directory as a web user. You may need to check security settings for IUSR___.
Errmmm no.. it was index.htm - i should have spotted that..
Changed to index.asp and this works just as i wanted it to now. Thanks Tony this has been a big help..
This is great and I almost have it I think.. the page is loading frameset and loading a page based on strMainPage into mainFrame.. problem is its an invalid page caused by frameset page.. code for frameset is..
<frame name="mainFrame" marginwidth="0" marginheight="0" scrolling="AUTO"...
Hello,
I am using a frameset on my site with topFrame, leftFrame used for menus and mainFrame used for displaying an asp page that reads dynamic data. The asp page start off as main.asp and can go to other pages depending on what the user selects - story.asp, linksasp etc. I need people to be...
I think you have cracked it. I thought it was permissions related and set write access to everyone on network but still got problem. I have set write access for IUSR on local pc and it seems to have sorted it.
Thanks for this it has been a big help.
Hello,
I have built a site on my desktop (Win 2000 with IIS) and it all seems to work fine. I can access site, update database (Access), view using localhost or IP address.
I have given someone else the IP address and they can access site but get Page cannot be displayed - HTTP 500.100 -...
Hello,
I am running IIS on my desktop machine and can access 127.0.0.1 and localhost fine. I have a static IP assigned to my machine also and cant access my local PC through browser. I can ping successfully though.
The reason for all this is that I need to be able to allow other PC's to...
Almost there I think..
This is what I have...
SELECT Category.Category, COUNT (Category.Category)
FROM Category, Subcategory
WHERE Subcategory.Category = Category.Category
Group BY Category.Category
I get the short list of categories - it excludes those with no entries. I think this may be...
My database has three tables - Category, SubCategory, Details. On my site - the first page shows all categories (I am using Select * from Category to create list of categories). When a category is clicked the next page shows all subcategories (Select * Subcategory where Category matches the one...
...<input type="text" name="UserID">
</td>
</tr>
<% Else %>
<tr>
<td colspan="2">*If you do not have a User ID, please contact your local
<a href="mailto:%20">NT administrator</a> in order to create one. </td>
</tr>...
Got it..
Create a new variable MonthNumberofYear <Date> and filter on MonthNumberofYear <Date> = MonthNumberofYear <CurrentDate> - 1
I was a bit slow... maybe this will help someone else who wants to report on a previous months figures.
Thanks for help.. the bit I am struggling with is the
'Date=whatever code you need for current month'
I am unsure of syntax... I am trying to schedule last month.. I have had trouble doing it by adding a Condition in the Query Panel so I added a filter on the report..
=<Month> =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.