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 dencom 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: jfdabiri
  • Content: Threads
  • Order by date
  1. jfdabiri

    NaN in Internet Explorer but not in Firefox?

    hi, i have this javascript function that works ok in firefox, but in i.e. it returns NaN. is there anyway to fix this? thanks. function changeit(me) { var amount; var model; var amtx; model = me.value; if (model == "x20") { amtx = "100.00"; } amount =...
  2. jfdabiri

    how to go to different pages with different buttons?

    hi, i have this page (edit.asp)which has boxes with the data filled in from a previous page. the form name is frm1. it has 4 buttons: (insert, update, delete). i would like to go to different pages when each button is clicked: when insert button is clicked, it should go to insert.asp when...
  3. jfdabiri

    converting vbscript into javascript.

    hi, i have this code on an asp page on a website. i'm trying to convert this into html/javascript. what's the equivalent of this in javascript, please? DatabaseLocation = Server.MapPath("orders.mdb") set conn=Server.CreateObject("ADODB.Connection")...
  4. jfdabiri

    how to write to access db using javascript?

    hi, i have this code: Const adOpenStatic = 3 Const adLockOptimistic = 3 db_path = "orders.mdb" db_file = db_path Set objConnection = CreateObject("ADODB.Connection") Set objRecordSet = CreateObject("ADODB.Recordset") objConnection.Open _ "Provider = Microsoft.Jet.OLEDB.4.0; " & _...
  5. jfdabiri

    how to retrieve data from a url?

    ok, i changed the hta's into html's. i can see the url's on the top of the new window when the page is displayed like this: file:///H:/public/updateDB.html?email=jerry@isp.net&model=T40&row=1 on this page, i have vbscript. all i want to do is retrieve email and model. how would i code in vb...
  6. jfdabiri

    how to retrieve data in hta called page?

    hi, i have an hta app that uses vbscript. when a link is clicked, it sends data. here's the code: "<a href=" & chr(34) & "test.hta?unit_id=" & _ "&row=1" & chr(34) & ">" & full_name this link calls test.htm with...
  7. jfdabiri

    how to retrieve data from a post/get method?

    hi, i have an hta app that uses vbscript. when a link is clicked, it sends data. here's the code: "<a href=" & chr(34) & "test.hta?unit_id=" & _ "&row=1" & chr(34) & ">" & full_name this link calls test.htm with...
  8. jfdabiri

    how to pop a msg with an hta?

    hi, i have an hta app that uses vbscript. is there a way to pop a msg for 5 or 6 seconds? i know this can be done in vbscript using wscript.shell, but i'm not sure how to do it in hta. thanks.
  9. jfdabiri

    how to convert a string to a number in java?

    hi, i'm working with a web page that has a field with data like this: $25.00 or $75.00 or 75.00 or 25.00 i have to take this field, convert it into a number and add 25 to it and put it back in the field. i can process the content of the field in java, but having trouble converting this format...
  10. jfdabiri

    how to populate a text box when a drop down is selected?

    hi, i have this code in a page: <td class="body" align="left"> <SELECT NAME="modl" SIZE="1"> <OPTION>Select A Model</option> <OPTION>A20</option> <OPTION>A20m</option> <OPTION>A21</option> there's another field on the page that's called amount. i like to be able...
  11. jfdabiri

    script does not execute when doctype is specified.

    hi, i have a webpage (asp/vbscript/java). it has a java edit routine that is supposed to prompt user for errors before going to the next page. my script does not execute if this heading is on top of the page's html code: <! DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"...
  12. jfdabiri

    stop menu from proceeding if errors.

    hi, i have an asp/vbs page the users enter information to proceed to the next page after pressing submit button. is there any way to pop a message if they entered invalid information? and keep them from proceeding to the next page? thanks.
  13. jfdabiri

    run time error on asp

    hi, i have an asp/vbscript page that's a menu for selecting reports. i have a text file that's updated each time the page is accessed (sort of like a home made visitor counter). i can read from this text file, but when i try to write to it, i get this error: Microsoft VBScript runtime error...
  14. jfdabiri

    how to prompt for sending an order

    hi, i'm composing an html page with vbscript in it. it basically accepts user's input into text fields and then to do one of the followings: 1) send an email with the data that was entered by user or . 2) write the data as a line into a text file on the isp that hosts the website. my question...
  15. jfdabiri

    big block letters in hta

    hi, i have an hta app with vbs code in it. is there anyway to display big block letters like one inch high by this appliation? thanks.
  16. jfdabiri

    ibm laptop going into hybernation after installing acpi driver

    hi, i have an ibm thinkpad a21m that was put together (mobo, hd, ram, cd, floppy, etc.). installed xp. worked fine. it had "unknown device" on device manager. i used msinfo32 to identify that it needed acpi (advanced configuration power interface). i installed it. the unknown device error went...
  17. jfdabiri

    Windows xp clean install with unknowd device

    Hi, i have an ibm thinkpad A21m P-III. i installed a fresh install of xp on it. all the devices show up ok on device manager (modem, lan, infrared, cd, floppy, .....), except that under "other devices", unknown device shows up with a yellow exclamation sign. any idea what this is, and where can...
  18. jfdabiri

    laptop beeps

    hi, i have a thinkpad a21m that was plugged into the wrong ac adapter (48 volts). so, it wouldn't turn on. i replaced the motherboard. now, the laptop turns on, and the lights come on. but when it turns i hear 7 beeps: 3 beeps .... 3 beeps.... 1 beep. (total 7). and nothing is displayed on...
  19. jfdabiri

    ibm thinkpad - wrong ac adapter plugged in

    Hi, i have an ibm thinkpad type 2628 (pentirum III). the charger was lost, and my son found a charger that he thought would work. while i was at work, he plugged a sysco router charger (48 volts) into the laptop. now the laptop won't turn on. my question is, would the pc just shut off when a...
  20. jfdabiri

    date-time conversion problem

    hi, i have a table with the following columns and data: start_date start_time ================= ================= 04/10/07 00:00:00 01/01/01 17:32:05 finish_date finish_time ================= ================= 05/31/07 00:00:00 01/01/01 10:50:02 i can get...

Part and Inventory Search

Back
Top