Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: dnk
  • Order by date
  1. dnk

    How do I create a login page with FP2000?

    if the isp permits you to use active coding (php or asp) in conjunction with a database you could maintain your own protection mechanism. you'd have to provide pages for logon, probably use cookies to maintain state, and use a script segment at the beginning of each protected page to check if...
  2. dnk

    file-based webs on network server

    i develop serveral sites using FP, typically doing development on a file-based "web" on the local machine in C:\MyDocuments\MyWebs, then publishing to the live web when changes are finished. I recently moved a lot of my general directories to a local fileserver (linux based; samba)...
  3. dnk

    can you "fake" a forms post using asp?

    THANKS! that's what i love about this place, sometimes it just takes a fresh set of eyes to make you look at a problem a different way. that was perfect, and very short: <%@ LANGUAGE=&quot;VBSCRIPT&quot; %> <% nameStr = Request.QueryString(&quot;userName&quot;) %> <html> <script...
  4. dnk

    Accessing a web page to parse its HTML

    if you're trying to do it programmatically rather than just one-time static grab, and you're not locked in to asp, there's a great library in the linux world -- CURL and libcurl provide programatic access to many internet protocols, including http. there's a good PHP driver for CURL. all is...
  5. dnk

    can you &quot;fake&quot; a forms post using asp?

    thanks, but i guess i didn't make my question clear enough. i have a database full of names of people with expertise in various areas in our company. we have a corporate phonebook on our intranet, which people can use to lookup phone numbers, etc. they type the target name into a form, which...
  6. dnk

    can you &quot;fake&quot; a forms post using asp?

    is there a way to &quot;fake&quot; a forms post using asp? i want to call some pre-built (not changable) search pages that normally get input from users in a form, but i would like to programmatically force the form-fields so that search engine responds as if someone had typed in the arguments...
  7. dnk

    test existence of a file on different server using asp??

    is there a way to check for the existence of a file on a remote server? sort of like fso FileExists, but for which you'd specify a full url to a file on another machine? thanks!
  8. dnk

    dynamic includes / asp

    alexa - there's several ways to do what i think you are describing. the way i would do it is to build a separate file for each page. each file would have its own content in the &quot;middle&quot; section, and would use includes to fill the top banner. bottom banner, and the left border. it...
  9. dnk

    Disable Mutliple User Clicks

    how 'bout just eliminating the button, after its pressed the first time??? presumably, if you're creating files, etc you're probably executing some ASP or jscript code then redisplaying the page. you could either &quot;not display&quot; the button the next time you display the page, or you...
  10. dnk

    trying to do first &quot;hot spot&quot;

    hi taylor - image hotspots are a piece of cake in FP. if you've already inserted your image in the page, then click on it to select it. you'll see the drawing toolbar somewhere on your screen (probably at the bottom). on it you'll see 3 buttons for making hotspots - 1 is a rectangle, 1 is a...
  11. dnk

    publishing hangs after sending files?

    well, sounds like you're right, in direction anyhow. when i recalc hyperlinks, it goes away forever too (i'm pretty patient, i gave it a LONG time, a couple times). so its probably related. is there a possibility that its internal information is somehow corrupted? can i somehow reset its...
  12. dnk

    publishing hangs after sending files?

    does anybody know what fp2000 is doing (or waiting for) when the dialog box says &quot;processing web updates&quot; at the end of the publishing process? lately, on my site it has been hanging forever in that phase - it successfully sends the updated pages, then stays forever in the...
  13. dnk

    Text Index &amp; Searching

    the searcher will index all &quot;non-hidden&quot; pages. if you have some pages that you don't want indexed, put them into a directory that is hidden (directory name starts with &quot;_&quot;)
  14. dnk

    FP locks up when saving

    Have you used the &quot;Resource Meter&quot; application (delivered with Win98) to check on resource availability? Lots of MS applications aren't real tidy about cleaning up after themselves, and resources diminish after a long period of time without reboots... Quite frequently, wierd lockups...
  15. dnk

    ASPs can't have children on Navigation Pane???

    Some of my menu pages are HTMs, some are ASPs. On the Navigation Pane, i can drag pages and attach them to the HTM menus, but cannot attach anything to the ASP menu pages. Those menu pages have a little &quot;red circle with a line through it&quot; symbol on them (the universal &quot;can't do...

Part and Inventory Search

Back
Top