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..
Hi,
I have set up indexing services.. works ok locally and when i run queries in IIS - Query Form.
I am trying to deply to a production server and the queries are no longer working.. the catalogue is indexing a shared network drive.. when i query this catalogue from IIS - Query Form I get all...
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...
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.