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 strongm 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: mrkyn
  • Order by date
  1. mrkyn

    Website hosting that lets visitors to upload a picture

    I have a website that visitors need to upload pictures. I would like to know if there is a website host that will let visitors of my website to upload their pictures. I would appreciate any help you can provide. Thank you.
  2. mrkyn

    Upload problem in Godaddy

    I have my website hosted in godaddy.com. I have an asp code that uploads an image into my images folder. When I try to upload an image I receive the following message: "Folder d:\hosting\mypage\images does not have delete permissions, although it does have write permissions. Change the...
  3. mrkyn

    Free web hosting for a tiny HTML website

    I am looking for a free web hosting for my tiny HTML website. I need to purchase a domain for it. Any suggestions? Thank you.
  4. mrkyn

    Godaddy hosting

    Thanks, Lee. Sorry, for questions. This is first time I use godaddy. Do you mean settings for the images folder? If yes, here are the settings I have: Inherit (Inherit permissions from parent directory)--------------Not checked Read (Directory contents are visible to users)--------------Checked...
  5. mrkyn

    Godaddy hosting

    I have my website hosted in godaddy.com. I have an asp code that uploads an image into my images folder. When I try to upload an image I receive the following message: "Folder d:\hosting\mypage\images does not have delete permissions, although it does have write permissions. Change the...
  6. mrkyn

    PayPal’s “buy now” button

    To use PayPal’s “buy now” button I need to display a PayPal form with hidden fields plus the submit button. One of these hidden fields contains the URL where the visitor should be redirected after successful payment. My problem is that the visitor can do a shortcut and instead of paying he can...
  7. mrkyn

    Upload a file

    I have my page in the Internet. I need to upload a file. Is it right to write the following? Upload.Save http://www.emarik.com/images Thanks for help.
  8. mrkyn

    Connection to MS Access database

    Genimuse, ftp page shows db and wwwroot folders on the same level. In ("../db/store.mdb") do we need two dots, or one? objConn.Open "Provider=Microsoft.Jet.OLEDB.4.0; Data Source=" & Server.MapPath("../db/store.mdb") doesn’t work. Thanks.
  9. mrkyn

    Connection to MS Access database

    Genimuse: Thank you very much for your help. I checked the code you suggested. I think there is a problem with ("../db/store.mdb") part. I have the same database in both db folder and wwwroot folder. objConn.Open "Provider=Microsoft.Jet.OLEDB.4.0; Data Source=" & Server.MapPath("store.mdb") code...
  10. mrkyn

    Connection to MS Access database

    I published my page in the Internet, but the link to the database doesn’t work. I used FTP to copy my files. There are db, wwwroot folders. My files are in wwwroot folder. I copied my MS Access database into the db folder. This is what I have. Dim objConn Set objConn =...
  11. mrkyn

    Web site hosting

    Thanks for all responses. You helped me a lot.
  12. mrkyn

    Variable from the function in querystring

    I have a variable inside a function which is being run a few times. function AddItem() { ....... items++; } I want the value of the variable “items” appear in the querystring (in place of ?????) <FORM ACTION="sell.asp?numitems=?????> How can I do that. Thanks for your help.
  13. mrkyn

    Check if the form is empty

    Thanks Westbury, but it doesn’t work.
  14. mrkyn

    Hide the Open Window

    haslo, thanks for your response. I do not need to interact with server side for hiding the window, so I do not need ASP for this. Did I understand you correctly? What if the user is not using IE, or the user does not have downloaded JVM? Will it cause an error? I am not clear about “Applets are...
  15. mrkyn

    Check if the form is empty

    Your suggestion did not work. I think it should be changed to if ((!document.frmItem.ItemName.value) && (!document.frmItem.Description.value) && (!document.frmItem.AskingPrice.value) && (!document.frmItem.Place.value)) However, I tried both. Both did not work. Thank you just the same.
  16. mrkyn

    Hide the Open Window

    Dan, thanks for your response. Do you mean that I can use ActiveX control (or Java applet) in my ASP and MS Access based web page?
  17. mrkyn

    Scheduling

    Chris, thanks for your response. Do you mean that I can use Windows scheduled tasks in my ASP and MS Access based web page?
  18. mrkyn

    Check if the form is empty

    I want to verify if all fields of the form are filled up or not. Here is the function I use which I call in form using onsubmit (see below). It opens sell.asp without checking. Please help me find my error. Thank you. <HTML> <HEAD> <script language=Javascript> <!-- function Empty() { if...
  19. mrkyn

    Scheduling

    I’ll appreciate any suggestion. I need to run a file in ASP on a periodic basis. To schedule to run the file. How do I do this?
  20. mrkyn

    Size of the _blank window

    LookingForInfo, instead of scrollbars=1 try scrollbars=yes );">

Part and Inventory Search

Back
Top