Thanks for your help. I have on more questions. I have been trying to figure out how to set up the LoadVars.SendAndLoad().
On a website it showed me how to format it.
LoadVars.SendAndLoad(url,targetObject[,method])
My question is what do I enter in for targetObject?
Thanks again
Flash is new me. I am having problems getting my Flash form to work with my ASP page. I am using
LoadVariables("Insert.asp","0","POST")
To communicate with my ASP page, but nothing is happening. The rest of my code it below. Can someone help me out?
on (release)...
I need to prevent the fonts from changing sizes on my page. When people have there fonts enlarged within windows it is causing problems with my page design. I am not sure how to prevent this from happening. I want to be able to overwrite the windows settings. Is this possible?
Thanks
I am trying to close a window with two frames by clicking on a link then redirecting the user to another window already opened but changing the URL.
Thanks
Can anyone recommend software that will help me build a search engine for my site? It needs to have some sort of scheduler so that I reindex automatically.
Thanks
I am trying to figure out a way to do a page break within the email I am sending. this is part of my code. i would like to have two pages print out. Can anyone help me out?
Thanks
body = body & "COMMENTS:..........." & request.form("comments") & vbCrLf
body = body &...
created a site that allows a user to purchase as many books as the want. after they order a book i would like to input their information into a database. i was told to use a procedure or a subroutine to do this, but i am not sure i fully understand how to go about doing this.
this is what i...
i have set up a page with two frames. the top frame allows you to search for date, course, and state. the results are displayed in the bottom frame.
what i am trying to do is select a specific date, course, and state by hitting a link from a previous page and then have the information...
I am having problems making the month and date two digits. I have tried "mm" and "dd" however I get the following error.
Invalid procedure call or argument: 'DatePart'
TodayDate = Cstr(DatePart("m",date)) + Cstr(DatePart("d",date)) +...
i have created a form were our consumers can only purchase one book at a time (required by my company).
i have added a submit button for each book, passing the same info for each book, price, title, and quantity. when i click on one of the buttons it is passing all the books over instead of one...
Thank you all for your help. I have inserted my code however I am getting the following error. I am a newbie at ASP so it is probably a simple fix. Can you help.
Error Type:
Microsoft VBScript runtime (0x800A0005)
Invalid procedure call or argument: 'Left'
/website/registration/form.asp, line 62
I am trying to trim a string up to a parenthesis. I am senting a city parameter to mapquest.However, some of our cities pull up with parenthesis. For example, Marble Falls (Austin). I don't want to pass anything after the first parenthesis. I am assuming I need to use a trim function but I am...
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.