Jump to content

alobi

Members
  • Posts

    14
  • Joined

  • Last visited

alobi's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. Hi, How can I Integrate a website written in Html with Wordpres, want to be able to get the benefets of blogging and other cms features. Thanks. other ideas are welcome. Al
  2. Need a PHP/ MYSQL free lancer, for a very small database.
  3. Thanks, this is resolved, the problem was from a previous line of code. Is there a link on the site to mark this issue resolved? AL
  4. www.prophetdoctoramas.com on the the home page, at the bottom of the page, the thumbnails, these thumbnails are clickable. It happens when you click to open these thumbnails. Thanks for your time. Al
  5. I have tried the code it still does not working. My aim is to make sure that users do not search with both lastname and phone number at the same time. could you look at it one more time? At this line of code I get a syntax error message "document.getElementById('phone').onchange = disablefield; " It tells me that code hint will not work until the error is fix. Thanks
  6. I have several pictures on my site; they view well on my system. When I uploaded the same pictures on a site and tried to view it, the top half shows well but the bottom half turns dark gray. Anybody has an idea why this is happening?
  7. Hi devoted member, I will try your suggestion, looks like that may be just I need. Thanks alobi
  8. I am trying to just be able to do a select on few items on the table and display the result so that customer service can use the result to answer questions or make decision. I probably have the wrong idea about what tool I need. For instance, a customer calls customer service and wants to know about his/her reservation. I want customer service to be able to pull the client information up on the screen to respond to the question. This part of the site will be password protected. Thank you for your time
  9. It does not to have to be a dreamweaver tool. Just pointing me to any tool that can be usee to display information from the db for people to view is fine. Thank you fo your time
  10. Hi, Could some one point me to a tool on Dreamweaver that would allow me to display information from the database , like the datagridview you have in VB, I am needing to display customer hotel booking information for adminstration,: All suggestion will be appreciated. Thank you for your time
  11. My first post was not clear enough. I am sorry, my bad. Here is a better posting. On my form, I have two option buttons, one for phone number and the other for last name. I have two text boxes , one for phone number the other for last name My goal is when the phone Number option is clicked to disable the last name text box, and enable the Phone Number text box, and when the option button last Name is clicked to disable the Phone Number text box and enable the txtlastName. Onformload. I need both options unchecked and the text boxes enabled function disablefield() { if ( document.admin.customerInfo_0.checked = true) document.admin.txtPhoneNumber.value = enabled elseif (admin.customerInfo_1.value="yes") document.admin.txtLastName.value.enabled=false }<form action="post" method="get" name="admin"><input type="radio" name="customerInfo" value="radio" id="customerInfo_0" /><input type="radio" name="customerInfo" value="radio" id="customerInfo_1" /><input name="txtPhoneNumber" type="text" id="PhoneNumber" size="25" /> Last Name<input name="txtLastName" type="text" size
  12. To Invested member, The code works fine. Once again, thank you for your time
  13. I have two radio buttons and two textboxes on a form, I want to be able to disable one of the textboxes when the optiion box is clicked. Pls help, I am very new to javascript. Thank you for you time. He is my code function disablefield(){if ( document.admin.customerInfo_0.checked = true)document.admin.txtPhoneNumber.value = enabledelseif (admin.customerInfo_1.value="yes")document.admin.txtLastName.value.enabled=false}<form action="post" method="get" name="admin"><input type="radio" name="customerInfo" value="radio" id="customerInfo_0" /><input type="radio" name="customerInfo" value="radio" id="customerInfo_1" /><input name="txtPhoneNumber" type="text" id="PhoneNumber" size="25" />Last Name<input name="txtLastName" type="text" size
×
×
  • Create New...