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 Chriss Miller 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: JordanR
  • Order by date
  1. JordanR

    Server object error 'ASP 0177 : 800401f3'

    Hello, could someone tell me what the follow erro code is? Server object error 'ASP 0177 : 800401f3' Server.CreateObject Failed /mytestpage.asp, line 28 800401f3 this line refers to the Set Myobj= Server.CreateObject("windowsscriptcom") I was following some instructions to a tee to...
  2. JordanR

    Number Select from Dropdown to write number of form fields to page

    Please disregard that last post. The code works perfectly. Thanks A Million!!!
  3. JordanR

    Number Select from Dropdown to write number of form fields to page

    Incredible. Thank you so much. the only thing now is knowing what the field names are as to know how to stuff the values into variables. I tried for example response.write Request.Form("TrackTitle1") response.write Request.Form("TrackTitle2") etc but it didn't seem to catch anything. I assume...
  4. JordanR

    Number Select from Dropdown to write number of form fields to page

    sorry, left a piece of code out function makeinputs(myamount){ var mydiv=document.getElementById('inputdiv'); //Get the div where we are going to place the inputs var input_html=""; //define a variable to hold the html for the inputs for(var i=1;i<=myamount ;i++){ //initiate the loop to produce...
  5. JordanR

    Number Select from Dropdown to write number of form fields to page

    here is the code with minor tweaks. no css function makeinputs(myamount){ var mydiv=document.getElementById('inputdiv'); //Get the div where we are going to place the inputs var input_html=""; //define a variable to hold the html for the inputs for(var i=1;i<=myamount ;i++){ //initiate the...
  6. JordanR

    Number Select from Dropdown to write number of form fields to page

    Hey guys thanks for the response. I am learning a lot here. I have tried both methods you have presented but the one I understand most is the one Vacunita posted, however it only produces one field no matter which number I select. I am not sure what I did wrong. I haven't added the last piece...
  7. JordanR

    Number Select from Dropdown to write number of form fields to page

    I am not a JavaScript writer by any means so I needing help with writing a number of form fields to browser based on the number selected from a drop down. User selects say 5 from a drop down and maybe onchange() <input field name"songTitle1" value=""> <input field name"songTitle2" value="">...
  8. JordanR

    Having Problems with SSL and IIS

    I have just recentl purchased a SSL certificate and installed it on my server and opt for the site to require a https connection. However I am not able to view the site. Has anyone had this problem before? I am completely baffled as to why this is happening. I have installed ssl certs before and...
  9. JordanR

    CDO on Windows Server 2003

    Thanks, I really don't know how I missed that one.
  10. JordanR

    CDO on Windows Server 2003

    I recently switched over from W2k to W2k3 and I am getting a lot of weird errors with my asp pages. Microsoft VBScript compilation error '800a0408' Invalid character /testing/2k3email.asp, line 4 myMail.From = myname@mydomain.com this error is about the @ in my email address but when I...
  11. JordanR

    Flash Video Won't Play over internet

    Hello, I have created a Flash video that will play when accessing the .swf or .html directly on Windows Server 2003. However, when I try to access the file over the internet the video will not play. I am posting here because I don't think the issues is with flash but with the server some how. I...
  12. JordanR

    Select Menu/List OnClick move to next form field.

    BillyRayPreachersSon, that worked perfectly. apologize for the incorrect terminology. Thanks a lot.
  13. JordanR

    Select Menu/List OnClick move to next form field.

    Thanks for the response. I have a simple form with two fields. The first field is a list menu with several sizes listed. One size is selected by clicking on it. The next field is simply a input field for adding quantity, of course there is the submit button. So, upon selecting a size, the...
  14. JordanR

    Select Menu/List OnClick move to next form field.

    Hello, I was wondering if someone knew a simple solution for have the cursor move to the next form field after clicking an item in a list? Any help would be greatly appreciated.
  15. JordanR

    Problems with SCSI Raid on Dell 2450 - system backplane error?

    But wait... I just found a solution that is allowing me to install OS. In CMOS on page 2 I changed from Raid to SCSI and exit. This system started showing me the 2 hard drives installed. I hadn't seen this in a while. So I went on to allow it to install the os and to my surprise I got pass the...
  16. JordanR

    Problems with SCSI Raid on Dell 2450 - system backplane error?

    I just recently started having the same problem and found this list of error codes. It suggest replacing the system board. http://www.tsl.uu.se/tsl/computing/hardware/info/DELL/PowerEdge2400/service/beep.htm
  17. JordanR

    Problems connecting to Company Network

    the cisco router is on the lan side of the firewall. there is a public ip address using PPPoE. I have installed the patches. The Diffie Hellman Group is set and the SE Gateway option is unchecked.
  18. JordanR

    Problems connecting to Company Network

    Here is what shows up in the SEVPN Client Log when I try to connect. Apr 05 22:55:18.605 mycomputername emapi[2664]: 301 Internal warning: accept fails (Invalid argument.) Apr 05 22:55:39.204 mycomputername isakmpd[3488]: 117 isakmpd Info: Daemon starting Apr 05 22:55:39.284 mycomputername...
  19. JordanR

    Problems connecting to Company Network

    I am using the Symantec Enterprise VPN Client and have it setup the way the tutorial from their site suggest. After the VPN/Firewall there is a cisco router and switch.
  20. JordanR

    Symantec 200R and SKYPE

    I have the 200R and use skype all the time. Haven't had a drop out. I haven't had to open any specific ports to use. What kind of internet access do you have? DSL? Dial-up? Hope this helps.

Part and Inventory Search

Back
Top