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...
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...
I need to know how to go about using an if statement to produce html. Below is a sample of what I have started but it isn't correct. I am not sure if I need to include a response.write. The else statement will create different html code. I am doing this because I don't want to have to create two...
I am not sure if I am posting this question in the right section. I have created an image map of the united states and I am wanting to pass the name of the state that the users clicks on to the next page. On the next page I have a scrolling list. Could someone refer me to a website that explains...
I copied this code in order to create two menus that would pull up a pdf file. However, I need the pdf file to open up in a new window. Can someone help me out? The code is below
Thanks
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type"...
I have created a drop down menu where you select a topic and specific topics are inserted into another drop down menu. Then you hit submit and it pulls up a pdf page. My question is how do I go about opening the pdf page in another window. In html you usually use "target=blank" but I...
I am using asp to dump information from an html form to an access database. To be honest I am not sure what I am doing. I am trying to get by with some examples I have found in a book. Below is the error I keep getting and I can't figure out what I am doing wrong. Can anyone help? I have also...
I created a file without the html extension and it pulled up fine in IE, however netscape would not pull it up. It keeps bringing up a screen stating, "you have chosen to download a file type: application/octet-stream..."
I really need to figure out a way to make the file come up...
Can someone please explain what a cgi-bin is for? I have to upload a database created with omnis studio in my cgi-bin. However, My site is located on a NT server which does not have a cgi-bin. Is this something that my ISP should set up for me?
My company has asked me to add a link to another site and count the number of times the link is hit. I currently have counters on all of our pages however I don't know how to count the number of hits that a external site is getting.
Can someone help me out?
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.