Jump to content

Sean1978

Member
  • Posts

    3
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by Sean1978

  1. As the code above shows, I have a textbox and a single button. A user can enter any value. If they enter a value that leads to a non-existent page, then it 404s. I'm an application programmer; to me, it is very odd to not be able to verify the existence of a file/object from the client side with a simple check. Thanks for the replies. I'll start looking at altering the error handling on the server for 404s.
  2. Very simply, I have a top level webpage that is used to open other webpages <input type="text" name=PageName ID=pname value="123456" size=12> <input type=button value="Open Page" onClick="window.location.href='http://servername/folder/' + pname.value + '/index.html'"> </form> It works for what I want, but if I choose a page name that does not exist, I get the all-mighty 404. I'm not a web dev, so this isn't my particular area of specialty. I read about doing it server side, but I would really rather avoid that. Anyone have any suggestions for how to implement a simple URL check into the onClick event to verify the webpage referenced by window.location.href exists? If it exists, it is opened. If it does not exist, it spits out an error message and does nothing. TIA
  3. I'm not using a Bart's PE. I'm building my ISO from the latest OPK with a bunch of tools added. I'm looking for an app that I can copy into my \mount directory. Installing to X: wouldn't be horrible either, but the latest build of CDBurnerXP Pro didn't. It must be freeware as well. Also, I'm including an AV program, spy-ware removal program, browser, and file manager. Anyone have any suggestions for other applications that would be greatly beneficial to have available on the disc? Thanks!
×
×
  • Create New...