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...
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...
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...
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...
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...
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="">...
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...
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...
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...
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...
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.
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.